Uses of Interface
org.opensaml.saml.saml2.core.Subject
Packages that use Subject
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
-
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.