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 UserStats |
getUserStats(String user) |
protected void |
handleGetSessionStats() |
protected void |
handleGetUserStats() |
protected void |
handleLogout() |
protected void |
handlePushNotBefore() |
boolean |
handleRequest() |
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 boolean validateAction(AdminAction action)
protected void handleGetSessionStats()
protected void handleGetUserStats()
Copyright © 2014. All Rights Reserved.