Groovy Documentation

controllers
Class JsecUserRoleMappingsController

java.lang.Object
  controllers.JsecUserRoleMappingsController

class JsecUserRoleMappingsController

Controller to handle editing of the mappings between users and roles. It can list the roles for a user or the users for a role, and supports adding and removing user/role mappings from either view.


Property Summary
def add

def delete

def index

def listByRole

def listByUser

 
Constructor Summary
JsecUserRoleMappingsController()

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

add

def add


delete

def delete


index

def index


listByRole

def listByRole


listByUser

def listByUser


 
Constructor Detail

JsecUserRoleMappingsController

JsecUserRoleMappingsController()


 

Groovy Documentation