Class HttpBasicAuthenticationProvider

  • All Implemented Interfaces:
    AuthenticationProvider

    public class HttpBasicAuthenticationProvider
    extends java.lang.Object
    implements AuthenticationProvider

    Authenticates a request against the provided process engine's identity service by applying http basic authentication.

    Author:
    Thorben Lindhauer