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 SubjectLocalityAssertionFactory. createSubjectLocality()Returns a new instance ofSubjectLocality.SubjectLocalityAssertionFactory. createSubjectLocality(String xml)Returns a new instance ofSubjectLocality.SubjectLocalityAssertionFactory. createSubjectLocality(Element elem)Returns a new instance ofSubjectLocality.SubjectLocalityAuthnStatement. getSubjectLocality()Returns the value of theSubjectLocalityproperty.Methods in com.sun.identity.saml2.assertion with parameters of type SubjectLocality Modifier and Type Method Description voidAuthnStatement. setSubjectLocality(SubjectLocality value)Sets the value of theSubjectLocalityproperty.
-