登录拦截器
拦截 /login/auth,实现登录后的应用重定向;
同时,在重定向的 url 上带上校验参数 access_token。
| Type | Name and description |
|---|---|
org.springframework.security.web.authentication.AuthenticationSuccessHandler |
authenticationSuccessHandler |
grails.plugin.springsecurity.SpringSecurityService |
springSecurityService |
| Constructor and description |
|---|
LoginInterceptor
() |
| Type | Name and description |
|---|---|
boolean |
before()@see grails.plugin.springsecurity.SpringSecurityCoreGrailsPlugin |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
BROPEN Documentation, 2020-04-21 12:12