Uses of Interface
com.okta.idx.sdk.api.config.PropertiesSource
-
Packages that use PropertiesSource Package Description com.okta.idx.sdk.api.config -
-
Uses of PropertiesSource in com.okta.idx.sdk.api.config
Classes in com.okta.idx.sdk.api.config that implement PropertiesSource Modifier and Type Class Description class
EnvironmentVariablesPropertiesSource
class
FilteredPropertiesSource
class
OptionalPropertiesSource
class
ResourcePropertiesSource
class
SystemPropertiesSource
class
YAMLPropertiesSource
Methods in com.okta.idx.sdk.api.config that return PropertiesSource Modifier and Type Method Description static PropertiesSource
EnvironmentVariablesPropertiesSource. oktaFilteredPropertiesSource()
static PropertiesSource
SystemPropertiesSource. oktaFilteredPropertiesSource()
Constructors in com.okta.idx.sdk.api.config with parameters of type PropertiesSource Constructor Description FilteredPropertiesSource(PropertiesSource propertiesSource, FilteredPropertiesSource.Filter filter)
OptionalPropertiesSource(PropertiesSource source)
-