Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl | |
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 |
---|---|
AttributeStatement |
AssertionFactory.createAttributeStatement()
Returns a new instance of
AttributeStatement . |
AttributeStatement |
AssertionFactory.createAttributeStatement(Element elem)
Returns a new instance of
AttributeStatement . |
AttributeStatement |
AssertionFactory.createAttributeStatement(String xml)
Returns a new instance of
AttributeStatement . |
Modifier and Type | Method and Description |
---|---|
List<AttributeStatement> |
Assertion.getAttributeStatements()
Returns the attribute statements of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setAttributeStatements(List<AttributeStatement> statements)
Sets the attribute statements of the assertion
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeStatementImpl
This is a default implementation of
AttributeStatement . |
Modifier and Type | Method and Description |
---|---|
List<AttributeStatement> |
AssertionImpl.getAttributeStatements()
Returns the attribute statements of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionImpl.setAttributeStatements(List<AttributeStatement> statements)
Sets the attribute statements of the assertion
|
Modifier and Type | Method and Description |
---|---|
AttributeStatement |
DiscoveryBootstrap.getBootstrapStatement()
Gets the bootstrap attribute statement
|
Modifier and Type | Method and Description |
---|---|
List<AttributeStatement> |
AttributeStatementsProvider.get(SSOToken ssoToken,
SAML2Config saml2Config,
AttributeMapper attributeMapper)
Invoked to obtain the List of AttributeStatement instances to be included in the generated SAML2 assertion.
|
List<AttributeStatement> |
DefaultAttributeStatementsProvider.get(SSOToken ssoToken,
SAML2Config saml2Config,
AttributeMapper mapper) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.