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, isActionAuthorized
public boolean isActionAuthorized(WaspAction action)
ISecurityCheck
action
- the action(s) like render or enable.ISecurityCheck.isActionAuthorized(org.wicketstuff.security.actions.WaspAction)
public boolean isAuthenticated()
ISecurityCheck
ISecurityCheck.isAuthenticated()
Copyright © 2015. All rights reserved.