Class ResultStatusMemoryService
java.lang.Object
io.getlime.security.powerauth.lib.cmd.status.ResultStatusMemoryService
- All Implemented Interfaces:
ResultStatusService
@ConditionalOnProperty(prefix="resultstatus",
name="persistenceType",
havingValue="memory")
@Service
public class ResultStatusMemoryService
extends java.lang.Object
implements ResultStatusService
Service for managing activation status objects based in memory
- Author:
- Lukas Lukovsky, lukas.lukovsky@wultra.com
-
Constructor Summary
Constructors Constructor Description ResultStatusMemoryService(ResultStatusMemoryHolder resultStatusMemoryHolder)Constructor -
Method Summary
Modifier and Type Method Description voidsave(ResultStatusChangeable model)Saves the result status objectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ResultStatusMemoryService
Constructor- Parameters:
resultStatusMemoryHolder- Result status holder
-
-
Method Details
-
save
Description copied from interface:ResultStatusServiceSaves the result status object- Specified by:
savein interfaceResultStatusService- Parameters:
model- Data model with a result status object- Throws:
java.io.IOException- when an error during persistence of the result status occurred
-