Uses of Interface
org.opensaml.saml.saml1.core.SubjectStatement
-
Packages that use SubjectStatement Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. -
-
Uses of SubjectStatement in org.opensaml.saml.saml1.core
Subinterfaces of SubjectStatement in org.opensaml.saml.saml1.core Modifier and Type Interface Description interfaceAttributeStatementThis interface defines how the object representing a SAML 1AttributeStatementelement behaves.interfaceAuthenticationStatementThis interface defines how the object representing a SAML1AuthenticationStatmentelement behaves.interfaceAuthorizationDecisionStatementThis interface defines how the object representing a SAML1AuthorizationDecisionStatementelement behaves.Methods in org.opensaml.saml.saml1.core that return types with arguments of type SubjectStatement Modifier and Type Method Description List<SubjectStatement>Assertion. getSubjectStatements()Return the List representing all theSubjectStatementsub elements.
-