Uses of Interface
com.sun.identity.saml2.assertion.AuthnStatement
Package
Description
Defines SAMLv2 assertion.
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
Modifier and TypeMethodDescriptionAssertionFactory.createAuthnStatement()
Returns a new instance ofAuthnStatement
.AssertionFactory.createAuthnStatement
(String xml) Returns a new instance ofAuthnStatement
.AssertionFactory.createAuthnStatement
(Element elem) Returns a new instance ofAuthnStatement
.Modifier and TypeMethodDescriptionAssertion.getAuthnStatements()
Returns theAuthnStatements
of the assertionModifier and TypeMethodDescriptionvoid
Assertion.setAuthnStatements
(List<AuthnStatement> statements) Sets theAuthnStatements
of the assertion -
Uses of AuthnStatement in org.forgerock.openam.sts.tokengeneration.saml2.statements
Modifier and TypeMethodDescriptionAuthenticationStatementsProvider.get
(SAML2Config saml2Config, String authnContextClassRef) Invoked to obtain the List of AuthnStatement instances to be included in the generated SAML2 assertion.