JSecurity

Uses of Class
org.jsecurity.authz.aop.AuthorizingMethodInterceptor

Packages that use AuthorizingMethodInterceptor
org.jsecurity.authz.aop Contains AOP implementation support classes specifically used for authorization operations, particularly supporting AOP Method Interceptors and JSR-175 metadata Annotations. 
org.jsecurity.spring.security.interceptor Spring AOP support for enabling JSecurity annotations in Spring-configured applications. 
 

Uses of AuthorizingMethodInterceptor in org.jsecurity.authz.aop
 

Subclasses of AuthorizingMethodInterceptor in org.jsecurity.authz.aop
 class AnnotationsAuthorizingMethodInterceptor
          An AnnotationsAuthorizingMethodInterceptor is a MethodInterceptor that asserts a given method is authorized to execute based on one or more configured AuthorizingAnnotationMethodInterceptors.
 

Uses of AuthorizingMethodInterceptor in org.jsecurity.spring.security.interceptor
 

Subclasses of AuthorizingMethodInterceptor in org.jsecurity.spring.security.interceptor
 class AopAllianceAnnotationsAuthorizingMethodInterceptor
          Allows JSecurity Annotations to work in any AOP Alliance specific implementation environment (for example, Spring).
 


JSecurity

Copyright © 2004-2008 JSecurity.