Interface Verifier

  • All Known Implementing Classes:
    LocalVerifier, MapVerifier, SecretVerifier

    public interface Verifier
    Verifies the credentials provided by a client user sending a request.
    Author:
    Jerome Louvel
    • Method Detail

      • verify

        int verify​(Request request,
                   Response response)
        Attempts to verify the credentials provided by the client user sending the request.
        Parameters:
        request - The request sent.
        response - The response to update.
        Returns:
        Result of the verification based on the RESULT_* constants.