Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.SubjectLocalityType
-
Packages that use SubjectLocalityType Package Description com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.internal.saml11.jaxb20 -
-
Uses of SubjectLocalityType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Subclasses of SubjectLocalityType in com.sun.xml.wss.saml.assertion.saml11.jaxb20 Modifier and Type Class Description classSubjectLocalityTheSubjectLocalityelement specifies the DNS domain name and IP address for the system entity that performed the authentication.Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return SubjectLocalityType Modifier and Type Method Description static SubjectLocalityTypeSubjectLocality. fromElement(Element element)Constructs an instance ofSubjectLocalityfrom an existing XML block. -
Uses of SubjectLocalityType in com.sun.xml.wss.saml.internal.saml11.jaxb20
Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 declared as SubjectLocalityType Modifier and Type Field Description protected SubjectLocalityTypeAuthenticationStatementType. subjectLocalityMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return SubjectLocalityType Modifier and Type Method Description SubjectLocalityTypeObjectFactory. createSubjectLocalityType()Create an instance ofSubjectLocalityTypeSubjectLocalityTypeAuthenticationStatementType. getSubjectLocality()Gets the value of the subjectLocality property.Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type SubjectLocalityType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SubjectLocalityType>ObjectFactory. createSubjectLocality(SubjectLocalityType value)Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type SubjectLocalityType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SubjectLocalityType>ObjectFactory. createSubjectLocality(SubjectLocalityType value)voidAuthenticationStatementType. setSubjectLocality(SubjectLocalityType value)Sets the value of the subjectLocality property.
-