public abstract class JwtAuthentication extends java.lang.Object implements AuthInterface
| Constructor and Description |
|---|
JwtAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
int |
getExpiration(java.lang.String token) |
void |
setToken(CamundaOperateClient client,
java.lang.String token) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticatepublic int getExpiration(java.lang.String token)
throws OperateException
OperateExceptionpublic void setToken(CamundaOperateClient client, java.lang.String token) throws OperateException
OperateException