Interface Authorizer


  • public interface Authorizer
    Provides the interface for authorizing a user per request.

    Gremlin Server creates one Authorizer instance and may call its authorize() methods concurrently for requests on different channels. Implementations are expected to be thread-safe and must not retain request-specific state in shared mutable fields. The setup(Map) method is called once and completes before request processing begins.

    Author:
    Marc de Lignie