Interface AuthConfig.TokenResolverConfig.HeaderTokenResolverConfig

Enclosing interface:
AuthConfig.TokenResolverConfig

public static interface AuthConfig.TokenResolverConfig.HeaderTokenResolverConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotBlank String
     
  • Method Details

    • headerName

      @NotBlank @WithDefault("X-Cassandra-Token") @NotBlank String headerName()
      Returns:
      Name of the header to read the Cassandra token. Defaults to "X-Cassandra-Token".