Module net.shibboleth.ext.spring
Package net.shibboleth.ext.spring.config
Classes supporting Spring configuration activities.
-
Class Summary Class Description BooleanToPredicateConverter Allows setting of fixedPredicateproperties using a boolean value.DurationPropertyEditor Allows setting of Duration-valued properties using lexical string form.FunctionToFunctionConverter<T,R> Auto-converts standard Java functions to Guava's version for legacy compatibility.IdentifiableBeanPostProcessor Pre-processesIdentifiableComponentbeans by setting the bean ID to the bean name.NonReloadableExcluder Post-processes bean definitions by marking any reloadable beans as singletons, and any non-reloadable beans as lazy-init to limit/prevent instantiation.PredicateToPredicateConverter<T> Auto-converts standard Java predicates to Guava's version for legacy compatibility.ReloadableScope Custom Spring beanScopethat directs bean requests into a managedApplicationContext.StringBooleanToPredicateConverter Allows setting of fixedPredicateproperties using a boolean string.StringToDurationConverter Allows setting of Duration-valued properties using lexical string form.StringToIPRangeConverter Allows setting ofIPRangeproperties using a CIDR string.StringToResourceConverter Allows settingResourceproperties using a string representing a Spring resource.