Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.AuthnContextType

Packages that use AuthnContextType
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.internal.saml20.jaxb20   
 

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

Subclasses of AuthnContextType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 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.
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return AuthnContextType
static AuthnContextType AuthnContext.fromElement(Element element)
          Constructs an AuthnContext element from an existing XML block.
 

Uses of AuthnContextType in com.sun.xml.wss.saml.internal.saml20.jaxb20
 

Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as AuthnContextType
protected  AuthnContextType AuthnStatementType.authnContext
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return AuthnContextType
 AuthnContextType ObjectFactory.createAuthnContextType()
          Create an instance of AuthnContextType
 AuthnContextType AuthnStatementType.getAuthnContext()
          Gets the value of the authnContext property.
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type AuthnContextType
 JAXBElement<AuthnContextType> ObjectFactory.createAuthnContext(AuthnContextType value)
          Create an instance of JAXBElement<AuthnContextType>}
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type AuthnContextType
 JAXBElement<AuthnContextType> ObjectFactory.createAuthnContext(AuthnContextType value)
          Create an instance of JAXBElement<AuthnContextType>}
 void AuthnStatementType.setAuthnContext(AuthnContextType value)
          Sets the value of the authnContext property.
 



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