org.syncope.console
Class SyncopeRolesAuthorizer

java.lang.Object
  extended by org.syncope.console.SyncopeRolesAuthorizer
All Implemented Interfaces:
org.apache.wicket.authorization.strategies.role.IRoleCheckingStrategy

public class SyncopeRolesAuthorizer
extends java.lang.Object
implements org.apache.wicket.authorization.strategies.role.IRoleCheckingStrategy

The authorizer we need to provide to the authorization strategy implementation .AnnotationsRoleAuthorizationStrategy.


Constructor Summary
SyncopeRolesAuthorizer()
          Default Constructor.
 
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
 

Constructor Detail

SyncopeRolesAuthorizer

public SyncopeRolesAuthorizer()
Default Constructor.

Method Detail

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.