Interface Authentication

  • All Known Implementing Classes:
    BasicAuthentication

    public interface Authentication
    Interface for attaching authentication information to a web query.
    • Method Detail

      • authenticate

        void authenticate​(Query<?> query)
        Called to authenticate the query with the server.
        Parameters:
        query - The query needing authentication.