Interface SecurityInterceptor


public interface SecurityInterceptor
Global security hook invoked around external client operations.

before(SecurityOperationContext) runs before the operation is dispatched and can deny it. after(SecurityOperationContext, SecurityOperationResult) observes the completed operation result.