public class GoogleAuthenticationProcessingFilter
extends org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
GOOGLE_AUTHENTICATION_URL |
| Constructor and Description |
|---|
GoogleAuthenticationProcessingFilter(com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager googlePublicKeysManager,
DataService dataService,
UserDetailsService userDetailsService,
AuthenticationSettings authenticationSettings,
UserFactory userFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
attemptAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
afterPropertiesSet, doFilter, getAllowSessionCreation, getAuthenticationManager, getFailureHandler, getRememberMeServices, getSuccessHandler, requiresAuthentication, setAllowSessionCreation, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationFailureHandler, setAuthenticationManager, setAuthenticationSuccessHandler, setContinueChainBeforeSuccessfulAuthentication, setFilterProcessesUrl, setMessageSource, setRememberMeServices, setRequiresAuthenticationRequestMatcher, setSessionAuthenticationStrategy, successfulAuthentication, unsuccessfulAuthenticationpublic static final String GOOGLE_AUTHENTICATION_URL
public GoogleAuthenticationProcessingFilter(com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager googlePublicKeysManager,
DataService dataService,
UserDetailsService userDetailsService,
AuthenticationSettings authenticationSettings,
UserFactory userFactory)
public org.springframework.security.core.Authentication attemptAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
attemptAuthentication in class org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilterIOExceptionjavax.servlet.ServletExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.