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,
MolgenisUserDetailsService molgenisUserDetailsService,
AppSettings appSettings) |
| 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
@Autowired
public GoogleAuthenticationProcessingFilter(com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager googlePublicKeysManager,
DataService dataService,
MolgenisUserDetailsService molgenisUserDetailsService,
AppSettings appSettings)
public org.springframework.security.core.Authentication attemptAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws org.springframework.security.core.AuthenticationException,
IOException,
javax.servlet.ServletException
attemptAuthentication in class org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilterorg.springframework.security.core.AuthenticationExceptionIOExceptionjavax.servlet.ServletExceptionCopyright © 2016. All Rights Reserved.