Class UserRolesAuthorizer
- java.lang.Object
-
- org.apache.wicket.examples.authorization.UserRolesAuthorizer
-
- All Implemented Interfaces:
IRoleCheckingStrategy
public class UserRolesAuthorizer extends Object implements IRoleCheckingStrategy
The authorizer we need to provide to the authorization strategy implementationAnnotationsRoleAuthorizationStrategy.- Author:
- Eelco Hillenius
-
-
Constructor Summary
Constructors Constructor Description UserRolesAuthorizer()Construct.
-
-
-
Method Detail
-
hasAnyRole
public boolean hasAnyRole(Roles roles)
- Specified by:
hasAnyRolein interfaceIRoleCheckingStrategy- See Also:
IRoleCheckingStrategy.hasAnyRole(Roles)
-
-