Package net.shibboleth.sp.impl
Class ProtocolSupportServiceManager
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.spring.config.IdentifiedComponentManager<ProtocolSupportService>
net.shibboleth.sp.impl.ProtocolSupportServiceManager
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent
public class ProtocolSupportServiceManager
extends IdentifiedComponentManager<ProtocolSupportService>
Manager of
ProtocolSupportService objects.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProtocolSupportServiceManager(List<ProtocolSupportService> freeObjects) Constructor. -
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, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentException, initialize, isDestroyed, isInitialized
-
Field Details
-
log
@Nonnull private org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
ProtocolSupportServiceManager
Constructor.- Parameters:
freeObjects- free-standing objects
-
-
Method Details
-
doInitialize
- Overrides:
doInitializein classAbstractInitializableComponent- Throws:
ComponentInitializationException
-