| Class | Description |
|---|---|
| RestAuthenticationFailureHandler | Sets the configured status code. |
| RestAuthenticationFilter | This filter starts the initial authentication flow. |
| RestAuthenticationProvider | Authenticates a request based on the token passed. |
| RestAuthenticationSuccessHandler | Generates a JSON response using a AccessTokenJsonRenderer. |
| RestLogoutFilter | Filter exposing an endpoint for deleting tokens. |
| RestSecurityEventListener | Registers as an event listener and delegates handling of security-related events to optional closures defined in Config.groovy. |
| RestTokenCreationEvent | |
| RestTokenValidationFilter | This filter starts the token validation flow. |
| SpringSecurityRestFilterRequestMatcher | Determines whether a given request matches against a configured endpoint URL |
| SpringSecurityRestGormGrailsPlugin | |
| SpringSecurityRestGrailsCacheGrailsPlugin | |
| SpringSecurityRestGrailsPlugin | |
| SpringSecurityRestMemcachedGrailsPlugin | |
| SpringSecurityRestRedisGrailsPlugin |