Uses of Interface
com.okta.sdk.resource.client.auth.Authentication
Packages that use Authentication
Package
Description
-
Uses of Authentication in com.okta.sdk.impl.oauth2
Classes in com.okta.sdk.impl.oauth2 that implement AuthenticationModifier and TypeClassDescriptionclass
This implementation represents client credentials specific to OAuth2 Authentication scheme. -
Uses of Authentication in com.okta.sdk.resource.client
Methods in com.okta.sdk.resource.client that return AuthenticationModifier and TypeMethodDescriptionApiClient.getAuthentication
(String authName) Get authentication for the given name.Methods in com.okta.sdk.resource.client that return types with arguments of type AuthenticationModifier and TypeMethodDescriptionApiClient.getAuthentications()
Get authentications (key: authentication name, value: authentication).Methods in com.okta.sdk.resource.client with parameters of type AuthenticationModifier and TypeMethodDescriptionvoid
ApiClient.replaceAuthentication
(String authName, Authentication authentication) Replaces authentication for the given name. -
Uses of Authentication in com.okta.sdk.resource.client.auth
Classes in com.okta.sdk.resource.client.auth that implement AuthenticationModifier and TypeClassDescriptionclass
class
class
class