Class CompoundAuthorizationStrategy

java.lang.Object
org.apache.wicket.authorization.strategies.CompoundAuthorizationStrategy
All Implemented Interfaces:
IAuthorizationStrategy
Direct Known Subclasses:
RoleAuthorizationStrategy

Compound implementation of the IAuthorizationStrategy that lets you chain two or more strategies together.
Author:
ivaynberg