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.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
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 |
---|---|
List<Assertion> |
Evidence.getAssertion()
Returns the
Assertion (s) in the element. |
List<Assertion> |
Advice.getAssertions()
Returns a list of
Assertion |
Modifier and Type | Method and Description |
---|---|
void |
Evidence.setAssertion(List<Assertion> value)
Sets the
Assertion (s) in the element. |
void |
Advice.setAssertions(List<Assertion> assertions)
Sets a list of
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. |
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
Response.getAssertion()
Returns
Assertion (s) of the response. |
Modifier and Type | Method and Description |
---|---|
void |
Response.setAssertion(List<Assertion> value)
Sets Assertion(s) of the response.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.