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 SubjectLocalityAuthenticationStatement. _subjectLocalityMethods in com.sun.identity.saml.assertion that return SubjectLocality Modifier and Type Method Description protected SubjectLocalityAuthenticationStatement. createSubjectLocality(Element subjectLocalityElement)SubjectLocalityAuthenticationStatement. getSubjectLocality()Returns theSubjectLocalityfromAuthenticationStatementMethods in com.sun.identity.saml.assertion with parameters of type SubjectLocality Modifier and Type Method Description booleanAuthenticationStatement. setSubjectLocality(SubjectLocality subjectlocality)Sets theSubjectLocalityforAuthenticationStatement.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 
 -