Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.impl.config | |
com.okta.sdk.impl.http.authc |
Modifier and Type | Method and Description |
---|---|
AuthenticationScheme |
AuthorizationMode.getAuthenticationScheme() |
static AuthenticationScheme |
AuthenticationScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationScheme[] |
AuthenticationScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AuthorizationMode |
AuthorizationMode.get(AuthenticationScheme authenticationScheme) |
Modifier and Type | Method and Description |
---|---|
AuthenticationScheme |
ClientConfiguration.getAuthenticationScheme() |
Modifier and Type | Method and Description |
---|---|
void |
ClientConfiguration.setAuthenticationScheme(AuthenticationScheme authenticationScheme) |
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) |
Copyright © 2017–2023 Okta. All rights reserved.