public class AlwaysGrantedSecurityCheck extends AbstractSecurityCheck
isAuthenticated() to enforce a logged in user.| Constructor and Description |
|---|
AlwaysGrantedSecurityCheck() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActionAuthorized(WaspAction action)
Checks if there are sufficient rights to perform the desired action(s).
|
boolean |
isAuthenticated()
Checks if there is an authenticated user available.
|
getActionFactory, getLoginPage, getStrategy, isActionAuthorizedpublic boolean isActionAuthorized(WaspAction action)
ISecurityCheckaction - the action(s) like render or enable.ISecurityCheck.isActionAuthorized(org.wicketstuff.security.actions.WaspAction)public boolean isAuthenticated()
ISecurityCheckISecurityCheck.isAuthenticated()Copyright © 2015. All rights reserved.