Package org.keycloak.adapters.undertow
Class UndertowRequestAuthenticator
- java.lang.Object
-
- org.keycloak.adapters.RequestAuthenticator
-
- org.keycloak.adapters.undertow.AbstractUndertowRequestAuthenticator
-
- org.keycloak.adapters.undertow.UndertowRequestAuthenticator
-
public class UndertowRequestAuthenticator extends AbstractUndertowRequestAuthenticator
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
-
Fields inherited from class org.keycloak.adapters.undertow.AbstractUndertowRequestAuthenticator
exchange, securityContext
-
Fields inherited from class org.keycloak.adapters.RequestAuthenticator
challenge, deployment, facade, log, sslRedirectPort, tokenStore
-
-
Constructor Summary
Constructors Constructor Description UndertowRequestAuthenticator(HttpFacade facade, KeycloakDeployment deployment, int sslRedirectPort, io.undertow.security.api.SecurityContext securityContext, io.undertow.server.HttpServerExchange exchange, AdapterTokenStore tokenStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeycloakUndertowAccountcreateAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal)Subclasses need to be able to create their own version of the KeycloakUndertowAccount-
Methods inherited from class org.keycloak.adapters.undertow.AbstractUndertowRequestAuthenticator
changeHttpSessionId, completeBearerAuthentication, completeOAuthAuthentication, createOAuthAuthenticator, propagateKeycloakContext
-
Methods inherited from class org.keycloak.adapters.RequestAuthenticator
authenticate, completeAuthentication, completeAuthentication, createBasicAuthAuthenticator, createBearerTokenAuthenticator, createQueryParameterTokenRequestAuthenticator, getChallenge, isAutodetectedBearerOnly, verifySSL
-
-
-
-
Constructor Detail
-
UndertowRequestAuthenticator
public UndertowRequestAuthenticator(HttpFacade facade, KeycloakDeployment deployment, int sslRedirectPort, io.undertow.security.api.SecurityContext securityContext, io.undertow.server.HttpServerExchange exchange, AdapterTokenStore tokenStore)
-
-
Method Detail
-
createAccount
protected KeycloakUndertowAccount createAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal)
Description copied from class:AbstractUndertowRequestAuthenticatorSubclasses need to be able to create their own version of the KeycloakUndertowAccount- Specified by:
createAccountin classAbstractUndertowRequestAuthenticator- Returns:
- The account
-
-