@Deprecated public class OAuthProcessingFilterEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
| Constructor and Description |
|---|
OAuthProcessingFilterEntryPoint()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException)
Deprecated.
|
String |
getRealmName()
Deprecated.
|
void |
setRealmName(String realmName)
Deprecated.
|
public OAuthProcessingFilterEntryPoint()
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 String getRealmName()
public void setRealmName(String realmName)
Copyright © 2020. All rights reserved.