Class IndirectBasicAuthClient

  • All Implemented Interfaces:
    Client<UsernamePasswordCredentials>

    public class IndirectBasicAuthClient
    extends IndirectClient<UsernamePasswordCredentials>

    This class is the client to authenticate users through HTTP basic auth. It was previously named: BasicAuthClient.

    For authentication, the user is redirected to the callback url. If the user is not authenticated by basic auth, a specific exception : HttpAction is returned which must be handled by the application to force authentication.

    Since:
    1.8.0
    Author:
    Jerome Leleu