Groovy Documentation

controllers
Class AuthController

java.lang.Object
  controllers.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

index

def index


jcaptchaService

def jcaptchaService


jsecSecurityManager

def jsecSecurityManager


login

def login
Display the login page


signIn

def signIn
Sign in to the app


signOut

def signOut
Sign out of the app


unauthorized

def unauthorized
Return the unauthorised page


 
Constructor Detail

AuthController

AuthController()


 

Groovy Documentation