Class ProfileInterceptorFlowDescriptorManager
java.lang.Object
net.shibboleth.ext.spring.util.IdentifiedComponentManager<ProfileInterceptorFlowDescriptor>
net.shibboleth.idp.profile.interceptor.impl.ProfileInterceptorFlowDescriptorManager
public class ProfileInterceptorFlowDescriptorManager
extends IdentifiedComponentManager<ProfileInterceptorFlowDescriptor>
Manager of
ProfileInterceptorFlowDescriptor
objects.- Since:
- 4.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
Methods inherited from class net.shibboleth.ext.spring.util.IdentifiedComponentManager
getComponents, setComponents
-
Constructor Details
-
ProfileInterceptorFlowDescriptorManager
@Autowired public ProfileInterceptorFlowDescriptorManager(@Nullable @NonnullElements Collection<ProfileInterceptorFlowDescriptor> freeObjects) Constructor.- Parameters:
freeObjects
- free-standing objects to add
-