Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.AuthnContextType
Packages that use AuthnContextType
Package
Description
-
Uses of AuthnContextType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Subclasses of AuthnContextType in com.sun.xml.wss.saml.assertion.saml20.jaxb20Modifier and TypeClassDescriptionclassTheAuthnContextelement 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 AuthnContextTypeModifier and TypeMethodDescriptionstatic 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 AuthnContextTypeMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return AuthnContextTypeModifier and TypeMethodDescriptionObjectFactory.createAuthnContextType()Create an instance ofAuthnContextTypeAuthnStatementType.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 AuthnContextTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<AuthnContextType>ObjectFactory.createAuthnContext(AuthnContextType value) Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type AuthnContextTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<AuthnContextType>ObjectFactory.createAuthnContext(AuthnContextType value) voidAuthnStatementType.setAuthnContext(AuthnContextType value) Sets the value of the authnContext property.