Package net.shibboleth.sp.profile.impl
Class LogoutConsumerFlowDescriptorManager
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.spring.config.IdentifiedComponentManager<LogoutConsumerFlowDescriptor>
net.shibboleth.sp.profile.impl.LogoutConsumerFlowDescriptorManager
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent
public class LogoutConsumerFlowDescriptorManager
extends IdentifiedComponentManager<LogoutConsumerFlowDescriptor>
Manager of
LogoutConsumerFlowDescriptor objects.-
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
Methods inherited from class net.shibboleth.shared.spring.config.IdentifiedComponentManager
getComponents, setComponentsMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, doInitialize, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentException, initialize, isDestroyed, isInitialized
-
Constructor Details
-
LogoutConsumerFlowDescriptorManager
@Autowired public LogoutConsumerFlowDescriptorManager(@Nullable Collection<LogoutConsumerFlowDescriptor> freeObjects) Constructor.- Parameters:
freeObjects- free-standing objects
-