Uses of Class
org.wicketstuff.shiro.ShiroAction
-
Packages that use ShiroAction Package Description org.wicketstuff.shiro org.wicketstuff.shiro.annotation -
-
Uses of ShiroAction in org.wicketstuff.shiro
Methods in org.wicketstuff.shiro that return ShiroAction Modifier and Type Method Description static ShiroActionShiroAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ShiroAction[]ShiroAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ShiroAction in org.wicketstuff.shiro.annotation
Methods in org.wicketstuff.shiro.annotation that return ShiroAction Modifier and Type Method Description ShiroActionaction()Methods in org.wicketstuff.shiro.annotation with parameters of type ShiroAction Modifier and Type Method Description protected ShiroSecurityConstraintAnnotationsShiroAuthorizationStrategy. checkInvalidInstantiation(Annotation[] annotations, ShiroAction action)
-