Package org.codehaus.groovy.grails.plugins.springsecurity

Interface Summary
GrailsUser Extends Spring Security's UserDetails interface to set Grails Domain Class at login, to load auth class from context.
 

Class Summary
AbstractFilterInvocationDefinition  
AnnotationFilterInvocationDefinition A FilterInvocationDefinitionSource that uses rules defined with Controller annotations combined with static rules defined in SecurityConfig.groovy, e.g. for js, images, css or for rules that cannot be expressed in a controller like '/**'.
GrailsAccessDeniedHandlerImpl AccessDeniedHandler for redirect to errorPage (not RequestDispatcher#forward).
GrailsUserImpl Extends Spring Security's User class to set Grails Domain Class at login, to load auth class from context.
GrailsWebApplicationObjectSupport Grails Web Application Object Support.
GrailsWebApplicationObjectSupport.SessionContainer Holds the session created or existing session and a flag indicating whether it was existing (so we know whether to close it or not).
IpAddressFilter Blocks access to protected resources based on IP address.
QuietMethodSecurityInterceptor MethodSecurityInterceptor that doesn't throw exceptions if Method Access is denied, returns null instead.
RequestmapFilterInvocationDefinition  
SecurityRequestHolder Uses a ThreadLocal to store the current request and response.
WithAjaxAuthenticationProcessingFilterEntryPoint AuthenticationProcessingFilterEntryPoint with Ajax login form option if Method Access is denied returns null.
 

Annotation Types Summary
Secured Annotation for Controllers at the class level or per-action, defining what roles are required for the entire controller or action.