de.fzj.unicore.wsrflite.xfire
Interface AccessControlInterceptor


public interface AccessControlInterceptor

Perform access control immediately before invoking a method on a service object

Author:
schuller
See Also:
WSRFInvoker

Method Summary
 void checkAccess(Object target, String action, org.codehaus.xfire.MessageContext context)
          check access
 

Method Detail

checkAccess

void checkAccess(Object target,
                 String action,
                 org.codehaus.xfire.MessageContext context)
check access

Parameters:
target - - the target object which is being accessed
action - - the action being invoked. This will be the Java method name, or if not available, the SOAP action
context - - the XFire MessageContext


Copyright © 2010. All Rights Reserved.