Package | Description |
---|---|
org.tynamo.security.services | |
org.tynamo.security.services.impl | |
org.tynamo.shiro.extension.authz.aop |
Modifier and Type | Method and Description |
---|---|
List<SecurityInterceptor> |
ClassInterceptorsCache.get(String className) |
Modifier and Type | Method and Description |
---|---|
void |
ClassInterceptorsCache.add(String className,
SecurityInterceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
void |
ClassInterceptorsCache.put(String className,
List<SecurityInterceptor> interceptors) |
Modifier and Type | Method and Description |
---|---|
List<SecurityInterceptor> |
ClassInterceptorsCacheImpl.get(String className) |
Modifier and Type | Method and Description |
---|---|
void |
ClassInterceptorsCacheImpl.add(String className,
SecurityInterceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
void |
ClassInterceptorsCacheImpl.put(String className,
List<SecurityInterceptor> interceptors) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSecurityInterceptor
Generic interceptor for use in different aop implementations.
|
Modifier and Type | Method and Description |
---|---|
static List<SecurityInterceptor> |
AopHelper.createSecurityInterceptors(Method method,
Class<?> clazz)
Create list of
SecurityInterceptor
instances for method. |
static List<SecurityInterceptor> |
AopHelper.createSecurityInterceptorsSeeingInterfaces(Method method,
Class<?> targetClass)
Create list of
SecurityInterceptor
instances for method. |
Copyright © 2004–2015. All rights reserved.