Uses of Interface
com.sun.identity.saml2.assertion.AuthzDecisionStatement
Packages that use 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
Methods in com.sun.identity.saml2.assertion that return AuthzDecisionStatementModifier 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.Methods in com.sun.identity.saml2.assertion that return types with arguments of type AuthzDecisionStatementModifier and TypeMethodDescriptionAssertion.getAuthzDecisionStatements()Returns theAuthzDecisionStatementsof the assertionMethod parameters in com.sun.identity.saml2.assertion with type arguments of type AuthzDecisionStatementModifier and TypeMethodDescriptionvoidAssertion.setAuthzDecisionStatements(List<AuthzDecisionStatement> statements) Sets theAuthzDecisionStatementsof the assertion -
Uses of AuthzDecisionStatement in org.forgerock.openam.sts.tokengeneration.saml2.statements
Methods in org.forgerock.openam.sts.tokengeneration.saml2.statements that return types with arguments of type AuthzDecisionStatementModifier and TypeMethodDescriptionAuthzDecisionStatementsProvider.get(SSOToken ssoToken, SAML2Config config)