Uses of Class
org.keycloak.dom.saml.v2.protocol.RequestedAuthnContextType
-
Packages that use RequestedAuthnContextType Package Description org.keycloak.dom.saml.v2.protocol 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 RequestedAuthnContextType Modifier and Type Field Description protected RequestedAuthnContextTypeAuthnQueryType. requestedAuthnContextprotected RequestedAuthnContextTypeAuthnRequestType. requestedAuthnContextMethods in org.keycloak.dom.saml.v2.protocol that return RequestedAuthnContextType Modifier and Type Method Description RequestedAuthnContextTypeAuthnQueryType. getRequestedAuthnContext()Gets the value of the requestedAuthnContext property.RequestedAuthnContextTypeAuthnRequestType. getRequestedAuthnContext()Gets the value of the requestedAuthnContext property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type RequestedAuthnContextType Modifier and Type Method Description voidAuthnQueryType. setRequestedAuthnContext(RequestedAuthnContextType value)Sets the value of the requestedAuthnContext property.voidAuthnRequestType. setRequestedAuthnContext(RequestedAuthnContextType value)Sets the value of the requestedAuthnContext property.
-