Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.sf.acegisecurity.intercept.method.aopalliance: Javadoc index of package net.sf.acegisecurity.intercept.method.aopalliance.


Package Samples:

net.sf.acegisecurity.intercept.method.aopalliance: Provides support objects for securing Java method invocations via different AOP libraries.  

Classes:

MethodDefinitionSourceAdvisor: Advisor driven by a net.sf.acegisecurity.intercept.method.MethodDefinitionSource , used to exclude a MethodSecurityInterceptor from public (ie non-secure) methods. Because the AOP framework caches advice calculations, this is normally faster than just letting the MethodSecurityInterceptor run and find out itself that it has no work to do. This class also allows the use of Spring's DefaultAdvisorAutoProxyCreator , which makes configuration easier than setup a ProxyFactoryBean for each object requiring security. Note that autoproxying is not supported for BeanFactory implementations, as post-processing ...
MethodSecurityInterceptor: Provides security interception of AOP Alliance based method invocations. The ObjectDefinitionSource required by this security interceptor is of type net.sf.acegisecurity.intercept.method.MethodDefinitionSource . This is shared with the AspectJ based security interceptor ( AspectJSecurityInterceptor ), since both work with Java Method s. Refer to net.sf.acegisecurity.intercept.AbstractSecurityInterceptor for details on the workflow.

Home | Contact Us | Privacy Policy | Terms of Service