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
| 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(HttpServletRequest request,
HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException)
throws IOException,
ServletException
- Specified by:
commence in interface org.springframework.security.web.AuthenticationEntryPoint
- Throws:
IOException
ServletException
getRealmName
public String getRealmName()
setRealmName
public void setRealmName(String realmName)
Copyright © 2012. All Rights Reserved.