Class DatarouterSecretOpRecordDao

java.lang.Object
io.datarouter.storage.dao.BaseDao
io.datarouter.secretweb.storage.oprecord.DatarouterSecretOpRecordDao
All Implemented Interfaces:
io.datarouter.secret.service.SecretOpRecorder, io.datarouter.storage.dao.Dao

@Singleton
public class DatarouterSecretOpRecordDao
extends io.datarouter.storage.dao.BaseDao
implements io.datarouter.secret.service.SecretOpRecorder
  • Constructor Details

  • Method Details

    • recordOp

      public void recordOp​(java.lang.String namespace, java.lang.String name, io.datarouter.secret.service.SecretOp secretOp, io.datarouter.secret.service.SecretOpReason reason)
      Specified by:
      recordOp in interface io.datarouter.secret.service.SecretOpRecorder