Modifier and Type | Class and Description |
---|---|
class |
TokenClientCredentials
This implementation represents the api key that is used to authenticate a Tenant in Okta.
|
Modifier and Type | Method and Description |
---|---|
ClientBuilder |
ClientBuilder.setClientCredentials(ClientCredentials clientCredentials)
Allows specifying an
ApiKey instance directly instead of relying on the
default location + override/fallback behavior defined in the documentation above . |
Modifier and Type | Method and Description |
---|---|
ClientCredentials |
DataStore.getClientCredentials()
Returns the ClientCredentials used to authenticate HTTPS requests sent to the Okta API server.
|
Modifier and Type | Method and Description |
---|---|
ClientCredentials |
DefaultClientCredentialsResolver.getClientCredentials() |
ClientCredentials |
ClientCredentialsResolver.getClientCredentials() |
Constructor and Description |
---|
DefaultClientCredentialsResolver(ClientCredentials clientCredentials) |
Modifier and Type | Method and Description |
---|---|
ClientCredentials |
BaseClient.getClientCredentials() |
Modifier and Type | Method and Description |
---|---|
ClientBuilder |
DefaultClientBuilder.setClientCredentials(ClientCredentials clientCredentials) |
Modifier and Type | Method and Description |
---|---|
ClientCredentials |
DefaultDataStore.getClientCredentials() |
Modifier and Type | Method and Description |
---|---|
com.okta.commons.http.authc.RequestAuthenticator |
DefaultRequestAuthenticatorFactory.create(AuthenticationScheme scheme,
ClientCredentials clientCredentials)
Creates a
RequestAuthenticator out of the given AuthenticationScheme . |
com.okta.commons.http.authc.RequestAuthenticator |
RequestAuthenticatorFactory.create(AuthenticationScheme scheme,
ClientCredentials clientCredentials) |
Constructor and Description |
---|
OAuth2RequestAuthenticator(ClientCredentials<OAuth2AccessToken> clientCredentials) |
SswsAuthenticator(ClientCredentials<String> clientCredentials) |
Modifier and Type | Class and Description |
---|---|
class |
OAuth2ClientCredentials
This implementation represents client credentials specific to OAuth2 Authentication scheme.
|
Copyright © 2017–2023 Okta. All rights reserved.