Uses of Interface
se.idsec.signservice.integration.state.IntegrationServiceStateCache
Packages that use IntegrationServiceStateCache
Package
Description
Interfaces for the SignService Integration Service state handling.
Implementation classes for the SignService Integration state handling.
-
Uses of IntegrationServiceStateCache in se.idsec.signservice.integration.state
Methods in se.idsec.signservice.integration.state that return IntegrationServiceStateCacheModifier and TypeMethodDescriptionSignatureStateProcessor.getStateCache()
Gets the state cache instance that is used by the processor. -
Uses of IntegrationServiceStateCache in se.idsec.signservice.integration.state.impl
Classes in se.idsec.signservice.integration.state.impl that implement IntegrationServiceStateCacheModifier and TypeClassDescriptionclass
A simple in-memory implementation of theIntegrationServiceStateCache
interface.Methods in se.idsec.signservice.integration.state.impl that return IntegrationServiceStateCacheModifier and TypeMethodDescriptionDefaultSignatureStateProcessor.getStateCache()
Gets the state cache instance that is used by the processor.Methods in se.idsec.signservice.integration.state.impl with parameters of type IntegrationServiceStateCacheModifier and TypeMethodDescriptionvoid
DefaultSignatureStateProcessor.setStateCache
(IntegrationServiceStateCache stateCache) Assigns the state cache.