Uses of Interface
com.sun.identity.saml2.assertion.AuthzDecisionStatement
Package
Description
Defines SAMLv2 assertion.
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2
assertions.
-
Uses of AuthzDecisionStatement in com.sun.identity.saml2.assertion
Modifier and TypeMethodDescriptionAssertionFactory.createAuthzDecisionStatement()
Returns a new instance ofAuthzDecisionStatement
.AssertionFactory.createAuthzDecisionStatement
(String xml) Returns a new instance ofAuthzDecisionStatement
.AssertionFactory.createAuthzDecisionStatement
(Element elem) Returns a new instance ofAuthzDecisionStatement
.Modifier and TypeMethodDescriptionAssertion.getAuthzDecisionStatements()
Returns theAuthzDecisionStatements
of the assertionModifier and TypeMethodDescriptionvoid
Assertion.setAuthzDecisionStatements
(List<AuthzDecisionStatement> statements) Sets theAuthzDecisionStatements
of the assertion -
Uses of AuthzDecisionStatement in org.forgerock.openam.sts.tokengeneration.saml2.statements
Modifier and TypeMethodDescriptionAuthzDecisionStatementsProvider.get
(SSOToken ssoToken, SAML2Config config)