Class FlowDefinitionRegistryFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<FlowDefinitionRegistry>
net.shibboleth.idp.profile.spring.factory.FlowDefinitionRegistryFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<FlowDefinitionRegistry>, InitializingBean

public class FlowDefinitionRegistryFactoryBean extends AbstractFactoryBean<FlowDefinitionRegistry>
A bean factory for creating FlowDefinitionRegistry instances, based on the programmatic builder built into SWF.

Overrides the resource factory implementation, which they neglected to support, and that's where all the fancy derivation of flow IDs lives.