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 StateProviderInterface
RunProcessAction.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 StateProviderInterface
TableBasedAuthenticationModule.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 TypeClassDescriptionclass
Singleton class that provides a (non-persistent!!)class
State provider that uses files in the /tmp/ directory.