Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
Modifier and Type | Method and Description |
---|---|
EncryptedAssertion |
AssertionFactory.createEncryptedAssertion(Element elem)
Returns a new instance of
EncryptedAssertion . |
EncryptedAssertion |
AssertionFactory.createEncryptedAssertion(String xml)
Returns a new instance of
EncryptedAssertion . |
EncryptedAssertion |
Assertion.encrypt(EncryptionConfig encryptionConfig,
String recipientEntityID)
Returns an
EncryptedAssertion object. |
Modifier and Type | Method and Description |
---|---|
List<EncryptedAssertion> |
Evidence.getEncryptedAssertion()
Returns the
EncryptedAssertion (s) in the element. |
List<EncryptedAssertion> |
Advice.getEncryptedAssertions()
Returns a list of
EncryptedAssertion |
Modifier and Type | Method and Description |
---|---|
void |
Evidence.setEncryptedAssertion(List<EncryptedAssertion> value)
Sets the
EncryptedAssertion (s) in the element. |
void |
Advice.setEncryptedAssertions(List<EncryptedAssertion> encryptedAssertions)
Sets a list of
EncryptedAssertion |
Modifier and Type | Method and Description |
---|---|
List<EncryptedAssertion> |
Response.getEncryptedAssertion()
Returns
EncryptedAssertion (s) of the response. |
Modifier and Type | Method and Description |
---|---|
void |
Response.setEncryptedAssertion(List<EncryptedAssertion> value)
Sets
EncryptedAssertion (s) of the response. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.