Uses of Interface
com.sun.identity.saml2.assertion.AuthzDecisionStatement
-
Packages that use AuthzDecisionStatement 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 AuthzDecisionStatement in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return AuthzDecisionStatement Modifier and Type Method Description AuthzDecisionStatement
AssertionFactory. createAuthzDecisionStatement()
Returns a new instance ofAuthzDecisionStatement
.AuthzDecisionStatement
AssertionFactory. createAuthzDecisionStatement(String xml)
Returns a new instance ofAuthzDecisionStatement
.AuthzDecisionStatement
AssertionFactory. createAuthzDecisionStatement(Element elem)
Returns a new instance ofAuthzDecisionStatement
.Methods in com.sun.identity.saml2.assertion that return types with arguments of type AuthzDecisionStatement Modifier and Type Method Description List<AuthzDecisionStatement>
Assertion. getAuthzDecisionStatements()
Returns theAuthzDecisionStatements
of the assertionMethod parameters in com.sun.identity.saml2.assertion with type arguments of type AuthzDecisionStatement Modifier and Type Method Description void
Assertion. setAuthzDecisionStatements(List<AuthzDecisionStatement> statements)
Sets theAuthzDecisionStatements
of 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 AuthzDecisionStatement Modifier and Type Method Description List<AuthzDecisionStatement>
AuthzDecisionStatementsProvider. get(SSOToken ssoToken, SAML2Config config)
-