Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.SubjectLocalityType

Packages that use SubjectLocalityType
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
 class SubjectLocality
          The SubjectLocality element 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
static SubjectLocalityType SubjectLocality.fromElement(Element element)
          Constructs an instance of SubjectLocality from 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
protected  SubjectLocalityType AuthenticationStatementType.subjectLocality
           
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return SubjectLocalityType
 SubjectLocalityType ObjectFactory.createSubjectLocalityType()
          Create an instance of SubjectLocalityType
 SubjectLocalityType AuthenticationStatementType.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
 JAXBElement<SubjectLocalityType> ObjectFactory.createSubjectLocality(SubjectLocalityType value)
          Create an instance of JAXBElement<SubjectLocalityType>}
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type SubjectLocalityType
 JAXBElement<SubjectLocalityType> ObjectFactory.createSubjectLocality(SubjectLocalityType value)
          Create an instance of JAXBElement<SubjectLocalityType>}
 void AuthenticationStatementType.setSubjectLocality(SubjectLocalityType value)
          Sets the value of the subjectLocality property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.