Package org.apache.wicket.authroles.authorization.strategies.role.annotations
-
Class Summary Class Description AnnotationsRoleAuthorizationStrategy Strategy that checks theAuthorizeInstantiationannotation. -
Annotation Types Summary Annotation Type Description AuthorizeAction A mapping of 1..n roles to an action.AuthorizeActions Groups a set (technically an array) ofAuthorizeActions for authorization.AuthorizeInstantiation Annotation for configuring what roles are allowed for instantiation the annotated component or package.AuthorizeInstantiations Groups a set (technically an array) ofAuthorizeInstantiations for page authorization.AuthorizeResource Annotation for configuring what roles are allowed for requesting the annotated resource.