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