Uses of Interface
org.opensaml.saml.saml1.core.Subject
Packages that use Subject
Package
Description
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 SubjectModifier and TypeMethodDescriptionSubjectQuery.getSubject()Get the subject.SubjectStatement.getSubject()Get the Subject of the statement.Methods in org.opensaml.saml.saml1.core with parameters of type SubjectModifier and TypeMethodDescriptionvoidSubjectQuery.setSubject(Subject subject) Set the subject.voidSubjectStatement.setSubject(Subject subject) Set the Subject of the statement.