public abstract class Token extends Object
Constructor and Description |
---|
Token() |
Modifier and Type | Method and Description |
---|---|
static Token |
create(String name,
String token,
org.joda.time.DateTime lastAccess) |
abstract org.joda.time.DateTime |
lastAccess() |
abstract String |
name() |
abstract String |
token() |
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.