com.carbonfive.flashgateway.security
Class Gatekeeper
java.lang.Object
com.carbonfive.flashgateway.security.Gatekeeper
- public class Gatekeeper
- extends java.lang.Object
Gatekeeper enforces service invocation rules based on the FlashGatekeeper configuration.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Gatekeeper
public Gatekeeper()
getConfig
public Config getConfig()
setConfig
public void setConfig(Config config)
canInvoke
public boolean canInvoke(javax.servlet.http.HttpServletRequest request,
java.lang.String serviceName,
java.lang.String methodName)