| Class | Description |
|---|---|
| AjaxAwareAccessDeniedHandler |
|
| DefaultThrowableAnalyzer | Copy of org.springframework.security.web.access.ExceptionTranslationFilter.DefaultThrowableAnalyzer which is private. |
| DummyRequestCreator | |
| DummyResponseCreator | |
| GrailsWebInvocationPrivilegeEvaluator | createFilterInvocation() is private in the base class so this is required to create
a mock request that works with Grails - more methods get called than are expected in the mock request
that the base class uses. |