Package org.wicketstuff.shiro.annotation
Annotation Type ShiroSecurityConstraint
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited public @interface ShiroSecurityConstraint
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ShiroConstraintconstraint
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ShiroActionactionStringloginMessageClass<? extends Page>loginPageStringunauthorizedMessageClass<? extends Page>unauthorizedPageStringvalue
-
-
-
Element Detail
-
constraint
ShiroConstraint constraint
-
-
-
action
ShiroAction action
- Default:
- org.wicketstuff.shiro.ShiroAction.INSTANTIATE
-
-
-
loginMessage
String loginMessage
- Default:
- ""
-
-
-
unauthorizedMessage
String unauthorizedMessage
- Default:
- ""
-
-
-
value
String value
- Default:
- ""
-
-