Package net.shibboleth.sp.profile.impl
Class TokenConsumerFlowDescriptorManager
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.spring.config.IdentifiedComponentManager<TokenConsumerFlowDescriptor>
net.shibboleth.sp.profile.impl.TokenConsumerFlowDescriptorManager
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent
public class TokenConsumerFlowDescriptorManager
extends IdentifiedComponentManager<TokenConsumerFlowDescriptor>
Manager of
TokenConsumerFlowDescriptor 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
-
TokenConsumerFlowDescriptorManager
@Autowired public TokenConsumerFlowDescriptorManager(@Nullable Collection<TokenConsumerFlowDescriptor> freeObjects) Constructor.- Parameters:
freeObjects- free-standing objects
-