Uses of Interface
org.opensaml.saml.saml1.core.Subject
-
Packages that use Subject Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. -
-
Uses of Subject in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return Subject Modifier and Type Method Description SubjectSubjectQuery. getSubject()Get the subject.SubjectSubjectStatement. getSubject()Get the Subject of the statement.Methods in org.opensaml.saml.saml1.core with parameters of type Subject Modifier and Type Method Description voidSubjectQuery. setSubject(Subject subject)Set the subject.voidSubjectStatement. setSubject(Subject subject)Set the Subject of the statement.
-