Interface Authenticator

All Known Implementing Classes:
BasicAuthenticator, NoAuthenticator, SingleHeaderAuthenticator, TokenAuthenticator

public interface Authenticator
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • authenticate

      boolean authenticate(Request request)