public class KeycloakAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
authentication entry point.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_LOGIN_URI
Default Keycloak authentication login URI
|
| Constructor and Description |
|---|
KeycloakAuthenticationEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException) |
void |
setLoginUri(String loginUri) |
public static final String DEFAULT_LOGIN_URI
public void commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException)
throws IOException,
javax.servlet.ServletException
commence in interface org.springframework.security.web.AuthenticationEntryPointIOExceptionjavax.servlet.ServletExceptionpublic void setLoginUri(String loginUri)
Copyright © 2015 JBoss by Red Hat. All rights reserved.