Uses of Class
org.keycloak.dom.saml.v2.protocol.AuthnRequestType
Packages that use AuthnRequestType
Package
Description
-
Uses of AuthnRequestType in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml with parameters of type AuthnRequestTypeModifier and TypeMethodDescriptionprotected StringSamlService.BindingProtocol.getBindingType(AuthnRequestType requestAbstractType) protected jakarta.ws.rs.core.ResponseSamlService.BindingProtocol.loginRequest(String relayState, AuthnRequestType requestAbstractType, ClientModel client) -
Uses of AuthnRequestType in org.keycloak.protocol.saml.preprocessor
Methods in org.keycloak.protocol.saml.preprocessor that return AuthnRequestTypeModifier and TypeMethodDescriptiondefault AuthnRequestTypeSamlAuthenticationPreprocessor.beforeProcessingLoginRequest(AuthnRequestType authnRequest, AuthenticationSessionModel authSession) Called before a login request is processed.default AuthnRequestTypeSamlAuthenticationPreprocessor.beforeSendingLoginRequest(AuthnRequestType authnRequest, AuthenticationSessionModel clientSession) Called before a login request is sent.Methods in org.keycloak.protocol.saml.preprocessor with parameters of type AuthnRequestTypeModifier and TypeMethodDescriptiondefault AuthnRequestTypeSamlAuthenticationPreprocessor.beforeProcessingLoginRequest(AuthnRequestType authnRequest, AuthenticationSessionModel authSession) Called before a login request is processed.default AuthnRequestTypeSamlAuthenticationPreprocessor.beforeSendingLoginRequest(AuthnRequestType authnRequest, AuthenticationSessionModel clientSession) Called before a login request is sent. -
Uses of AuthnRequestType in org.keycloak.saml
Methods in org.keycloak.saml that return AuthnRequestType -
Uses of AuthnRequestType in org.keycloak.saml.processing.api.saml.v2.request
Methods in org.keycloak.saml.processing.api.saml.v2.request that return AuthnRequestTypeModifier 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
Methods in org.keycloak.saml.processing.core.parsers.saml.protocol that return AuthnRequestTypeModifier and TypeMethodDescriptionprotected AuthnRequestTypeSAMLAuthNRequestParser.instantiateElement(XMLEventReader xmlEventReader, StartElement startElement) Parse the attributes at the authnrequesttype elementMethods in org.keycloak.saml.processing.core.parsers.saml.protocol with parameters of type AuthnRequestTypeModifier and TypeMethodDescriptionprotected voidSAMLAuthNRequestParser.processSubElement(XMLEventReader xmlEventReader, AuthnRequestType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of AuthnRequestType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type AuthnRequestTypeModifier and TypeMethodDescriptionvoidSAMLRequestWriter.write(AuthnRequestType request) Write aAuthnRequestTypeto stream -
Uses of AuthnRequestType in org.keycloak.services.clientpolicy.context
Constructors in org.keycloak.services.clientpolicy.context with parameters of type AuthnRequestTypeModifierConstructorDescriptionSamlAuthnRequestContext(AuthnRequestType request, ClientModel client, String protocolBinding)