Class BasicAuthenticationProvider

java.lang.Object
io.quarkiverse.openapi.generator.providers.AbstractAuthProvider
io.quarkiverse.openapi.generator.providers.BasicAuthenticationProvider
All Implemented Interfaces:
AuthProvider, jakarta.ws.rs.client.ClientRequestFilter

public class BasicAuthenticationProvider extends AbstractAuthProvider
Provider for Basic Authentication. Username and password should be read by generated configuration properties, which is only known after openapi spec processing during build time.
  • Constructor Details

  • Method Details

    • filter

      public void filter(jakarta.ws.rs.client.ClientRequestContext requestContext) throws IOException
      Throws:
      IOException