Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.plugins |
Defines SAMLv2 Plugin SPIs.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
org.forgerock.openam.sts.tokengeneration.saml2.statements |
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2
assertions.
|
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(Set<PrivateKey> privateKeys)
Returns an instance of
Attribute object. |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AttributeStatement.getAttribute()
Returns
Attribute (s) of the statement. |
Modifier and Type | Method and Description |
---|---|
void |
AttributeStatement.setAttribute(List<Attribute> value)
Sets
Attribute (s) of the statement. |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<String>> |
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. |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AttributeQuery.getAttributes()
Returns
Attribute objects. |
Modifier and Type | Method and Description |
---|---|
void |
AttributeQuery.setAttributes(List<Attribute> attributes)
Sets the
Attribute objects. |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AttributeMapper.getAttributes(SSOToken token,
Map<String,String> attributeMap)
Gets a list of populated SAML2 Attribute instances.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.