Package com.okta.idx.sdk.api.config
Interface PropertiesSource
-
- All Known Implementing Classes:
EnvironmentVariablesPropertiesSource,FilteredPropertiesSource,OptionalPropertiesSource,ResourcePropertiesSource,SystemPropertiesSource,YAMLPropertiesSource
public interface PropertiesSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getProperties()
-