| Type | Name and description |
|---|---|
java.lang.Object |
authService |
java.lang.Object |
casLoginUrl |
java.lang.Object |
casLogoutUrl |
java.lang.Object |
grailServerURL |
java.lang.Object |
ifAllGrantedDoes the currently logged in user have all of the given roles? |
java.lang.Object |
ifAnyGrantedDoes the currently logged in user have any of the given roles? |
java.lang.Object |
ifLoggedInIs the user logged in? |
java.lang.Object |
ifNotGrantedDoes the currently logged in user have none of the given roles? |
java.lang.Object |
ifNotLoggedInIs the user not logged in? |
java.lang.Object |
loginLogoutGenerate the login/logout link (taken from ala-web-theme plugin) |
static java.lang.Object |
namespace |
java.lang.Object |
securityPrimitives |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
buildLoginLink(java.lang.Object attrs)Build the login link |
|
java.lang.String |
buildLoginoutLink(java.lang.Object attrs)Builds the login or logout link based on current login status. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Does the currently logged in user have all of the given roles?
Does the currently logged in user have any of the given roles?
Is the user logged in?
Does the currently logged in user have none of the given roles?
Is the user not logged in?
Generate the login/logout link (taken from ala-web-theme plugin)
Build the login link
attrs - any specified params to override defaultsBuilds the login or logout link based on current login status.
attrs - any specified params to override defaults