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 |
checkAccess
void checkAccess(Object target,
String action,
org.codehaus.xfire.MessageContext context)
- check access
- Parameters:
target - - the target object which is being accessedaction - - the action being invoked. This will be the Java method
name, or if not available, the SOAP actioncontext - - the XFire MessageContext
Copyright © 2010. All Rights Reserved.