Package net.shibboleth.idp.authn.impl
Class SubjectCanonicalizationFlowDescriptorManager
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.spring.config.IdentifiedComponentManager<SubjectCanonicalizationFlowDescriptor>
net.shibboleth.idp.authn.impl.SubjectCanonicalizationFlowDescriptorManager
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent
public class SubjectCanonicalizationFlowDescriptorManager
extends IdentifiedComponentManager<SubjectCanonicalizationFlowDescriptor>
Manager of
SubjectCanonicalizationFlowDescriptor objects.- Since:
- 5.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionSubjectCanonicalizationFlowDescriptorManager(List<SubjectCanonicalizationFlowDescriptor> 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, doInitialize, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentException, initialize, isDestroyed, isInitialized
-
Constructor Details
-
SubjectCanonicalizationFlowDescriptorManager
@Autowired public SubjectCanonicalizationFlowDescriptorManager(@Nullable List<SubjectCanonicalizationFlowDescriptor> freeObjects) Constructor.- Parameters:
freeObjects- free-standing objects
-