Uses of Interface
org.opensaml.saml.saml1.core.SubjectConfirmation
-
Packages that use SubjectConfirmation Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. -
-
Uses of SubjectConfirmation in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return SubjectConfirmation Modifier and Type Method Description SubjectConfirmationSubject. getSubjectConfirmation()Get the subject confirmation.Methods in org.opensaml.saml.saml1.core with parameters of type SubjectConfirmation Modifier and Type Method Description voidSubject. setSubjectConfirmation(SubjectConfirmation subjectConfirmation)Set the subject confirmation.
-