public class WebSecretOpReason
extends Object
-
-
Method Summary
| Modifier and Type |
Method |
Description |
static io.datarouter.secret.op.SecretOpReason |
apiOp(String apiKey,
String reason) |
|
static io.datarouter.secret.op.SecretOpReason |
manualOp(io.datarouter.web.user.session.service.Session session,
String reason) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public WebSecretOpReason()
-
Method Details
-
public static io.datarouter.secret.op.SecretOpReason apiOp(
String apiKey,
String reason)
-
public static io.datarouter.secret.op.SecretOpReason manualOp(
io.datarouter.web.user.session.service.Session session,
String reason)