Uses of Interface
com.sun.identity.saml2.assertion.AttributeStatement
Packages that use 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
Methods in com.sun.identity.saml2.assertion that return AttributeStatementModifier 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.Methods in com.sun.identity.saml2.assertion that return types with arguments of type AttributeStatementModifier and TypeMethodDescriptionAssertion.getAttributeStatements()Returns the attribute statements of the assertionMethod parameters in com.sun.identity.saml2.assertion with type arguments of type AttributeStatementModifier and TypeMethodDescriptionvoidAssertion.setAttributeStatements(List<AttributeStatement> statements) Sets the attribute statements of the assertion -
Uses of AttributeStatement in org.forgerock.openam.sts.tokengeneration.saml2.statements
Methods in org.forgerock.openam.sts.tokengeneration.saml2.statements that return types with arguments of type AttributeStatementModifier 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.