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 ofProfileInterceptorFlowDescriptorobjects.- Since:
- 4.1.0
-
-
Constructor Summary
Constructors Constructor Description ProfileInterceptorFlowDescriptorManager(Collection<ProfileInterceptorFlowDescriptor> freeObjects)Constructor.
-
Method Summary
-
Methods inherited from class net.shibboleth.ext.spring.util.IdentifiedComponentManager
getComponents, setComponents
-
-
-
-
Constructor Detail
-
ProfileInterceptorFlowDescriptorManager
@Autowired public ProfileInterceptorFlowDescriptorManager(@Nullable @NonnullElements Collection<ProfileInterceptorFlowDescriptor> freeObjects)
Constructor.- Parameters:
freeObjects- free-standing objects to add
-
-