|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectcontrollers.AuthController
class AuthController
The authentication controller, for log in and log out pages.
| Property Summary | |
|---|---|
def |
index
|
def |
jcaptchaService
|
def |
jsecSecurityManager
|
def |
login
Display the login page |
def |
signIn
Sign in to the app |
def |
signOut
Sign out of the app |
def |
unauthorized
Return the unauthorised page |
| Constructor Summary | |
AuthController()
|
|
| Method Summary |
|---|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Property Detail |
|---|
def index
def jcaptchaService
def jsecSecurityManager
def login
def signIn
def signOut
def unauthorized
| Constructor Detail |
|---|
AuthController()
Groovy Documentation