Uses of Interface
org.opensaml.saml.saml1.core.SubjectStatement
Package | Description |
---|---|
org.opensaml.saml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x core specification types and elements.
|
org.opensaml.saml.saml1.profile.impl |
Implementations of SAML 1.x profile behavior.
|
-
Uses of SubjectStatement in org.opensaml.saml.saml1.core
Subinterfaces of SubjectStatement in org.opensaml.saml.saml1.core Modifier and Type Interface Description interface
AttributeStatement
This interface defines how the object representing a SAML 1AttributeStatement
element behaves.interface
AuthenticationStatement
This interface defines how the object representing a SAML1AuthenticationStatment
element behaves.interface
AuthorizationDecisionStatement
This interface defines how the object representing a SAML1AuthorizationDecisionStatement
element 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 theSubjectStatement
sub elements. -
Uses of SubjectStatement in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement SubjectStatement Modifier and Type Class Description class
AttributeStatementImpl
A Concrete implementation of theAttributeStatement
Interface.class
AuthenticationStatementImpl
A Concrete implementation of theAuthenticationStatement
Interface.class
AuthorizationDecisionStatementImpl
A concrete implementation ofAuthorizationDecisionStatement
.class
SubjectStatementImpl
Abstract type to implement SubjectStatementType.Methods in org.opensaml.saml.saml1.core.impl that return types with arguments of type SubjectStatement Modifier and Type Method Description List<SubjectStatement>
AssertionImpl. getSubjectStatements()
Return the List representing all theSubjectStatement
sub elements. -
Uses of SubjectStatement in org.opensaml.saml.saml1.profile.impl
Methods in org.opensaml.saml.saml1.profile.impl with parameters of type SubjectStatement Modifier and Type Method Description private Subject
AddNameIdentifierToSubjects. getStatementSubject(SubjectStatement statement)
Get the subject to which the name identifier will be added.private Subject
AddSubjectConfirmationToSubjects. getStatementSubject(SubjectStatement statement)
Get the subject to which the confirmation will be added.private Subject
CopyNameIdentifierFromRequest. getStatementSubject(SubjectStatement statement)
Get the subject to which the name identifier will be added.