Uses of Interface
org.opensaml.saml.saml1.core.Subject
Packages that use Subject
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 Subject in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return SubjectModifier and TypeMethodDescriptionSubjectQuery.getSubject()Get the subject.SubjectStatement.getSubject()Get the Subject of the statement.Methods in org.opensaml.saml.saml1.core with parameters of type SubjectModifier and TypeMethodDescriptionvoidSubjectQuery.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 SubjectFields in org.opensaml.saml.saml1.core.impl declared as SubjectModifier and TypeFieldDescriptionprivate SubjectSubjectQueryImpl.subjectContains the Subject subelement.private SubjectSubjectStatementImpl.subjectContains the Subject subelement.Methods in org.opensaml.saml.saml1.core.impl that return SubjectModifier and TypeMethodDescriptionSubjectBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.SubjectBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.SubjectQueryImpl.getSubject()Get the subject.SubjectStatementImpl.getSubject()Get the Subject of the statement.Methods in org.opensaml.saml.saml1.core.impl with parameters of type SubjectModifier and TypeMethodDescriptionvoidSubjectQueryImpl.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 SubjectModifier and TypeFieldDescriptionprivate final SAMLObjectBuilder<Subject>AddNameIdentifierToSubjects.subjectBuilderBuilder for Subject objects.private final SAMLObjectBuilder<Subject>AddSubjectConfirmationToSubjects.subjectBuilderBuilder for Subject objects.private final SAMLObjectBuilder<Subject>CopyNameIdentifierFromRequest.subjectBuilderBuilder for Subject objects.Methods in org.opensaml.saml.saml1.profile.impl that return SubjectModifier 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. -
Uses of Subject in org.opensaml.saml.saml1.testing
Methods in org.opensaml.saml.saml1.testing that return SubjectModifier and TypeMethodDescriptionstatic SubjectSAML1ActionTestingSupport.buildSubject(String principalName) Builds aSubject.Methods in org.opensaml.saml.saml1.testing with parameters of type SubjectModifier and TypeMethodDescriptionstatic RequestSAML1ActionTestingSupport.buildAttributeQueryRequest(Subject subject) Builds aRequestcontaining anAttributeQuery.