public static class Auth.TokenParams
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
capability
Capability of the token.
|
java.lang.String |
clientId
A clientId to associate with this token.
|
long |
timestamp
The timestamp (in millis since the epoch) of this request.
|
long |
ttl
Requested time to live for the token.
|
| Constructor and Description |
|---|
TokenParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Param> |
asMap()
Internal; convert a TokenParams to a collection of Params
|
boolean |
equals(java.lang.Object obj)
Check equality of a TokenParams
|
public long ttl
public java.lang.String capability
public java.lang.String clientId
public long timestamp
public java.util.Map<java.lang.String,Param> asMap()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj -