Class CronappAnonymousAuthenticationFilter
- java.lang.Object
-
- org.springframework.web.filter.GenericFilterBean
-
- org.springframework.security.web.authentication.AnonymousAuthenticationFilter
-
- cronapp.framework.authentication.security.CronappAnonymousAuthenticationFilter
-
- All Implemented Interfaces:
javax.servlet.Filter,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean,org.springframework.context.EnvironmentAware,org.springframework.core.env.EnvironmentCapable,org.springframework.web.context.ServletContextAware
public class CronappAnonymousAuthenticationFilter extends org.springframework.security.web.authentication.AnonymousAuthenticationFilter
-
-
Constructor Summary
Constructors Constructor Description CronappAnonymousAuthenticationFilter(String key, Object principal, List<org.springframework.security.core.GrantedAuthority> authorities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.security.core.AuthenticationcreateAuthentication(javax.servlet.http.HttpServletRequest request)-
Methods inherited from class org.springframework.security.web.authentication.AnonymousAuthenticationFilter
afterPropertiesSet, doFilter, getAuthorities, getPrincipal, setAuthenticationDetailsSource
-
-