Package no.nsd.qddt.security
Class SecurityExpressionHandlerImpl
- java.lang.Object
- 
- org.springframework.security.access.expression.AbstractSecurityExpressionHandler<org.aopalliance.intercept.MethodInvocation>
- 
- org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler
- 
- no.nsd.qddt.security.SecurityExpressionHandlerImpl
 
 
 
- 
- All Implemented Interfaces:
- org.springframework.aop.framework.AopInfrastructureBean,- org.springframework.beans.factory.Aware,- org.springframework.context.ApplicationContextAware,- org.springframework.security.access.expression.method.MethodSecurityExpressionHandler,- org.springframework.security.access.expression.SecurityExpressionHandler<org.aopalliance.intercept.MethodInvocation>
 
 public class SecurityExpressionHandlerImpl extends org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler
- 
- 
Constructor SummaryConstructors Constructor Description SecurityExpressionHandlerImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.security.access.expression.method.MethodSecurityExpressionOperationscreateSecurityExpressionRoot(org.springframework.security.core.Authentication authentication, org.aopalliance.intercept.MethodInvocation invocation)- 
Methods inherited from class org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandlercreateEvaluationContextInternal, filter, getDefaultRolePrefix, getParameterNameDiscoverer, getTrustResolver, setDefaultRolePrefix, setParameterNameDiscoverer, setPermissionCacheOptimizer, setReturnObject, setTrustResolver
 - 
Methods inherited from class org.springframework.security.access.expression.AbstractSecurityExpressionHandlercreateEvaluationContext, getExpressionParser, getPermissionEvaluator, getRoleHierarchy, setApplicationContext, setExpressionParser, setPermissionEvaluator, setRoleHierarchy
 
- 
 
- 
- 
- 
Method Detail- 
createSecurityExpressionRootprotected org.springframework.security.access.expression.method.MethodSecurityExpressionOperations createSecurityExpressionRoot(org.springframework.security.core.Authentication authentication, org.aopalliance.intercept.MethodInvocation invocation)- Overrides:
- createSecurityExpressionRootin class- org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler
 
 
- 
 
-