Package net.shibboleth.idp.profile
Interface FlowDescriptor
-
- All Superinterfaces:
Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
- All Known Implementing Classes:
ProfileInterceptorFlowDescriptor
public interface FlowDescriptor extends IdentifiableComponent, InitializableComponent, DestructableComponent
Marker interface for a descriptor for a webflow allowing managed injection of configuration settings.- Since:
- 4.0.0
-
-
Method Summary
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.DestructableComponent
destroy, isDestroyed
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiableComponent
setId
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent
initialize, isInitialized
-
-