|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityInterceptor | |
|---|---|
| org.tynamo.security.services | |
| org.tynamo.security.services.impl | |
| org.tynamo.shiro.extension.authz.aop | |
| Uses of SecurityInterceptor in org.tynamo.security.services |
|---|
| Methods in org.tynamo.security.services that return types with arguments of type SecurityInterceptor | |
|---|---|
java.util.List<SecurityInterceptor> |
ClassInterceptorsCache.get(java.lang.String className)
|
| Methods in org.tynamo.security.services with parameters of type SecurityInterceptor | |
|---|---|
void |
ClassInterceptorsCache.add(java.lang.String className,
SecurityInterceptor interceptor)
|
| Method parameters in org.tynamo.security.services with type arguments of type SecurityInterceptor | |
|---|---|
void |
ClassInterceptorsCache.put(java.lang.String className,
java.util.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 SecurityInterceptor | |
|---|---|
java.util.List<SecurityInterceptor> |
ClassInterceptorsCacheImpl.get(java.lang.String className)
|
| Methods in org.tynamo.security.services.impl with parameters of type SecurityInterceptor | |
|---|---|
void |
ClassInterceptorsCacheImpl.add(java.lang.String className,
SecurityInterceptor interceptor)
|
| Method parameters in org.tynamo.security.services.impl with type arguments of type SecurityInterceptor | |
|---|---|
void |
ClassInterceptorsCacheImpl.put(java.lang.String className,
java.util.List<SecurityInterceptor> interceptors)
|
| Uses of SecurityInterceptor in org.tynamo.shiro.extension.authz.aop |
|---|
| Classes in org.tynamo.shiro.extension.authz.aop that implement SecurityInterceptor | |
|---|---|
class |
DefaultSecurityInterceptor
Generic interceptor for use in different aop implementations. |
| Methods in org.tynamo.shiro.extension.authz.aop that return types with arguments of type SecurityInterceptor | |
|---|---|
static java.util.List<SecurityInterceptor> |
AopHelper.createSecurityInterceptors(java.lang.reflect.Method method,
java.lang.Class<?> clazz)
Create list of SecurityInterceptor
instances for method. |
static java.util.List<SecurityInterceptor> |
AopHelper.createSecurityInterceptorsSeeingInterfaces(java.lang.reflect.Method method,
java.lang.Class<?> targetClass)
Create list of SecurityInterceptor
instances for method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||