public interface AssertionManagerIF extends Remote
Modifier and Type | Method and Description |
---|---|
void |
checkForLocal() |
String |
createAssertion(String ssoToken) |
String |
createAssertion2(String ssoToken,
List attributes) |
String |
createAssertionArtifact(String assertion,
String target) |
String |
getAssertion(String artifact,
Set destID) |
String |
getAssertion2(String artifact,
String destID) |
Set |
getAssertionArtifacts(String ssoToken) |
String |
getAssertionByIdRef(String idRef,
Set destID) |
String |
getAssertionByIdRef2(String idRef,
String destID) |
String |
getAssertionByIdRefToken(String idRef,
String ssoToken) |
Set |
getAssertions(String ssoToken) |
void checkForLocal() throws RemoteException
RemoteException
String createAssertion(String ssoToken) throws SAMLException, RemoteException
SAMLException
RemoteException
String createAssertion2(String ssoToken, List attributes) throws SAMLException, RemoteException
SAMLException
RemoteException
String createAssertionArtifact(String assertion, String target) throws SAMLException, RemoteException
SAMLException
RemoteException
String getAssertionByIdRef(String idRef, Set destID) throws SAMLException, RemoteException
SAMLException
RemoteException
String getAssertionByIdRef2(String idRef, String destID) throws SAMLException, RemoteException
SAMLException
RemoteException
String getAssertionByIdRefToken(String idRef, String ssoToken) throws SAMLException, RemoteException
SAMLException
RemoteException
String getAssertion(String artifact, Set destID) throws SAMLException, RemoteException
SAMLException
RemoteException
String getAssertion2(String artifact, String destID) throws SAMLException, RemoteException
SAMLException
RemoteException
Set getAssertionArtifacts(String ssoToken) throws SAMLException, RemoteException
SAMLException
RemoteException
Set getAssertions(String ssoToken) throws SAMLException, RemoteException
SAMLException
RemoteException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.