Uses of Class
com.sun.identity.saml.assertion.SubjectLocality
Packages that use SubjectLocality
-
Uses of SubjectLocality in com.sun.identity.saml.assertion
Fields in com.sun.identity.saml.assertion declared as SubjectLocalityModifier and TypeFieldDescriptionprotected SubjectLocality
AuthenticationStatement._subjectLocality
Methods in com.sun.identity.saml.assertion that return SubjectLocalityModifier and TypeMethodDescriptionprotected SubjectLocality
AuthenticationStatement.createSubjectLocality
(Element subjectLocalityElement) AuthenticationStatement.getSubjectLocality()
Returns theSubjectLocality
fromAuthenticationStatement
Methods in com.sun.identity.saml.assertion with parameters of type SubjectLocalityModifier and TypeMethodDescriptionboolean
AuthenticationStatement.setSubjectLocality
(SubjectLocality subjectlocality) Sets theSubjectLocality
forAuthenticationStatement
.Constructors in com.sun.identity.saml.assertion with parameters of type SubjectLocalityModifierConstructorDescriptionAuthenticationStatement
(String authMethod, Date authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding) ConstructsAuthenticationStatement