public class ServletRequestAuthenticator extends UndertowRequestAuthenticator
| Modifier and Type | Field and Description |
|---|---|
protected UndertowUserSessionManagement |
userSessionManagement |
exchange, securityContextchallenge, deployment, facade, log, sslRedirectPort| Constructor and Description |
|---|
ServletRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort,
io.undertow.security.api.SecurityContext securityContext,
io.undertow.server.HttpServerExchange exchange,
UndertowUserSessionManagement userSessionManagement) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isCached() |
protected void |
login(KeycloakAccount account) |
protected void |
propagateKeycloakContext(KeycloakUndertowAccount account) |
completeBearerAuthentication, completeOAuthAuthentication, createOAuthAuthenticatorauthenticate, completeAuthentication, completeAuthentication, createBearerTokenAuthenticator, getChallenge, verifySSLprotected UndertowUserSessionManagement userSessionManagement
public ServletRequestAuthenticator(HttpFacade facade, KeycloakDeployment deployment, int sslRedirectPort, io.undertow.security.api.SecurityContext securityContext, io.undertow.server.HttpServerExchange exchange, UndertowUserSessionManagement userSessionManagement)
protected boolean isCached()
isCached in class UndertowRequestAuthenticatorprotected void propagateKeycloakContext(KeycloakUndertowAccount account)
propagateKeycloakContext in class UndertowRequestAuthenticatorprotected void login(KeycloakAccount account)
login in class UndertowRequestAuthenticatorCopyright © 2014. All Rights Reserved.