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 of
LogoutPropagationFlowDescriptor
objects.- Since:
- 4.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
Methods inherited from class net.shibboleth.ext.spring.util.IdentifiedComponentManager
getComponents, setComponents
-
Constructor Details
-
LogoutPropagationFlowDescriptorManager
@Autowired public LogoutPropagationFlowDescriptorManager(@Nullable @NonnullElements List<LogoutPropagationFlowDescriptor> freeObjects) Constructor.- Parameters:
freeObjects
- free-standing objects
-