net.sourceforge.hivelock
Class AuthorizationInterceptorFactory

java.lang.Object
  extended by net.sourceforge.hivelock.AuthorizationInterceptorFactory
All Implemented Interfaces:
org.apache.hivemind.ServiceInterceptorFactory

public class AuthorizationInterceptorFactory
extends java.lang.Object
implements org.apache.hivemind.ServiceInterceptorFactory


Constructor Summary
AuthorizationInterceptorFactory(SecurityService security, PrincipalHelperService helper)
           
 
Method Summary
 void createInterceptor(org.apache.hivemind.InterceptorStack stack, org.apache.hivemind.internal.Module invokingMod, java.util.List parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationInterceptorFactory

public AuthorizationInterceptorFactory(SecurityService security,
                                       PrincipalHelperService helper)
Method Detail

createInterceptor

public void createInterceptor(org.apache.hivemind.InterceptorStack stack,
                              org.apache.hivemind.internal.Module invokingMod,
                              java.util.List parameters)
Specified by:
createInterceptor in interface org.apache.hivemind.ServiceInterceptorFactory