Package com.sun.identity.saml
Class AssertionManagerImpl
- java.lang.Object
-
- com.sun.identity.saml.AssertionManagerImpl
-
- All Implemented Interfaces:
AssertionManagerIF,Remote
public class AssertionManagerImpl extends Object implements AssertionManagerIF
-
-
Constructor Summary
Constructors Constructor Description AssertionManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckForLocal()StringcreateAssertion(String ssoToken)StringcreateAssertion2(String ssoToken, List attributes)StringcreateAssertionArtifact(String assertion, String target)StringgetAssertion(String artifact, Set destID)StringgetAssertion2(String artifact, String destID)SetgetAssertionArtifacts(String ssoToken)StringgetAssertionByIdRef(String idref, Set destID)StringgetAssertionByIdRef2(String idref, String destID)StringgetAssertionByIdRefToken(String idref, String ssoToken)SetgetAssertions(String ssoToken)
-
-
-
Method Detail
-
checkForLocal
public void checkForLocal()
- Specified by:
checkForLocalin interfaceAssertionManagerIF
-
createAssertion
public String createAssertion(String ssoToken) throws SAMLException
- Specified by:
createAssertionin interfaceAssertionManagerIF- Throws:
SAMLException
-
createAssertion2
public String createAssertion2(String ssoToken, List attributes) throws SAMLException
- Specified by:
createAssertion2in interfaceAssertionManagerIF- Throws:
SAMLException
-
createAssertionArtifact
public String createAssertionArtifact(String assertion, String target) throws SAMLException
- Specified by:
createAssertionArtifactin interfaceAssertionManagerIF- Throws:
SAMLException
-
getAssertion
public String getAssertion(String artifact, Set destID) throws SAMLException
- Specified by:
getAssertionin interfaceAssertionManagerIF- Throws:
SAMLException
-
getAssertion2
public String getAssertion2(String artifact, String destID) throws SAMLException
- Specified by:
getAssertion2in interfaceAssertionManagerIF- Throws:
SAMLException
-
getAssertionByIdRef
public String getAssertionByIdRef(String idref, Set destID) throws SAMLException
- Specified by:
getAssertionByIdRefin interfaceAssertionManagerIF- Throws:
SAMLException
-
getAssertionByIdRef2
public String getAssertionByIdRef2(String idref, String destID) throws SAMLException
- Specified by:
getAssertionByIdRef2in interfaceAssertionManagerIF- Throws:
SAMLException
-
getAssertionByIdRefToken
public String getAssertionByIdRefToken(String idref, String ssoToken) throws SAMLException
- Specified by:
getAssertionByIdRefTokenin interfaceAssertionManagerIF- Throws:
SAMLException
-
getAssertionArtifacts
public Set getAssertionArtifacts(String ssoToken) throws SAMLException
- Specified by:
getAssertionArtifactsin interfaceAssertionManagerIF- Throws:
SAMLException
-
getAssertions
public Set getAssertions(String ssoToken) throws SAMLException
- Specified by:
getAssertionsin interfaceAssertionManagerIF- Throws:
SAMLException
-
-