public class KeycloakServletExtension extends Object implements io.undertow.servlet.ServletExtension
| Modifier and Type | Field and Description |
|---|---|
protected static org.jboss.logging.Logger |
log |
| Constructor and Description |
|---|
KeycloakServletExtension() |
| Modifier and Type | Method and Description |
|---|---|
protected ServletKeycloakAuthMech |
createAuthenticationMechanism(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement) |
void |
handleDeployment(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
javax.servlet.ServletContext servletContext) |
boolean |
isAuthenticationMechanismPresent(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
String mechanismName) |
public boolean isAuthenticationMechanismPresent(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
String mechanismName)
public void handleDeployment(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
javax.servlet.ServletContext servletContext)
handleDeployment in interface io.undertow.servlet.ServletExtensionprotected ServletKeycloakAuthMech createAuthenticationMechanism(io.undertow.servlet.api.DeploymentInfo deploymentInfo, AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement)
Copyright © 2014. All Rights Reserved.