Uses of Interface
org.opensaml.saml.saml1.core.Subject
-
Packages that use Subject 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 Subject in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return Subject Modifier and Type Method Description SubjectSubjectQuery. getSubject()Get the subject.SubjectSubjectStatement. getSubject()Get the Subject of the statement.Methods in org.opensaml.saml.saml1.core with parameters of type Subject Modifier and Type Method Description voidSubjectQuery. setSubject(Subject subject)Set the subject.voidSubjectStatement. setSubject(Subject subject)Set the Subject of the statement. -
Uses of Subject in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement Subject Modifier and Type Class Description classSubjectImplComplete implementation ofSubject.Fields in org.opensaml.saml.saml1.core.impl declared as Subject Modifier and Type Field Description private SubjectSubjectQueryImpl. subjectContains the Subject subelement.private SubjectSubjectStatementImpl. subjectContains the Subject subelement.Methods in org.opensaml.saml.saml1.core.impl that return Subject Modifier and Type Method Description SubjectSubjectBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.SubjectSubjectBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.SubjectSubjectQueryImpl. getSubject()Get the subject.SubjectSubjectStatementImpl. getSubject()Get the Subject of the statement.Methods in org.opensaml.saml.saml1.core.impl with parameters of type Subject Modifier and Type Method Description voidSubjectQueryImpl. setSubject(Subject sub)Set the subject.voidSubjectStatementImpl. setSubject(Subject sub)Set the Subject of the statement. -
Uses of Subject in org.opensaml.saml.saml1.profile.impl
Fields in org.opensaml.saml.saml1.profile.impl with type parameters of type Subject Modifier and Type Field Description private SAMLObjectBuilder<Subject>AddNameIdentifierToSubjects. subjectBuilderBuilder for Subject objects.private SAMLObjectBuilder<Subject>AddSubjectConfirmationToSubjects. subjectBuilderBuilder for Subject objects.private SAMLObjectBuilder<Subject>CopyNameIdentifierFromRequest. subjectBuilderBuilder for Subject objects.Methods in org.opensaml.saml.saml1.profile.impl that return Subject Modifier and Type Method Description private 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.
-