|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 '/**'.auth_token
.
FacebookAuthenticationProcessingFilter
from Facebook login info,
but before loading roles.
error
).
AccessDeniedHandler
for redirect to errorPage (not RequestDispatcher#forward).GrailsUser
for use in LDAP authentication.LdapUserDetails
.
UserDetails
interface to set Grails Domain
Class at login, to load auth class from context.User
class to set Grails Domain Class at login,
to load auth class from context.MethodSecurityInterceptor
that doesn't throw exceptions if Method Access is
denied, returns null
instead.Requestmap
instances have been added, removed, or changed.
ThreadLocal
to store the current request and response.AuthenticationProcessingFilterEntryPoint
with Ajax login form option if
Method Access is denied returns null
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |