Interface IAuthProvider

  • All Known Implementing Classes:
    BasicAuthProvider

    public interface IAuthProvider
    Allows for custom auth providers to be configured. These can be provided as an instantiatable class using the class name via the setting service.auth.provider. Alternatively a plugin can be configured as an auth provider.
    • Method Detail

      • provide

        Map<String,​String> provide()
        Provide the headers that should be attached to the GRPC calls.
        Returns:
        a Map of the header values