Class HttpBasicAuthenticationProvider

java.lang.Object
org.camunda.bpm.engine.rest.security.auth.impl.HttpBasicAuthenticationProvider
All Implemented Interfaces:
AuthenticationProvider

public class HttpBasicAuthenticationProvider extends Object implements AuthenticationProvider

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

Author:
Thorben Lindhauer
  • Field Details

  • Constructor Details

    • HttpBasicAuthenticationProvider

      public HttpBasicAuthenticationProvider()
  • Method Details