Interface IIdentityValidator<C>

    • Method Detail

      • validate

        void validate​(String username,
                      String password,
                      ApiRequest request,
                      IPolicyContext context,
                      C config,
                      IAsyncResultHandler<Boolean> handler)
        Asynchronously validates a user.
        Parameters:
        username - the username
        password - the password
        request - the API request
        context - the policy context
        config - the config
        handler - the result handler