org.skife.intercept.interceptors.security
Interface Rule


public interface Rule

Represents a security constraint


Method Summary
 boolean allow(org.skife.intercept.interceptors.security.InvocationContext ctx)
          If the invocation should be allowed return true otherwise false
 

Method Detail

allow

public boolean allow(org.skife.intercept.interceptors.security.InvocationContext ctx)
If the invocation should be allowed return true otherwise false

Parameters:
ctx - invocation information used to determine legality of invocation
Returns:
true if invocation is allowed, false otherwise
See Also:
SecurityBroker, SecurityInterceptor