static AccessTokenSecretStore.Builder |
AccessTokenSecretStore.builder() |
Creates a builder for the access token secret store.
|
AccessTokenSecretStore.Builder |
AccessTokenSecretStore.Builder.forPurpose(Purpose<GenericSecret> purpose) |
Configures the purpose for which this access token store is to be used.
|
AccessTokenSecretStore.Builder |
AccessTokenSecretStore.Builder.withClientSecretBasicAuth(String clientId,
SecretReference<GenericSecret> clientSecretRef) |
Configures the token store to supply client credentials via HTTP Basic Authentication.
|
AccessTokenSecretStore.Builder |
AccessTokenSecretStore.Builder.withClientSecretPostAuth(String clientId,
SecretReference<GenericSecret> clientSecretRef) |
Configures the token store to supply client credentials via client_secret_post method.
|
AccessTokenSecretStore.Builder |
AccessTokenSecretStore.Builder.withClock(Clock clock) |
The clock to use for determining when an access token has expired.
|
AccessTokenSecretStore.Builder |
AccessTokenSecretStore.Builder.withHandler(Handler handler) |
Configures the Handler to use for sending requests to the token endpoint.
|
AccessTokenSecretStore.Builder |
AccessTokenSecretStore.Builder.withInitialGrantTypeHandler(GrantTypeHandler grantType) |
Configures the initial grant type handler to use for calling the token endpoint.
|
AccessTokenSecretStore.Builder |
AccessTokenSecretStore.Builder.withTokenEndpoint(String tokenEndpoint) |
Configures the URI of the OAuth 2 token endpoint to call to obtain access tokens.
|
AccessTokenSecretStore.Builder |
AccessTokenSecretStore.Builder.withTokenEndpoint(URI tokenEndpoint) |
Configures the URI of the OAuth 2 token endpoint to call to obtain access tokens.
|