Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.plugins |
Defines SAMLv2 Plugin SPIs.
|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
Modifier and Type | Method and Description |
---|---|
Assertion |
AssertionFactory.createAssertion()
Returns a new instance of
Assertion . |
Assertion |
AssertionFactory.createAssertion(Element elem)
Returns a new instance of
Assertion . |
Assertion |
AssertionFactory.createAssertion(String xml)
Returns a new instance of
Assertion . |
Assertion |
EncryptedAssertion.decrypt(Set<PrivateKey> privateKeys)
Decrypt the encrypted assertion.
|
Modifier and Type | Method and Description |
---|---|
String |
SPAccountMapper.getIdentity(Assertion assertion,
String hostEntityID,
String realm)
Returns the user's distinguished name or the universal ID for the corresponding
SAML Assertion . |
Modifier and Type | Method and Description |
---|---|
static Assertion |
AssertionIDRequestUtil.sendAssertionIDRequestURI(String assertionID,
String samlAuthorityEntityID,
String role,
String realm)
Sends the Assertion ID to specifiied Assertion ID Request Service and
returns
Assertion coming from the Assertion ID Request
Service. |
Copyright © 2010-2016, ForgeRock All Rights Reserved.