public class ElytronRequestAuthenticator extends RequestAuthenticator
challenge, deployment, facade, log, sslRedirectPort, tokenStore
Constructor and Description |
---|
ElytronRequestAuthenticator(CallbackHandler callbackHandler,
org.keycloak.adapters.elytron.ElytronHttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort) |
Modifier and Type | Method and Description |
---|---|
AuthOutcome |
authenticate() |
protected String |
changeHttpSessionId(boolean create) |
protected void |
completeBearerAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal,
String method) |
protected void |
completeOAuthAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
protected OAuthRequestAuthenticator |
createOAuthAuthenticator() |
completeAuthentication, completeAuthentication, createBasicAuthAuthenticator, createBearerTokenAuthenticator, createQueryParamterTokenRequestAuthenticator, getChallenge, isAutodetectedBearerOnly, verifySSL
public ElytronRequestAuthenticator(CallbackHandler callbackHandler, org.keycloak.adapters.elytron.ElytronHttpFacade facade, KeycloakDeployment deployment, int sslRedirectPort)
public AuthOutcome authenticate()
authenticate
in class RequestAuthenticator
protected OAuthRequestAuthenticator createOAuthAuthenticator()
createOAuthAuthenticator
in class RequestAuthenticator
protected void completeOAuthAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal)
completeOAuthAuthentication
in class RequestAuthenticator
protected void completeBearerAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal, String method)
completeBearerAuthentication
in class RequestAuthenticator
protected String changeHttpSessionId(boolean create)
changeHttpSessionId
in class RequestAuthenticator
Copyright © 2019 JBoss by Red Hat. All rights reserved.