public class PreAuthActionsHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected KeycloakDeployment |
deployment |
protected AdapterDeploymentContext |
deploymentContext |
protected HttpFacade |
facade |
protected UserSessionManagement |
userSessionManagement |
Constructor and Description |
---|
PreAuthActionsHandler(UserSessionManagement userSessionManagement,
AdapterDeploymentContext deploymentContext,
HttpFacade facade) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleJwksRequest() |
protected void |
handleLogout() |
protected void |
handlePushNotBefore() |
boolean |
handleRequest() |
protected void |
handleTestAvailable() |
protected void |
handleVersion() |
boolean |
preflightCors() |
protected boolean |
resolveDeployment() |
protected boolean |
validateAction(AdminAction action) |
protected JWSInput |
verifyAdminRequest() |
protected UserSessionManagement userSessionManagement
protected AdapterDeploymentContext deploymentContext
protected KeycloakDeployment deployment
protected HttpFacade facade
public PreAuthActionsHandler(UserSessionManagement userSessionManagement, AdapterDeploymentContext deploymentContext, HttpFacade facade)
protected boolean resolveDeployment()
public boolean handleRequest()
public boolean preflightCors()
protected void handleLogout()
protected void handlePushNotBefore()
protected void handleTestAvailable()
protected boolean validateAction(AdminAction action)
protected void handleVersion()
protected void handleJwksRequest()
Copyright © 2019 JBoss by Red Hat. All rights reserved.