Package net.shibboleth.idp.session.impl
Class LogoutPropagationFlowDescriptorManager
- java.lang.Object
-
- net.shibboleth.ext.spring.util.IdentifiedComponentManager<LogoutPropagationFlowDescriptor>
-
- net.shibboleth.idp.session.impl.LogoutPropagationFlowDescriptorManager
-
public class LogoutPropagationFlowDescriptorManager extends IdentifiedComponentManager<LogoutPropagationFlowDescriptor>
Manager ofLogoutPropagationFlowDescriptorobjects.- Since:
- 4.1.0
-
-
Constructor Summary
Constructors Constructor Description LogoutPropagationFlowDescriptorManager(List<LogoutPropagationFlowDescriptor> freeObjects)Constructor.
-
Method Summary
-
Methods inherited from class net.shibboleth.ext.spring.util.IdentifiedComponentManager
getComponents, setComponents
-
-
-
-
Constructor Detail
-
LogoutPropagationFlowDescriptorManager
@Autowired public LogoutPropagationFlowDescriptorManager(@Nullable @NonnullElements List<LogoutPropagationFlowDescriptor> freeObjects)
Constructor.- Parameters:
freeObjects- free-standing objects
-
-