Uses of Interface
com.sun.xml.wss.saml.SubjectLocality

Packages that use SubjectLocality
com.sun.xml.wss.saml   
com.sun.xml.wss.saml.assertion.saml11.jaxb20   
com.sun.xml.wss.saml.impl   
 

Uses of SubjectLocality in com.sun.xml.wss.saml
 

Methods in com.sun.xml.wss.saml that return SubjectLocality
abstract  SubjectLocality SAMLAssertionFactory.createSubjectLocality()
          Constructs a SubjectLocality instance.
abstract  SubjectLocality SAMLAssertionFactory.createSubjectLocality(String ipAddress, String dnsAddress)
          Constructs an instance of SubjectLocality.
 

Methods in com.sun.xml.wss.saml with parameters of type SubjectLocality
abstract  AuthenticationStatement SAMLAssertionFactory.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)
          Constructs an instance of AuthenticationStatement.
abstract  AuthnStatement SAMLAssertionFactory.createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter)
          Constructs an instance of AuthenticationStatement.
 

Uses of SubjectLocality in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 

Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement SubjectLocality
 class SubjectLocality
          The SubjectLocality element specifies the DNS domain name and IP address for the system entity that performed the authentication.
 

Uses of SubjectLocality in com.sun.xml.wss.saml.impl
 

Methods in com.sun.xml.wss.saml.impl that return SubjectLocality
 SubjectLocality SAMLAssertion1_1FactoryImpl.createSubjectLocality()
           
 SubjectLocality SAMLAssertion2_1FactoryImpl.createSubjectLocality()
           
 SubjectLocality SAMLAssertion2_2FactoryImpl.createSubjectLocality()
           
 SubjectLocality SAMLAssertion1_1FactoryImpl.createSubjectLocality(String ipAddress, String dnsAddress)
           
 SubjectLocality SAMLAssertion2_1FactoryImpl.createSubjectLocality(String ipAddress, String dnsAddress)
           
 SubjectLocality SAMLAssertion2_2FactoryImpl.createSubjectLocality(String ipAddress, String dnsAddress)
           
 

Methods in com.sun.xml.wss.saml.impl with parameters of type SubjectLocality
 AuthenticationStatement SAMLAssertion1_1FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)
           
 AuthenticationStatement SAMLAssertion2_1FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)
           
 AuthenticationStatement SAMLAssertion2_2FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)
           
 AuthnStatement SAMLAssertion1_1FactoryImpl.createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter)
           
 AuthnStatement SAMLAssertion2_1FactoryImpl.createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter)
           
 AuthnStatement SAMLAssertion2_2FactoryImpl.createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter)
           
 



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