Uses of Interface
org.opensaml.saml1.core.SubjectLocality

Packages that use SubjectLocality
org.opensaml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. 
org.opensaml.saml1.core.impl Implementations of SAML 1.0 and 1.1 types and elements interfaces. 
 

Uses of SubjectLocality in org.opensaml.saml1.core
 

Methods in org.opensaml.saml1.core that return SubjectLocality
 SubjectLocality AuthenticationStatement.getSubjectLocality()
          Set the (single) SubjectLocality child element
 

Methods in org.opensaml.saml1.core with parameters of type SubjectLocality
 void AuthenticationStatement.setSubjectLocality(SubjectLocality subjectLocality)
          Get the (single) SubjectLocality child element
 

Uses of SubjectLocality in org.opensaml.saml1.core.impl
 

Classes in org.opensaml.saml1.core.impl that implement SubjectLocality
 class SubjectLocalityImpl
          A concrete impementation of the SubjectLocality interface
 

Methods in org.opensaml.saml1.core.impl that return SubjectLocality
 SubjectLocality SubjectLocalityBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 SubjectLocality SubjectLocalityBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 SubjectLocality AuthenticationStatementImpl.getSubjectLocality()
          Set the (single) SubjectLocality child element
 

Methods in org.opensaml.saml1.core.impl with parameters of type SubjectLocality
 void AuthenticationStatementImpl.setSubjectLocality(SubjectLocality subjectLocality)
          Get the (single) SubjectLocality child element
 



Copyright © 2006-2010 Internet2. All Rights Reserved.