Package net.shibboleth.idp.authn.impl
Class AuthenticationFlowDescriptorManager
java.lang.Object
net.shibboleth.ext.spring.util.IdentifiedComponentManager<AuthenticationFlowDescriptor>
net.shibboleth.idp.authn.impl.AuthenticationFlowDescriptorManager
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.ext.spring.util.IdentifiedComponentManager
getComponents, setComponents
-
Constructor Details
-
AuthenticationFlowDescriptorManager
@Autowired public AuthenticationFlowDescriptorManager(@Nullable @NonnullElements List<AuthenticationFlowDescriptor> freeObjects) Constructor.- Parameters:
freeObjects
- free-standing objects
-