Uses of Class
com.sun.identity.saml.assertion.SubjectLocality
-
Packages that use SubjectLocality Package Description com.sun.identity.saml.assertion Defines SAML assertion. -
-
Uses of SubjectLocality in com.sun.identity.saml.assertion
Fields in com.sun.identity.saml.assertion declared as SubjectLocality Modifier and Type Field Description protected SubjectLocality
AuthenticationStatement. _subjectLocality
Methods in com.sun.identity.saml.assertion that return SubjectLocality Modifier and Type Method Description protected SubjectLocality
AuthenticationStatement. createSubjectLocality(Element subjectLocalityElement)
SubjectLocality
AuthenticationStatement. getSubjectLocality()
Returns theSubjectLocality
fromAuthenticationStatement
Methods in com.sun.identity.saml.assertion with parameters of type SubjectLocality Modifier and Type Method Description boolean
AuthenticationStatement. setSubjectLocality(SubjectLocality subjectlocality)
Sets theSubjectLocality
forAuthenticationStatement
.Constructors in com.sun.identity.saml.assertion with parameters of type SubjectLocality Constructor Description AuthenticationStatement(String authMethod, Date authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)
ConstructsAuthenticationStatement
-