com.carbonfive.flashgateway.security
Class Gatekeeper

java.lang.Object
  extended bycom.carbonfive.flashgateway.security.Gatekeeper

public class Gatekeeper
extends java.lang.Object

Gatekeeper enforces service invocation rules based on the FlashGatekeeper configuration.


Constructor Summary
Gatekeeper()
           
 
Method Summary
 boolean canInvoke(javax.servlet.http.HttpServletRequest request, java.lang.String serviceName, java.lang.String methodName)
           
 Config getConfig()
           
 void setConfig(Config config)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gatekeeper

public Gatekeeper()
Method Detail

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)