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
    void save​(ResultStatusChangeable model)
    Saves the result status object

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResultStatusMemoryService

      @Autowired public ResultStatusMemoryService​(ResultStatusMemoryHolder resultStatusMemoryHolder)
      Constructor
      Parameters:
      resultStatusMemoryHolder - Result status holder
  • Method Details

    • save

      public void save​(ResultStatusChangeable model) throws java.io.IOException
      Description copied from interface: ResultStatusService
      Saves the result status object
      Specified by:
      save in interface ResultStatusService
      Parameters:
      model - Data model with a result status object
      Throws:
      java.io.IOException - when an error during persistence of the result status occurred