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.
Beans for configuration classes.
-
Uses of ConfigurationPropertiesSource in org.opensaml.core.config
Fields in org.opensaml.core.config declared as ConfigurationPropertiesSourceModifier and TypeFieldDescriptionprivate static ConfigurationPropertiesSourceConfigurationService.defaultConfigurationPropertiesSourceA default configuration properties source to use.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.Methods in org.opensaml.core.config that return ConfigurationPropertiesSourceModifier and TypeMethodDescriptionConfigurationService.getDefaultConfigurationPropertiesSource()Get the defaultConfigurationPropertiesSourceinstance to use.Methods in org.opensaml.core.config with parameters of type ConfigurationPropertiesSourceModifier and TypeMethodDescriptionstatic voidConfigurationService.setDefaultConfigurationPropertiesSource(ConfigurationPropertiesSource source) Set the defaultConfigurationPropertiesSourceinstance to use. -
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. -
Uses of ConfigurationPropertiesSource in org.opensaml.spring.config
Classes in org.opensaml.spring.config that implement ConfigurationPropertiesSourceModifier and TypeClassDescriptionclassAn implementation ofConfigurationPropertiesSourcethat delegates to a supplied SpringPropertyResolver.