Uses of Interface
org.opensaml.core.config.ConfigurationPropertiesSource
-
Packages that use ConfigurationPropertiesSource Package Description org.opensaml.core.config Interfaces and classes related to library configuration and initialization.org.opensaml.core.config.provider 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 ConfigurationPropertiesSource Modifier and Type Field Description private 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 ConfigurationPropertiesSource Modifier and Type Class Description classAbstractFilesystemConfigurationPropertiesSourceA configuration properties source implementation which obtains the properties set from a resource on the filesystem.classClasspathConfigurationPropertiesSourceA configuration properties source implementation which obtains the properties set from a resource on the class path.classSystemPropertyConfigurationPropertiesSourceA configuration properties source implementation which simply returns the system properties set.classSystemPropertyFilesystemConfigurationPropertiesSourceConcrete implementation of filesystem configuration properties source which obtains the filename value from a system property.classThreadLocalConfigurationPropertiesSourceA configuration properties source implementation which obtains the properties set from aThreadLocalvariable.
-