Uses of Interface
com.okta.sdk.ds.DataStore
-
Packages that use DataStore Package Description com.okta.sdk.client -
-
Uses of DataStore in com.okta.sdk.client
Subinterfaces of DataStore in com.okta.sdk.client Modifier and Type Interface Description interface
Client
TheClient
is the main entry point to the Okta Java SDK.Methods in com.okta.sdk.client that return DataStore Modifier and Type Method Description DataStore
Client. getDataStore()
Returns the internalDataStore
of the client.
-