public class OpenIdSocialAuthenticationFilter
extends org.springframework.social.security.SocialAuthenticationFilter
SocialAuthenticationFilter.detectRejection(HttpServletRequest) to support
OpenID requests.| Constructor and Description |
|---|
OpenIdSocialAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager authManager,
org.springframework.social.UserIdSource userIdSource,
org.springframework.social.connect.UsersConnectionRepository usersConnectionRepository,
org.springframework.social.security.SocialAuthenticationServiceLocator authServiceLocator) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
detectRejection(javax.servlet.http.HttpServletRequest request) |
static boolean |
isOpenIdRequest(javax.servlet.http.HttpServletRequest request) |
addConnection, attemptAuthentication, getAuthServiceLocator, getUsersConnectionRepository, requiresAuthentication, setAlwaysUsePostLoginUrl, setConnectionAddedRedirectUrl, setDefaultFailureUrl, setFilterProcessesUrl, setPostFailureUrl, setPostLoginUrl, setSessionStrategy, setSignupUrl, setUpdateConnectionsafterPropertiesSet, doFilter, getAllowSessionCreation, getAuthenticationManager, getFailureHandler, getFilterProcessesUrl, getRememberMeServices, getSuccessHandler, setAllowSessionCreation, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationFailureHandler, setAuthenticationManager, setAuthenticationSuccessHandler, setContinueChainBeforeSuccessfulAuthentication, setMessageSource, setRememberMeServices, setRequiresAuthenticationRequestMatcher, setSessionAuthenticationStrategy, successfulAuthentication, successfulAuthentication, unsuccessfulAuthenticationpublic OpenIdSocialAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager authManager,
org.springframework.social.UserIdSource userIdSource,
org.springframework.social.connect.UsersConnectionRepository usersConnectionRepository,
org.springframework.social.security.SocialAuthenticationServiceLocator authServiceLocator)
protected boolean detectRejection(javax.servlet.http.HttpServletRequest request)
detectRejection in class org.springframework.social.security.SocialAuthenticationFilterpublic static boolean isOpenIdRequest(javax.servlet.http.HttpServletRequest request)
Copyright © 2015 Molindo GmbH. All Rights Reserved.