Uses of Class
org.keycloak.dom.saml.v2.protocol.RequestedAuthnContextType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of RequestedAuthnContextType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeFieldDescriptionprotected RequestedAuthnContextType
AuthnQueryType.requestedAuthnContext
protected RequestedAuthnContextType
AuthnRequestType.requestedAuthnContext
Modifier and TypeMethodDescriptionAuthnQueryType.getRequestedAuthnContext()
Gets the value of the requestedAuthnContext property.AuthnRequestType.getRequestedAuthnContext()
Gets the value of the requestedAuthnContext property.Modifier and TypeMethodDescriptionvoid
AuthnQueryType.setRequestedAuthnContext
(RequestedAuthnContextType value) Sets the value of the requestedAuthnContext property.void
AuthnRequestType.setRequestedAuthnContext
(RequestedAuthnContextType value) Sets the value of the requestedAuthnContext property. -
Uses of RequestedAuthnContextType in org.keycloak.saml
-
Uses of RequestedAuthnContextType in org.keycloak.saml.processing.core.parsers.saml.protocol
Modifier and TypeMethodDescriptionprotected RequestedAuthnContextType
SAMLRequestedAuthnContextParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement startElement) Parse the attributes at the authnrequesttype elementModifier and TypeMethodDescriptionprotected void
SAMLRequestedAuthnContextParser.processSubElement
(XMLEventReader xmlEventReader, RequestedAuthnContextType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of RequestedAuthnContextType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLRequestWriter.write
(RequestedAuthnContextType requestedAuthnContextType) Write aRequestedAuthnContextType
to stream