Package io.apicurio.registry.auth
Interface Auth
-
- All Known Implementing Classes:
BasicAuth
,ClientCredentialsAuth
,KeycloakAuth
public interface Auth
- Author:
- carnalca@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(Map<String,String> requestHeaders)
Called to apply this auth mechanism to the HTTP request headers.
-