Uses of Interface
org.opensaml.core.config.ConfigurationPropertiesSource
Packages that use ConfigurationPropertiesSource
Package
Description
Interfaces and classes related to library configuration and initialization.
Implementation of library configuration and initialization.
-
Uses of ConfigurationPropertiesSource in org.opensaml.core.config
Fields in org.opensaml.core.config with type parameters of type ConfigurationPropertiesSourceModifier and TypeFieldDescriptionprivate static ServiceLoader<ConfigurationPropertiesSource>ConfigurationService.configPropertiesLoaderThe service loader used to locate registered implementations of ConfigurationPropertiesSource. -
Uses of ConfigurationPropertiesSource in org.opensaml.core.config.provider
Classes in org.opensaml.core.config.provider that implement ConfigurationPropertiesSourceModifier and TypeClassDescriptionclassA configuration properties source implementation which obtains the properties set from a resource on the filesystem.classA configuration properties source implementation which obtains the properties set from a resource on the class path.classA configuration properties source implementation which simply returns the system properties set.classConcrete implementation of filesystem configuration properties source which obtains the filename value from a system property.classA configuration properties source implementation which obtains the properties set from aThreadLocalvariable.