org.skife.intercept.interceptors.security
Interface ActorFilter


public interface ActorFilter

Used to match an Actor


Method Summary
 boolean match(org.skife.intercept.interceptors.security.Actor actor)
           
 

Method Detail

match

public boolean match(org.skife.intercept.interceptors.security.Actor actor)
Returns:
true if actor matches this filter, false otherwise