Package org.keycloak.adapters
Class AuthenticatedActionsHandler
- java.lang.Object
-
- org.keycloak.adapters.AuthenticatedActionsHandler
-
public class AuthenticatedActionsHandler extends Object
Pre-installed actions that must be authenticated Actions include: CORS Origin Check and Response headers k_query_bearer_token: Get bearer token from server for Javascripts CORS requests- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected KeycloakDeploymentdeploymentprotected OIDCHttpFacadefacade
-
Constructor Summary
Constructors Constructor Description AuthenticatedActionsHandler(KeycloakDeployment deployment, OIDCHttpFacade facade)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanabortTokenResponse()protected booleancorsRequest()booleanhandledRequest()protected voidqueryBearerToken()
-
-
-
Field Detail
-
deployment
protected KeycloakDeployment deployment
-
facade
protected OIDCHttpFacade facade
-
-
Constructor Detail
-
AuthenticatedActionsHandler
public AuthenticatedActionsHandler(KeycloakDeployment deployment, OIDCHttpFacade facade)
-
-