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 ofAuthenticationFlowDescriptorobjects.- Since:
- 4.1.0
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFlowDescriptorManager(List<AuthenticationFlowDescriptor> freeObjects)Constructor.
-
Method Summary
-
Methods inherited from class net.shibboleth.ext.spring.util.IdentifiedComponentManager
getComponents, setComponents
-
-
-
-
Constructor Detail
-
AuthenticationFlowDescriptorManager
@Autowired public AuthenticationFlowDescriptorManager(@Nullable @NonnullElements List<AuthenticationFlowDescriptor> freeObjects)
Constructor.- Parameters:
freeObjects- free-standing objects
-
-