org.springframework.security.oauth.provider
Class OAuthProcessingFilterEntryPoint
java.lang.Object
org.springframework.security.oauth.provider.OAuthProcessingFilterEntryPoint
- All Implemented Interfaces:
- org.springframework.security.web.AuthenticationEntryPoint
public class OAuthProcessingFilterEntryPoint
- extends Object
- implements org.springframework.security.web.AuthenticationEntryPoint
Entry point for OAuth authentication requests.
- Author:
- Ryan Heaton
|
Method Summary |
void |
commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException)
|
String |
getRealmName()
|
void |
setRealmName(String realmName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthProcessingFilterEntryPoint
public OAuthProcessingFilterEntryPoint()
commence
public void commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException)
throws IOException,
javax.servlet.ServletException
- Specified by:
commence in interface org.springframework.security.web.AuthenticationEntryPoint
- Throws:
IOException
javax.servlet.ServletException
getRealmName
public String getRealmName()
setRealmName
public void setRealmName(String realmName)
Copyright © 2013. All rights reserved.