Uses of Interface
org.opensaml.saml.saml2.core.Subject
Packages that use Subject
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
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 SubjectModifier and TypeMethodDescriptionAssertion.getSubject()Gets the Subject of this assertion.AuthnRequest.getSubject()Gets theSubjectof the request.SubjectQuery.getSubject()Gets the Subject of this request.Methods in org.opensaml.saml.saml2.core with parameters of type SubjectModifier and TypeMethodDescriptionvoidAssertion.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 SubjectFields in org.opensaml.saml.saml2.core.impl declared as SubjectModifier and TypeFieldDescriptionprivate 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 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.AssertionImpl.getSubject()Gets the Subject of this assertion.AuthnRequestImpl.getSubject()Gets theSubjectof the request.SubjectQueryImpl.getSubject()Gets the Subject of this request.Methods in org.opensaml.saml.saml2.core.impl with parameters of type SubjectModifier and TypeMethodDescriptionvoidAssertionImpl.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 SubjectModifier and TypeFieldDescriptionprivate SAMLObjectBuilder<Subject>AddNameIDToSubjects.subjectBuilderBuilder for Subject objects.private final SAMLObjectBuilder<Subject>AddSubjectConfirmationToSubjects.subjectBuilderBuilder for Subject objects.private final SAMLObjectBuilder<Subject>CopyNameIDFromRequest.subjectBuilderBuilder for Subject objects.Methods in org.opensaml.saml.saml2.profile.impl that return SubjectModifier and TypeMethodDescriptionprivate 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 SubjectModifier and TypeMethodDescriptionprivate 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. -
Uses of Subject in org.opensaml.saml.saml2.testing
Methods in org.opensaml.saml.saml2.testing that return SubjectModifier and TypeMethodDescriptionstatic SubjectSAML2ActionTestingSupport.buildSubject(String principalName) Builds aSubject.Methods in org.opensaml.saml.saml2.testing with parameters of type SubjectModifier and TypeMethodDescriptionstatic AttributeQuerySAML2ActionTestingSupport.buildAttributeQueryRequest(Subject subject) Builds anAttributeQuery.