Example usage for org.apache.wicket.authroles.authorization.strategies.role.annotations AnnotationsRoleAuthorizationStrategy subclass-usage

List of usage examples for org.apache.wicket.authroles.authorization.strategies.role.annotations AnnotationsRoleAuthorizationStrategy subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.authroles.authorization.strategies.role.annotations AnnotationsRoleAuthorizationStrategy subclass-usage.

Usage

From source file org.cast.isi.ISIAnnotationsRoleAuthorizationStrategy.java

/**
 * Override @AnnotationsRoleAuthorizationStrategy to fix bug WICKET-3974.
 * See: https://issues.apache.org/jira/browse/WICKET-3974
 * 
 * TODO: this should no longer be needed after update to Wicket 6.x.
 *