@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface ShiroSecurityConstraint
| Modifier and Type | Required Element and Description |
|---|---|
ShiroConstraint |
constraint |
| Modifier and Type | Optional Element and Description |
|---|---|
ShiroAction |
action |
String |
loginMessage |
Class<? extends org.apache.wicket.Page> |
loginPage |
String |
unauthorizedMessage |
Class<? extends org.apache.wicket.Page> |
unauthorizedPage |
String |
value |
public abstract ShiroConstraint constraint
public abstract ShiroAction action
public abstract String loginMessage
public abstract Class<? extends org.apache.wicket.Page> loginPage
public abstract String unauthorizedMessage
public abstract Class<? extends org.apache.wicket.Page> unauthorizedPage
public abstract String value
Copyright © 2015. All rights reserved.