Uses of Interface
com.sun.identity.saml2.assertion.AttributeStatement
Package
Description
Defines SAMLv2 assertion.
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2
assertions.
-
Uses of AttributeStatement in com.sun.identity.saml2.assertion
Modifier and TypeMethodDescriptionAssertionFactory.createAttributeStatement()
Returns a new instance ofAttributeStatement
.AssertionFactory.createAttributeStatement
(String xml) Returns a new instance ofAttributeStatement
.AssertionFactory.createAttributeStatement
(Element elem) Returns a new instance ofAttributeStatement
.Modifier and TypeMethodDescriptionAssertion.getAttributeStatements()
Returns the attribute statements of the assertionModifier and TypeMethodDescriptionvoid
Assertion.setAttributeStatements
(List<AttributeStatement> statements) Sets the attribute statements of the assertion -
Uses of AttributeStatement in org.forgerock.openam.sts.tokengeneration.saml2.statements
Modifier and TypeMethodDescriptionAttributeStatementsProvider.get
(SSOToken ssoToken, SAML2Config saml2Config, AttributeMapper attributeMapper) Invoked to obtain the List of AttributeStatement instances to be included in the generated SAML2 assertion.