org.apache.wicket.authorization.strategies.role
Class RoleAuthorizationStrategy

java.lang.Object
  extended by org.apache.wicket.authorization.strategies.CompoundAuthorizationStrategy
      extended by org.apache.wicket.authorization.strategies.role.RoleAuthorizationStrategy
All Implemented Interfaces:
IAuthorizationStrategy

public class RoleAuthorizationStrategy
extends CompoundAuthorizationStrategy

Compound strategy that works with roles.

Author:
Eelco Hillenius

Field Summary
 
Fields inherited from interface org.apache.wicket.authorization.IAuthorizationStrategy
ALLOW_ALL
 
Constructor Summary
RoleAuthorizationStrategy(IRoleCheckingStrategy roleCheckingStrategy)
          Construct.
 
Method Summary
 
Methods inherited from class org.apache.wicket.authorization.strategies.CompoundAuthorizationStrategy
add, isActionAuthorized, isInstantiationAuthorized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleAuthorizationStrategy

public RoleAuthorizationStrategy(IRoleCheckingStrategy roleCheckingStrategy)
Construct.

Parameters:
roleCheckingStrategy - the role checking strategy


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.