Uses of Interface
com.sun.identity.saml2.assertion.AuthnStatement
-
Packages that use AuthnStatement 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 AuthnStatement in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return AuthnStatement Modifier and Type Method Description AuthnStatement
AssertionFactory. createAuthnStatement()
Returns a new instance ofAuthnStatement
.AuthnStatement
AssertionFactory. createAuthnStatement(String xml)
Returns a new instance ofAuthnStatement
.AuthnStatement
AssertionFactory. createAuthnStatement(Element elem)
Returns a new instance ofAuthnStatement
.Methods in com.sun.identity.saml2.assertion that return types with arguments of type AuthnStatement Modifier and Type Method Description List<AuthnStatement>
Assertion. getAuthnStatements()
Returns theAuthnStatements
of the assertionMethod parameters in com.sun.identity.saml2.assertion with type arguments of type AuthnStatement Modifier and Type Method Description void
Assertion. setAuthnStatements(List<AuthnStatement> statements)
Sets theAuthnStatements
of the assertion -
Uses of AuthnStatement in org.forgerock.openam.sts.tokengeneration.saml2.statements
Methods in org.forgerock.openam.sts.tokengeneration.saml2.statements that return types with arguments of type AuthnStatement Modifier and Type Method Description List<AuthnStatement>
AuthenticationStatementsProvider. get(SAML2Config saml2Config, String authnContextClassRef)
Invoked to obtain the List of AuthnStatement instances to be included in the generated SAML2 assertion.
-