Class |
Description |
DelegatingAsyncGrailsWebRequest
|
|
DelegatingGrailsWebRequest
|
|
GrailsRedirectStrategy
|
Builds absolute urls when using header check channel security to prevent the
container from generating urls with an incorrect scheme. |
GrailsSecurityFilterChain
|
Based on org.springframework.security.web.DefaultSecurityFilterChain which is final. |
NullFilterChainValidator
|
No-op validator. |
SecurityRequestHolder
|
Uses a java.lang.ThreadLocal to store the current request and response. |
SecurityRequestHolderFilter
|
Stores the request and response in the SecurityRequestHolder. |
SecurityRequestHolderFilter.1
|
|
SecurityRequestHolderFilter.2
|
|
UpdateRequestContextHolderExceptionTranslationFilter
|
Replaces the current GrailsWebRequest with one that delegates to the real current instance but uses the request and
response from the filter chain instead of the cached instances from earlier in the chain to ensure that controllers
and other classes that access the request from the thread-local RequestContextHolder use the correct instances. |