Uses of Interface
com.sun.identity.saml2.assertion.SubjectLocality
-
Packages that use SubjectLocality Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion. -
-
Uses of SubjectLocality in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return SubjectLocality Modifier and Type Method Description SubjectLocality
AssertionFactory. createSubjectLocality()
Returns a new instance ofSubjectLocality
.SubjectLocality
AssertionFactory. createSubjectLocality(String xml)
Returns a new instance ofSubjectLocality
.SubjectLocality
AssertionFactory. createSubjectLocality(Element elem)
Returns a new instance ofSubjectLocality
.SubjectLocality
AuthnStatement. getSubjectLocality()
Returns the value of theSubjectLocality
property.Methods in com.sun.identity.saml2.assertion with parameters of type SubjectLocality Modifier and Type Method Description void
AuthnStatement. setSubjectLocality(SubjectLocality value)
Sets the value of theSubjectLocality
property.
-