Uses of Interface
com.kingsrook.qqq.backend.core.state.StateProviderInterface
Packages that use StateProviderInterface
Package
Description
-
Uses of StateProviderInterface in com.kingsrook.qqq.backend.core.actions.processes
Methods in com.kingsrook.qqq.backend.core.actions.processes that return StateProviderInterfaceModifier and TypeMethodDescriptionstatic StateProviderInterfaceRunProcessAction.getStateProvider()Load an instance of the appropriate state provider -
Uses of StateProviderInterface in com.kingsrook.qqq.backend.core.modules.authentication.implementations
Methods in com.kingsrook.qqq.backend.core.modules.authentication.implementations that return StateProviderInterfaceModifier and TypeMethodDescriptionstatic StateProviderInterfaceTableBasedAuthenticationModule.getStateProvider()Load an instance of the appropriate state provider -
Uses of StateProviderInterface in com.kingsrook.qqq.backend.core.state
Classes in com.kingsrook.qqq.backend.core.state that implement StateProviderInterfaceModifier and TypeClassDescriptionclassSingleton class that provides a (non-persistent!!)classState provider that uses files in the /tmp/ directory.