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.
|
Modifier and Type | Field and Description |
---|---|
private static ServiceLoader<ConfigurationPropertiesSource> |
ConfigurationService.configPropertiesLoader
The service loader used to locate registered implementations of ConfigurationPropertiesSource.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilesystemConfigurationPropertiesSource
A configuration properties source implementation which obtains the properties set
from a resource on the filesystem.
|
class |
ClasspathConfigurationPropertiesSource
A configuration properties source implementation which obtains the properties set
from a resource on the class path.
|
class |
SystemPropertyFilesystemConfigurationPropertiesSource
Concrete implementation of filesystem configuration properties source which obtains
the filename value from a system property.
|
class |
ThreadLocalConfigurationPropertiesSource
A configuration properties source implementation which obtains the properties set
from a
ThreadLocal variable. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.