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

Packages that use AuthnContext
com.sun.xml.wss.saml   
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.impl   
 

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

Methods in com.sun.xml.wss.saml that return AuthnContext
abstract  AuthnContext SAMLAssertionFactory.createAuthnContext()
           
abstract  AuthnContext SAMLAssertionFactory.createAuthnContext(String authContextClassref, String authenticatingAuthority)
           
 

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

Uses of AuthnContext in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 

Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement AuthnContext
 class AuthnContext
          The AuthnContext element may be used to indicate to a replying party receiving an AuthenticationStatement that a SAML authority may be available to provide additional information about the subject of the statement.
 

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

Methods in com.sun.xml.wss.saml.impl that return AuthnContext
 AuthnContext SAMLAssertion1_1FactoryImpl.createAuthnContext()
           
 AuthnContext SAMLAssertion2_1FactoryImpl.createAuthnContext()
           
 AuthnContext SAMLAssertion2_2FactoryImpl.createAuthnContext()
           
 AuthnContext SAMLAssertion1_1FactoryImpl.createAuthnContext(String authContextClassref, String authenticatingAuthority)
           
 AuthnContext SAMLAssertion2_1FactoryImpl.createAuthnContext(String authContextClassref, String authenticatingAuthority)
           
 AuthnContext SAMLAssertion2_2FactoryImpl.createAuthnContext(String authContextClassref, String authenticatingAuthority)
           
 

Methods in com.sun.xml.wss.saml.impl with parameters of type AuthnContext
 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.