Uses of Interface
org.opensaml.saml.saml2.core.AuthzDecisionStatement
-
Packages that use AuthzDecisionStatement Package Description org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces. -
-
Uses of AuthzDecisionStatement in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return types with arguments of type AuthzDecisionStatement Modifier and Type Method Description List<AuthzDecisionStatement>Assertion. getAuthzDecisionStatements()Gets the list of AuthzDecisionStatements attached to this assertion.
-