Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.AuthenticationStatementType
-
Packages that use AuthenticationStatementType Package Description 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 Modifier and Type Class Description classAuthenticationStatementTheAuthenticationStatementelement 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 Modifier and Type Method Description static AuthenticationStatementTypeAuthenticationStatement. 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 Constructor Description 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 Modifier and Type Method Description AuthenticationStatementTypeObjectFactory. createAuthenticationStatementType()Create an instance ofAuthenticationStatementTypeMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type AuthenticationStatementType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthenticationStatementType>ObjectFactory. createAuthenticationStatement(AuthenticationStatementType value)Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type AuthenticationStatementType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthenticationStatementType>ObjectFactory. createAuthenticationStatement(AuthenticationStatementType value)
-