Uses of Interface
org.opensaml.saml.saml2.core.Subject
-
Packages that use Subject Package Description org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements.org.opensaml.saml.saml2.profile.impl Implementations of SAML 2.0 profile behavior. -
-
Uses of Subject in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return Subject Modifier and Type Method Description SubjectAssertion. getSubject()Gets the Subject of this assertion.SubjectAuthnRequest. getSubject()Gets theSubjectof the request.SubjectSubjectQuery. getSubject()Gets the Subject of this request.Methods in org.opensaml.saml.saml2.core with parameters of type Subject Modifier and Type Method Description voidAssertion. setSubject(Subject newSubject)Sets the Subject of this assertion.voidAuthnRequest. setSubject(Subject newSubject)Sets theSubjectof the request.voidSubjectQuery. setSubject(Subject newSubject)Sets the Subject of this request. -
Uses of Subject in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement Subject Modifier and Type Class Description classSubjectImplConcrete implementation ofSubject.Fields in org.opensaml.saml.saml2.core.impl declared as Subject Modifier and Type Field Description private SubjectAssertionImpl. subjectSubject of the assertion.private SubjectAuthnRequestImpl. subjectSubject child element.private SubjectSubjectQueryImpl. subjectSubject child element.Methods in org.opensaml.saml.saml2.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.SubjectAssertionImpl. getSubject()Gets the Subject of this assertion.SubjectAuthnRequestImpl. getSubject()Gets theSubjectof the request.SubjectSubjectQueryImpl. getSubject()Gets the Subject of this request.Methods in org.opensaml.saml.saml2.core.impl with parameters of type Subject Modifier and Type Method Description voidAssertionImpl. setSubject(Subject newSubject)Sets the Subject of this assertion.voidAuthnRequestImpl. setSubject(Subject newSubject)Sets theSubjectof the request.voidSubjectQueryImpl. setSubject(Subject newSubject)Sets the Subject of this request. -
Uses of Subject in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type Subject Modifier and Type Field Description private SAMLObjectBuilder<Subject>AddNameIDToSubjects. subjectBuilderBuilder for Subject objects.private SAMLObjectBuilder<Subject>AddSubjectConfirmationToSubjects. subjectBuilderBuilder for Subject objects.private SAMLObjectBuilder<Subject>CopyNameIDFromRequest. subjectBuilderBuilder for Subject objects.Methods in org.opensaml.saml.saml2.profile.impl that return Subject Modifier and Type Method Description private SubjectAddNameIDToSubjects. getAssertionSubject(Assertion assertion)Get the subject to which the name identifier will be added.private SubjectAddSubjectConfirmationToSubjects. getAssertionSubject(Assertion assertion)Get the subject to which the confirmation will be added.private SubjectCopyNameIDFromRequest. getAssertionSubject(Assertion assertion)Get the subject to which the name identifier will be added.Methods in org.opensaml.saml.saml2.profile.impl with parameters of type Subject Modifier and Type Method Description private voidDecryptNameIDs. processSubject(ProfileRequestContext profileRequestContext, Subject subject)Decrypt anyEncryptedIDfound in a subject and replace it with the result.private voidEncryptNameIDs. processSubject(Subject subject)Encrypt anyNameIDs found in a subject and replace them with the result.
-