public interface FSAssertionManagerIF extends Remote
Modifier and Type | Method and Description |
---|---|
void |
checkForLocal() |
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.
|
void checkForLocal() throws RemoteException
RemoteException
String getAssertion(String metaAlias, String artifact, String destID) throws FSRemoteException, RemoteException
metaAlias
- hosted provider meta alias.artifact
- assertion artifact.destID
- The destination site requesting the assertion using
the artifact.FSRemoteException,
- RemoteException If an error occurred during
the processFSRemoteException
RemoteException
String getDestIdForArtifact(String metaAlias, String artifact) throws FSRemoteException, RemoteException
metaAlias
- hosted provider meta aliasartifact
- assertion artifact stringFSRemoteException,
- RemoteException if error occurred.FSRemoteException
RemoteException
boolean isUserExists(String userDN, String metaAlias) throws FSRemoteException, RemoteException
userDN
- user IDmetaAlias
- hosted provider's meta aliastrue
if the user exists; false
otherwise.FSRemoteException,RemoteException
- if error occurred.FSRemoteException
RemoteException
String getErrorStatus(String metaAlias, String artifact) throws FSRemoteException, RemoteException
metaAlias
- hosted provider's meta aliasartifact
- FSRemoteException
RemoteException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.