Uses of Class
org.wicketstuff.shiro.annotation.AnnotationsShiroAuthorizationStrategy
-
Packages that use AnnotationsShiroAuthorizationStrategy Package Description org.wicketstuff.shiro.authz -
-
Uses of AnnotationsShiroAuthorizationStrategy in org.wicketstuff.shiro.authz
Methods in org.wicketstuff.shiro.authz that return AnnotationsShiroAuthorizationStrategy Modifier and Type Method Description AnnotationsShiroAuthorizationStrategyShiroUnauthorizedComponentListener. getAnnotationStrategy()Methods in org.wicketstuff.shiro.authz with parameters of type AnnotationsShiroAuthorizationStrategy Modifier and Type Method Description voidShiroUnauthorizedComponentListener. setAnnotationStrategy(AnnotationsShiroAuthorizationStrategy annotationStrategy)Constructors in org.wicketstuff.shiro.authz with parameters of type AnnotationsShiroAuthorizationStrategy Constructor Description ShiroUnauthorizedComponentListener(Class<? extends Page> loginPage, Class<? extends Page> unauthorizedPage, AnnotationsShiroAuthorizationStrategy s)
-