Uses of Class
org.keycloak.dom.saml.v2.protocol.RequestedAuthnContextType
Packages that use RequestedAuthnContextType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of RequestedAuthnContextType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as RequestedAuthnContextTypeModifier and TypeFieldDescriptionprotected RequestedAuthnContextTypeAuthnQueryType.requestedAuthnContextprotected RequestedAuthnContextTypeAuthnRequestType.requestedAuthnContextMethods in org.keycloak.dom.saml.v2.protocol that return RequestedAuthnContextTypeModifier and TypeMethodDescriptionAuthnQueryType.getRequestedAuthnContext()Gets the value of the requestedAuthnContext property.AuthnRequestType.getRequestedAuthnContext()Gets the value of the requestedAuthnContext property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type RequestedAuthnContextTypeModifier and TypeMethodDescriptionvoidAuthnQueryType.setRequestedAuthnContext(RequestedAuthnContextType value) Sets the value of the requestedAuthnContext property.voidAuthnRequestType.setRequestedAuthnContext(RequestedAuthnContextType value) Sets the value of the requestedAuthnContext property.