Uses of Interface
org.opensaml.saml.saml1.core.SubjectStatement
Packages that use SubjectStatement
Package
Description
Interfaces for SAML 1.0 and 1.1 types and elements.
Implementations of SAML 1.x core specification types and elements.
Implementations of SAML 1.x profile behavior.
-
Uses of SubjectStatement in org.opensaml.saml.saml1.core
Subinterfaces of SubjectStatement in org.opensaml.saml.saml1.coreModifier and TypeInterfaceDescriptioninterfaceThis interface defines how the object representing a SAML 1AttributeStatementelement behaves.interfaceThis interface defines how the object representing a SAML1AuthenticationStatmentelement behaves.interfaceThis interface defines how the object representing a SAML1AuthorizationDecisionStatementelement behaves.Methods in org.opensaml.saml.saml1.core that return types with arguments of type SubjectStatementModifier and TypeMethodDescriptionAssertion.getSubjectStatements()Return the List representing all theSubjectStatementsub elements. -
Uses of SubjectStatement in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement SubjectStatementModifier and TypeClassDescriptionclassA Concrete implementation of theAttributeStatementInterface.classA Concrete implementation of theAuthenticationStatementInterface.classA concrete implementation ofAuthorizationDecisionStatement.classAbstract implementation ofSubjectStatementtype.Methods in org.opensaml.saml.saml1.core.impl that return types with arguments of type SubjectStatementModifier and TypeMethodDescriptionAssertionImpl.getSubjectStatements()Return the List representing all theSubjectStatementsub elements. -
Uses of SubjectStatement in org.opensaml.saml.saml1.profile.impl
Methods in org.opensaml.saml.saml1.profile.impl with parameters of type SubjectStatementModifier and TypeMethodDescriptionprivate SubjectAddNameIdentifierToSubjects.getStatementSubject(SubjectStatement statement) Get the subject to which the name identifier will be added.private SubjectAddSubjectConfirmationToSubjects.getStatementSubject(SubjectStatement statement) Get the subject to which the confirmation will be added.private SubjectCopyNameIdentifierFromRequest.getStatementSubject(SubjectStatement statement) Get the subject to which the name identifier will be added.