Uses of Interface
org.tynamo.shiro.extension.authz.aop.SecurityInterceptor
Packages that use SecurityInterceptor
Package
Description
-
Uses of SecurityInterceptor in org.tynamo.security.services
Methods in org.tynamo.security.services that return types with arguments of type SecurityInterceptorModifier and TypeMethodDescriptionMethods in org.tynamo.security.services with parameters of type SecurityInterceptorModifier and TypeMethodDescriptionvoidClassInterceptorsCache.add(String className, SecurityInterceptor interceptor) Method parameters in org.tynamo.security.services with type arguments of type SecurityInterceptorModifier and TypeMethodDescriptionvoidClassInterceptorsCache.put(String className, List<SecurityInterceptor> interceptors) -
Uses of SecurityInterceptor in org.tynamo.security.services.impl
Methods in org.tynamo.security.services.impl that return types with arguments of type SecurityInterceptorModifier and TypeMethodDescriptionMethods in org.tynamo.security.services.impl with parameters of type SecurityInterceptorModifier and TypeMethodDescriptionvoidClassInterceptorsCacheImpl.add(String className, SecurityInterceptor interceptor) Method parameters in org.tynamo.security.services.impl with type arguments of type SecurityInterceptorModifier and TypeMethodDescriptionvoidClassInterceptorsCacheImpl.put(String className, List<SecurityInterceptor> interceptors) -
Uses of SecurityInterceptor in org.tynamo.shiro.extension.authz.aop
Classes in org.tynamo.shiro.extension.authz.aop that implement SecurityInterceptorModifier and TypeClassDescriptionclassGeneric interceptor for use in different aop implementations.Methods in org.tynamo.shiro.extension.authz.aop that return types with arguments of type SecurityInterceptorModifier and TypeMethodDescriptionstatic List<SecurityInterceptor> AopHelper.createSecurityInterceptors(Method method, Class<?> clazz) Create list ofSecurityInterceptorinstances for method.static List<SecurityInterceptor> AopHelper.createSecurityInterceptorsSeeingInterfaces(Method method, Class<?> targetClass) Create list ofSecurityInterceptorinstances for method.