Interface RestBetween<U>

  • Type Parameters:
    U - User object, intended to be a authenticated user.

    public interface RestBetween<U>
    Implementations will be used as rules that may be run before a request reaches a rest resource or after a rest resource executes. Also referred to as a before and a after.