Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.AuthnStatementType
-
Packages that use AuthnStatementType Package Description com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.internal.saml20.jaxb20 -
-
Uses of AuthnStatementType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Subclasses of AuthnStatementType in com.sun.xml.wss.saml.assertion.saml20.jaxb20 Modifier and Type Class Description classAuthnStatementTheAuthnStatementelement 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.saml20.jaxb20 that return AuthnStatementType Modifier and Type Method Description static AuthnStatementTypeAuthnStatement. fromElement(Element element)This constructor builds an authentication statement element from an existing XML block.Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type AuthnStatementType Constructor Description AuthnStatement(AuthnStatementType authStmtType) -
Uses of AuthnStatementType in com.sun.xml.wss.saml.internal.saml20.jaxb20
Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return AuthnStatementType Modifier and Type Method Description AuthnStatementTypeObjectFactory. createAuthnStatementType()Create an instance ofAuthnStatementTypeMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type AuthnStatementType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthnStatementType>ObjectFactory. createAuthnStatement(AuthnStatementType value)Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type AuthnStatementType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthnStatementType>ObjectFactory. createAuthnStatement(AuthnStatementType value)
-