org.syncope.console
Class SyncopeRolesAuthorizer
java.lang.Object
org.syncope.console.SyncopeRolesAuthorizer
- All Implemented Interfaces:
- org.apache.wicket.authorization.strategies.role.IRoleCheckingStrategy
public class SyncopeRolesAuthorizer
- extends Object
- implements org.apache.wicket.authorization.strategies.role.IRoleCheckingStrategy
The authorizer we need to provide to the authorization strategy implementation
.AnnotationsRoleAuthorizationStrategy.
|
Method Summary |
boolean |
hasAnyRole(org.apache.wicket.authorization.strategies.role.Roles roles)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncopeRolesAuthorizer
public SyncopeRolesAuthorizer()
- Default Constructor.
hasAnyRole
public boolean hasAnyRole(org.apache.wicket.authorization.strategies.role.Roles roles)
- Specified by:
hasAnyRole in interface org.apache.wicket.authorization.strategies.role.IRoleCheckingStrategy
- See Also:
IRoleCheckingStrategy#hasAnyRole(Roles)
Copyright © 2010. All Rights Reserved.