Package org.wildfly.security.http.oidc
Class AuthenticatedActionsHandler
- java.lang.Object
-
- org.wildfly.security.http.oidc.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- Author:
- Bill Burke, Farah Juma
-
-
Field Summary
Fields Modifier and Type Field Description private OidcClientConfiguration
deployment
private OidcHttpFacade
facade
-
Constructor Summary
Constructors Constructor Description AuthenticatedActionsHandler(OidcClientConfiguration deployment, OidcHttpFacade facade)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
abortTokenResponse()
protected boolean
corsRequest()
private static String
getOrigin(String uri)
boolean
handledRequest()
protected void
queryBearerToken()
-
-
-
Field Detail
-
deployment
private OidcClientConfiguration deployment
-
facade
private OidcHttpFacade facade
-
-
Constructor Detail
-
AuthenticatedActionsHandler
public AuthenticatedActionsHandler(OidcClientConfiguration deployment, OidcHttpFacade facade)
-
-