public class FSAssertionManagerImpl extends Object implements FSAssertionManagerIF
FSAssertionManagerIF
.Modifier and Type | Field and Description |
---|---|
protected static boolean |
isLocal |
Constructor and Description |
---|
FSAssertionManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
checkForLocal()
Turns on the local flag.
|
String |
getAssertion(String metaAlias,
String artifact,
String destID)
Returns assertion associated with the artifact.
|
String |
getDestIdForArtifact(String metaAlias,
String artifact)
Returns the destination id the artifact is created for.
|
String |
getErrorStatus(String metaAlias,
String artifact)
Returns the error status of a given artifact.
|
boolean |
isUserExists(String userDN,
String metaAlias)
Checks if the user exists.
|
public void checkForLocal()
checkForLocal
in interface FSAssertionManagerIF
public String getAssertion(String metaAlias, String artifact, String destID) throws FSRemoteException
getAssertion
in interface FSAssertionManagerIF
metaAlias
- hosted provider's meta alias.artifact
- assertion artifact.destID
- The destination site requesting the assertion using
the artifact.FSRemoteException,
- RemoteException If an error occurred during * the processFSRemoteException
public String getDestIdForArtifact(String metaAlias, String artifact) throws FSRemoteException
getDestIdForArtifact
in interface FSAssertionManagerIF
metaAlias
- hosted provider's meta aliasartifact
- assertion artifact stringFSRemoteException
- if error occurred.public boolean isUserExists(String userDN, String metaAlias) throws FSRemoteException
isUserExists
in interface FSAssertionManagerIF
userDN
- user IDmetaAlias
- provider's Meta Alias.true
if the user exists; false
otherwise.FSRemoteException,RemoteException
- if error occurred.FSRemoteException
public String getErrorStatus(String metaAlias, String artifact) throws FSRemoteException
FSAssertionManagerIF
getErrorStatus
in interface FSAssertionManagerIF
metaAlias
- hosted provider's meta aliasFSRemoteException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.