Class JwtSourceOptions

java.lang.Object
io.spiffe.workloadapi.JwtSourceOptions

public class JwtSourceOptions extends Object
Options to configure a JwtSource.

spiffeSocketPath Address to the Workload API, if it is not set, the default address will be used.

initTimeout Timeout for initializing the instance. If it is not defined, the timeout is read from the System property `spiffe.newJwtSource.timeout'. If this is also not defined, no default timeout is applied.

workloadApiClient A custom instance of a WorkloadApiClient, if it is not set, a new client will be created.