Package org.opensaml.core.config.provider
package org.opensaml.core.config.provider
Implementation of library configuration and initialization.
-
ClassesClassDescriptionA configuration properties source implementation which obtains the properties set from a resource on the filesystem.A configuration properties source implementation which obtains the properties set from a resource on the class path.A configuration implementation which stores registered configuration instances in a local instance of
ConcurrentHashMap
.A configuration properties source implementation which simply returns the system properties set.Concrete implementation of filesystem configuration properties source which obtains the filename value from a system property.A container class for holding a {linkThreadLocal
copy of aProperties
instance.A configuration properties source implementation which obtains the properties set from aThreadLocal
variable.