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
 

Fields in org.opensaml.saml2.core.impl declared as SubjectLocality
private  SubjectLocality AuthnStatementImpl.subjectLocality
          Subject Locality of the Authentication Statement.
 

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(String namespaceURI, String localName, 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 © 1999-2012. All Rights Reserved.