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

Packages that use SubjectLocality
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
 

Uses of SubjectLocality in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return SubjectLocality
 SubjectLocality AuthnStatement.getSubjectLocality()
          Get the DNS domain and IP address of the system where the principal was authenticated.
 

Methods in org.opensaml.saml2.core with parameters of type SubjectLocality
 void AuthnStatement.setSubjectLocality(SubjectLocality newLocality)
          Set the DNS domain and IP address of the system where the principal was authenticated.
 

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

Classes in org.opensaml.saml2.core.impl that implement SubjectLocality
 class SubjectLocalityImpl
          A concrete implementation of SubjectLocality.
 

Methods in org.opensaml.saml2.core.impl that return SubjectLocality
 SubjectLocality SubjectLocalityBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 SubjectLocality SubjectLocalityBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 SubjectLocality AuthnStatementImpl.getSubjectLocality()
          Get the DNS domain and IP address of the system where the principal was authenticated.
 

Methods in org.opensaml.saml2.core.impl with parameters of type SubjectLocality
 void AuthnStatementImpl.setSubjectLocality(SubjectLocality newSubjectLocality)
          Set the DNS domain and IP address of the system where the principal was authenticated.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.