Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.plugins |
Defines SAMLv2 Plugin SPIs.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
AssertionFactory.createAttribute()
Returns a new instance of
Attribute . |
Attribute |
AssertionFactory.createAttribute(Element elem)
Returns a new instance of
Attribute . |
Attribute |
AssertionFactory.createAttribute(String xml)
Returns a new instance of
Attribute . |
Attribute |
EncryptedAttribute.decrypt(Key recipientPrivateKey)
Returns an instance of
Attribute object. |
Modifier and Type | Method and Description |
---|---|
Map<Set> |
SPAttributeMapper.getAttributes(List<Attribute> attributes,
String userID,
String hostEntityID,
String remoteEntityID,
String realm)
Returns the map of user attribute values for the corresponding
SAML
Attribute s. |
Copyright © 2010-2014, ForgeRock All Rights Reserved.