Class WebSecretOpReason

java.lang.Object
io.datarouter.secretweb.service.WebSecretOpReason

public class WebSecretOpReason
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    WebSecretOpReason()  
  • Method Summary

    Modifier and Type Method Description
    static io.datarouter.secret.op.SecretOpReason apiOp​(java.lang.String apiKey, java.lang.String reason)  
    static io.datarouter.secret.op.SecretOpReason manualOp​(io.datarouter.web.user.session.service.Session session, java.lang.String reason)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • apiOp

      public static io.datarouter.secret.op.SecretOpReason apiOp​(java.lang.String apiKey, java.lang.String reason)
    • manualOp

      public static io.datarouter.secret.op.SecretOpReason manualOp​(io.datarouter.web.user.session.service.Session session, java.lang.String reason)