Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.AuthenticationStatementType

Packages that use AuthenticationStatementType
com.sun.xml.wss.saml.assertion.saml11.jaxb20   
com.sun.xml.wss.saml.internal.saml11.jaxb20   
 

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

Subclasses of AuthenticationStatementType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 class AuthenticationStatement
          The AuthenticationStatement element supplies a statement by the issuer that its subject was authenticated by a particular means at a particular time.
 

Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return AuthenticationStatementType
static AuthenticationStatementType AuthenticationStatement.fromElement(Element element)
          This constructor builds an authentication statement element from an existing XML block.
 

Constructors in com.sun.xml.wss.saml.assertion.saml11.jaxb20 with parameters of type AuthenticationStatementType
AuthenticationStatement(AuthenticationStatementType authStmtType)
           
 

Uses of AuthenticationStatementType in com.sun.xml.wss.saml.internal.saml11.jaxb20
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return AuthenticationStatementType
 AuthenticationStatementType ObjectFactory.createAuthenticationStatementType()
          Create an instance of AuthenticationStatementType
 

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

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type AuthenticationStatementType
 JAXBElement<AuthenticationStatementType> ObjectFactory.createAuthenticationStatement(AuthenticationStatementType value)
          Create an instance of JAXBElement<AuthenticationStatementType>}
 



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