Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.AuthnContextType
-
Packages that use AuthnContextType Package Description 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 Modifier and Type Class Description classAuthnContextTheAuthnContextelement may be used to indicate to a replying party receiving anAuthenticationStatementthat 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 Modifier and Type Method Description static AuthnContextTypeAuthnContext. fromElement(Element element)Constructs anAuthnContextelement 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 Modifier and Type Field Description protected AuthnContextTypeAuthnStatementType. authnContextMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return AuthnContextType Modifier and Type Method Description AuthnContextTypeObjectFactory. createAuthnContextType()Create an instance ofAuthnContextTypeAuthnContextTypeAuthnStatementType. 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 Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AuthnContextType>ObjectFactory. createAuthnContext(AuthnContextType value)Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type AuthnContextType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AuthnContextType>ObjectFactory. createAuthnContext(AuthnContextType value)voidAuthnStatementType. setAuthnContext(AuthnContextType value)Sets the value of the authnContext property.
-