@Secured(value: permitAll) class LoginController extends java.lang.Object
| Type | Name and description |
|---|---|
AuthenticationTrustResolver |
authenticationTrustResolverDependency injection for the authenticationTrustResolver. |
MessageSource |
messageSourceDependency injection for the messageSource. |
java.lang.Object |
springSecurityServiceDependency injection for the springSecurityService. |
| Constructor and description |
|---|
LoginController() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
ajaxDenied()The Ajax denied redirect url. |
|
java.lang.Object |
ajaxSuccess()The Ajax success redirect url. |
|
java.lang.Object |
auth()Show the login page. |
|
java.lang.Object |
authAjax()The redirect action for Ajax requests. |
|
java.lang.Object |
authfail()Callback after a failed login. |
|
java.lang.Object |
denied()Show denied page. |
|
java.lang.Object |
full()Login page for users with a remember-me cookie but accessing a IS_AUTHENTICATED_FULLY page. |
|
protected Authentication |
getAuthentication() |
|
protected ConfigObject |
getConf() |
|
java.lang.Object |
index()Default action; redirects to 'defaultTargetUrl' if logged in, /login/auth otherwise. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Dependency injection for the authenticationTrustResolver.
Dependency injection for the messageSource.
Dependency injection for the springSecurityService.
The Ajax denied redirect url.
The Ajax success redirect url.
Show the login page.
The redirect action for Ajax requests.
Callback after a failed login. Redirects to the auth page with a warning message.
Show denied page.
Login page for users with a remember-me cookie but accessing a IS_AUTHENTICATED_FULLY page.
Default action; redirects to 'defaultTargetUrl' if logged in, /login/auth otherwise.