Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl | |
com.sun.identity.saml2.common |
Defines common SAMLv2 utilities and constants.
|
com.sun.identity.saml2.plugins |
Defines SAMLv2 Plugin SPIs.
|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
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 | Class and Description |
---|---|
class |
AttributeImpl
This is a default implementation of interface
Attribute . |
Modifier and Type | Method and Description |
---|---|
Attribute |
EncryptedAttributeImpl.decrypt(Set<PrivateKey> privateKeys) |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AttributeStatementImpl.getAttribute()
Returns
Attribute (s) of the statement. |
Modifier and Type | Method and Description |
---|---|
void |
AttributeStatementImpl.setAttribute(List<Attribute> value)
Sets
Attribute (s) of the statement. |
Modifier and Type | Method and Description |
---|---|
static Attribute |
SAML2Utils.getSAMLAttribute(String name,
String[] values)
Returns the SAML
Attribute object. |
Modifier and Type | Method and Description |
---|---|
protected Attribute |
DefaultLibraryIDPAttributeMapper.getSAMLAttribute(String name,
String nameFormat,
Set<String> values,
String hostEntityID,
String remoteEntityID,
String realm)
Returns the SAML
Attribute object. |
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. |
Map<String,Set<String>> |
DefaultSPAttributeMapper.getAttributes(List<Attribute> attributes,
String userID,
String hostEntityID,
String remoteEntityID,
String realm)
Returns attribute map for the given list of
Attribute
objects. |
Modifier and Type | Method and Description |
---|---|
static List<Attribute> |
SPACSUtils.getAttrs(Assertion authnAssertion,
boolean needAttributeEncrypted,
Set<PrivateKey> decryptionKeys)
Gets the attributes for this assertion in a new List.
|
static List<Attribute> |
SPACSUtils.getSAMLAttributes(Assertion assertion,
boolean needAttributeEncrypted,
Set<PrivateKey> privateKeys)
Gets the attributes from an assert's AttributeStates.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
DefaultAttributeMapper.getAttributes(SSOToken token,
Map<String,String> attributeMap) |
List<Attribute> |
AttributeMapper.getAttributes(SSOToken token,
Map<String,String> attributeMap)
Gets a list of populated SAML2 Attribute instances.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.