Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.assertion.SubjectLocalityType

Packages that use SubjectLocalityType
org.jboss.seam.security.external.jaxb.samlv2.assertion   
 

Uses of SubjectLocalityType in org.jboss.seam.security.external.jaxb.samlv2.assertion
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.assertion declared as SubjectLocalityType
protected  SubjectLocalityType AuthnStatementType.subjectLocality
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return SubjectLocalityType
 SubjectLocalityType ObjectFactory.createSubjectLocalityType()
          Create an instance of SubjectLocalityType
 SubjectLocalityType AuthnStatementType.getSubjectLocality()
          Gets the value of the subjectLocality property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return types with arguments of type SubjectLocalityType
 JAXBElement<SubjectLocalityType> ObjectFactory.createSubjectLocality(SubjectLocalityType value)
          Create an instance of JAXBElement<SubjectLocalityType>}
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion with parameters of type SubjectLocalityType
 JAXBElement<SubjectLocalityType> ObjectFactory.createSubjectLocality(SubjectLocalityType value)
          Create an instance of JAXBElement<SubjectLocalityType>}
 void AuthnStatementType.setSubjectLocality(SubjectLocalityType value)
          Sets the value of the subjectLocality property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.