Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
Modifier and Type | Method and Description |
---|---|
EncryptedAttribute |
AssertionFactory.createEncryptedAttribute(Element elem)
Returns a new instance of
EncryptedAttribute . |
EncryptedAttribute |
AssertionFactory.createEncryptedAttribute(String xml)
Returns a new instance of
EncryptedAttribute . |
EncryptedAttribute |
Attribute.encrypt(EncryptionConfig encryptionConfig,
String recipientEntityID)
Returns an
EncryptedAttribute object. |
Modifier and Type | Method and Description |
---|---|
List<EncryptedAttribute> |
AttributeStatement.getEncryptedAttribute()
Returns
EncryptedAttribute (s) of the statement. |
Modifier and Type | Method and Description |
---|---|
void |
AttributeStatement.setEncryptedAttribute(List<EncryptedAttribute> value)
Sets
EncryptedAttribute (s) of the statement. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.