Uses of Class
org.keycloak.dom.saml.v2.protocol.AuthnRequestType
Package
Description
-
Uses of AuthnRequestType in org.keycloak.protocol.saml
Modifier and TypeMethodDescriptionprotected String
SamlService.BindingProtocol.getBindingType
(AuthnRequestType requestAbstractType) protected jakarta.ws.rs.core.Response
SamlService.BindingProtocol.loginRequest
(String relayState, AuthnRequestType requestAbstractType, ClientModel client) -
Uses of AuthnRequestType in org.keycloak.protocol.saml.preprocessor
Modifier and TypeMethodDescriptiondefault AuthnRequestType
SamlAuthenticationPreprocessor.beforeProcessingLoginRequest
(AuthnRequestType authnRequest, AuthenticationSessionModel authSession) Called before a login request is processed.default AuthnRequestType
SamlAuthenticationPreprocessor.beforeSendingLoginRequest
(AuthnRequestType authnRequest, AuthenticationSessionModel clientSession) Called before a login request is sent.Modifier and TypeMethodDescriptiondefault AuthnRequestType
SamlAuthenticationPreprocessor.beforeProcessingLoginRequest
(AuthnRequestType authnRequest, AuthenticationSessionModel authSession) Called before a login request is processed.default AuthnRequestType
SamlAuthenticationPreprocessor.beforeSendingLoginRequest
(AuthnRequestType authnRequest, AuthenticationSessionModel clientSession) Called before a login request is sent. -
Uses of AuthnRequestType in org.keycloak.saml
-
Uses of AuthnRequestType in org.keycloak.saml.processing.api.saml.v2.request
Modifier and TypeMethodDescriptionSAML2Request.createAuthnRequestType
(String id, String assertionConsumerURL, String destination, String issuerValue) Create authentication request with protocolBinding defaulting to POSTSAML2Request.createAuthnRequestType
(String id, String assertionConsumerURL, String destination, String issuerValue, URI protocolBinding) Create an authentication requestSAML2Request.getAuthnRequestType
(InputStream is) Get the AuthnRequestType from an input streamSAML2Request.getAuthnRequestType
(String fileName) Get AuthnRequestType from a file -
Uses of AuthnRequestType in org.keycloak.saml.processing.core.parsers.saml.protocol
Modifier and TypeMethodDescriptionprotected AuthnRequestType
SAMLAuthNRequestParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement startElement) Parse the attributes at the authnrequesttype elementModifier and TypeMethodDescriptionprotected void
SAMLAuthNRequestParser.processSubElement
(XMLEventReader xmlEventReader, AuthnRequestType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of AuthnRequestType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLRequestWriter.write
(AuthnRequestType request) Write aAuthnRequestType
to stream -
Uses of AuthnRequestType in org.keycloak.services.clientpolicy.context
ModifierConstructorDescriptionSamlAuthnRequestContext
(AuthnRequestType request, ClientModel client, String protocolBinding)