Class JwtSourceOptions
java.lang.Object
io.spiffe.workloadapi.JwtSourceOptions
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.
-
Constructor Summary
ConstructorsConstructorDescriptionJwtSourceOptions(String spiffeSocketPath, WorkloadApiClient workloadApiClient, Duration initTimeout) -
Method Summary
-
Constructor Details
-
JwtSourceOptions
public JwtSourceOptions(String spiffeSocketPath, WorkloadApiClient workloadApiClient, Duration initTimeout)
-