Uses of Interface
org.opensaml.core.config.ConfigurationProperties
Packages that use ConfigurationProperties
Package
Description
Interfaces and classes related to library configuration and initialization.
Implementation of library configuration and initialization.
Beans for configuration classes.
-
Uses of ConfigurationProperties in org.opensaml.core.config
Methods in org.opensaml.core.config that return ConfigurationPropertiesModifier and TypeMethodDescriptionstatic ConfigurationPropertiesConfigurationService.getConfigurationProperties()Get the set of configuration meta-properties, which determines the configuration of the configuration service itself.ConfigurationPropertiesSource.getProperties()Get the property set exposed by the source. -
Uses of ConfigurationProperties in org.opensaml.core.config.provider
Classes in org.opensaml.core.config.provider that implement ConfigurationPropertiesModifier and TypeClassDescriptionclassAn implementation ofConfigurationPropertiesthat is empty.classAn implementation ofConfigurationPropertieswhich wraps an instance of JavaProperties.Methods in org.opensaml.core.config.provider that return ConfigurationPropertiesModifier and TypeMethodDescriptionAbstractFilesystemConfigurationPropertiesSource.getProperties()Get the property set exposed by the source.ClasspathConfigurationPropertiesSource.getProperties()Get the property set exposed by the source.SystemPropertyConfigurationPropertiesSource.getProperties()Get the property set exposed by the source.ThreadLocalConfigurationPropertiesSource.getProperties()Get the property set exposed by the source. -
Uses of ConfigurationProperties in org.opensaml.spring.config
Classes in org.opensaml.spring.config that implement ConfigurationPropertiesModifier and TypeClassDescriptionclassAn implementation ofConfigurationPropertieswhich wraps an instance of SpringPropertyResolver.Methods in org.opensaml.spring.config that return ConfigurationPropertiesModifier and TypeMethodDescriptionSpringConfigurationPropertiesSource.getProperties()Get the property set exposed by the source.