Uses of Interface
com.sun.identity.saml2.assertion.AttributeStatement
-
Packages that use AttributeStatement Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.org.forgerock.openam.sts.tokengeneration.saml2.statements 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 AttributeStatement Modifier and Type Method Description AttributeStatement
AssertionFactory. createAttributeStatement()
Returns a new instance ofAttributeStatement
.AttributeStatement
AssertionFactory. createAttributeStatement(String xml)
Returns a new instance ofAttributeStatement
.AttributeStatement
AssertionFactory. createAttributeStatement(Element elem)
Returns a new instance ofAttributeStatement
.Methods in com.sun.identity.saml2.assertion that return types with arguments of type AttributeStatement Modifier and Type Method Description List<AttributeStatement>
Assertion. getAttributeStatements()
Returns the attribute statements of the assertionMethod parameters in com.sun.identity.saml2.assertion with type arguments of type AttributeStatement Modifier and Type Method Description void
Assertion. 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 AttributeStatement Modifier and Type Method 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.
-