Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.SubjectLocalityType
Packages that use SubjectLocalityType
Package
Description
-
Uses of SubjectLocalityType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Subclasses of SubjectLocalityType in com.sun.xml.wss.saml.assertion.saml20.jaxb20Modifier and TypeClassDescriptionclassTheSubjectLocalityelement specifies the DNS domain name and IP address for the system entity that performed the authentication.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return SubjectLocalityTypeModifier and TypeMethodDescriptionstatic SubjectLocalityTypeSubjectLocality.fromElement(Element element) Constructs an instance ofSubjectLocalityfrom an existing XML block. -
Uses of SubjectLocalityType in com.sun.xml.wss.saml.internal.saml20.jaxb20
Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as SubjectLocalityTypeModifier and TypeFieldDescriptionprotected SubjectLocalityTypeAuthnStatementType.subjectLocalityMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return SubjectLocalityTypeModifier and TypeMethodDescriptionObjectFactory.createSubjectLocalityType()Create an instance ofSubjectLocalityTypeAuthnStatementType.getSubjectLocality()Gets the value of the subjectLocality property.Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type SubjectLocalityTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SubjectLocalityType>ObjectFactory.createSubjectLocality(SubjectLocalityType value) Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type SubjectLocalityTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SubjectLocalityType>ObjectFactory.createSubjectLocality(SubjectLocalityType value) voidAuthnStatementType.setSubjectLocality(SubjectLocalityType value) Sets the value of the subjectLocality property.