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