org.apache.wicket.authorization.strategies.role.annotations |
|
Java Source File Name | Type | Comment |
AdminPage.java | Class | Test page that should only be available for role ADMIN. |
AnnotationsRoleAuthorizationStrategy.java | Class | Strategy that checks the
org.apache.wicket.authorization.strategies.role.annotations.AuthorizeInstantiation annotation. |
AnnotationsRoleTest.java | Class | Test the annotations package of the auth-roles project. |
AuthorizeAction.java | Annotation | A mapping of 1..n roles to an action. |
AuthorizeActions.java | Annotation | Groups a set (technically an array) of
AuthorizeAction s for
authorization. |
AuthorizeInstantiation.java | Annotation | Annotation for configuring what roles are allowed for instantiation the
annotated component or package. |
NormalPage.java | Class | Test page that has no annotation and should thus be available. |