Uses of Class
org.wicketstuff.shiro.annotation.ShiroSecurityConstraint
-
Packages that use ShiroSecurityConstraint Package Description org.wicketstuff.shiro.annotation org.wicketstuff.shiro.authz -
-
Uses of ShiroSecurityConstraint in org.wicketstuff.shiro.annotation
Methods in org.wicketstuff.shiro.annotation that return ShiroSecurityConstraint Modifier and Type Method Description protected ShiroSecurityConstraintAnnotationsShiroAuthorizationStrategy. checkInvalidInstantiation(Annotation[] annotations, ShiroAction action)<T extends IRequestableComponent>
ShiroSecurityConstraintAnnotationsShiroAuthorizationStrategy. checkInvalidInstantiation(Class<T> componentClass)ShiroSecurityConstraint[]value() -
Uses of ShiroSecurityConstraint in org.wicketstuff.shiro.authz
Methods in org.wicketstuff.shiro.authz with parameters of type ShiroSecurityConstraint Modifier and Type Method Description protected Class<? extends Page>ShiroUnauthorizedComponentListener. addLoginMessagesAndGetPage(ShiroSecurityConstraint constraint, Component component, Class<? extends Page> page)protected Class<? extends Page>ShiroUnauthorizedComponentListener. addUnauthorizedMessagesAndGetPage(ShiroSecurityConstraint constraint, Component component, Class<? extends Page> page)protected StringShiroUnauthorizedComponentListener. getMessage(String key, ShiroSecurityConstraint anno, Component comp)
-