@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class GrailsAnonymousAuthenticationFilter extends GenericFilterBean
Replaces org.springframework.security.web.authentication.AnonymousAuthenticationFilter.
| Type | Name and description |
|---|---|
AuthenticationDetailsSource<HttpServletRequest, ?> |
authenticationDetailsSourceDependency injection for authenticationDetailsSource. |
java.lang.String |
keyDependency injection for the key. |
| Constructor and description |
|---|
GrailsAnonymousAuthenticationFilter() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
afterPropertiesSet() |
|
protected void |
applyAnonymousForThisRequest(HttpServletRequest request) |
|
protected Authentication |
createAuthentication(HttpServletRequest request) |
|
void |
doFilter(ServletRequest req, ServletResponse res, FilterChain chain) |
Dependency injection for authenticationDetailsSource.
Dependency injection for the key.