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. -
-
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.
-