| |
|
| java.lang.Object org.jboss.ejb.plugins.AbstractInterceptor org.jboss.ejb.plugins.SecurityProxyInterceptor
SecurityProxyInterceptor | public class SecurityProxyInterceptor extends AbstractInterceptor (Code) | | The SecurityProxyInterceptor is where the EJB custom security proxy
integration is performed. This interceptor is dynamically added to container
interceptors when the deployment descriptors specifies a security
proxy. It is added just before the container interceptor so that the
interceptor has access to the EJB instance and context.
author: Scott Stark. version: $Revision: 57209 $ |
SECURITY_PROXY_FACTORY_NAME | final public String SECURITY_PROXY_FACTORY_NAME(Code) | | The JNDI name of the SecurityProxyFactory used to wrap security
proxy objects that do not implement the SecurityProxy interface
|
log | protected Logger log(Code) | | Instance logger.
|
securityManager | protected AuthenticationManager securityManager(Code) | | |
securityProxy | protected SecurityProxy securityProxy(Code) | | |
SecurityProxyInterceptor | public SecurityProxyInterceptor()(Code) | | |
|
|
|