Package net.shibboleth.idp.authn.impl
Class AuthenticationFlowDescriptorManager
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.spring.config.IdentifiedComponentManager<AuthenticationFlowDescriptor>
net.shibboleth.idp.authn.impl.AuthenticationFlowDescriptorManager
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent
public class AuthenticationFlowDescriptorManager
extends IdentifiedComponentManager<AuthenticationFlowDescriptor>
Manager of
AuthenticationFlowDescriptor objects.- Since:
- 4.1.0
-
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
-
AuthenticationFlowDescriptorManager
@Autowired public AuthenticationFlowDescriptorManager(@Nullable List<AuthenticationFlowDescriptor> freeObjects) Constructor.- Parameters:
freeObjects- free-standing objects
-