Package org.graylog2.security
Interface AccessTokenService
- All Superinterfaces:
PersistedService
- All Known Implementing Classes:
AccessTokenServiceImpl
- Author:
- Dennis Oelkers <dennis@torch.sh>
-
Method Summary
Modifier and TypeMethodDescriptionintdeleteAllForUser(String username) save(AccessToken accessToken) voidsetLastAccessCache(long duration, TimeUnit unit) org.joda.time.DateTimetouch(AccessToken accessToken) Methods inherited from interface org.graylog2.plugin.database.PersistedService
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validate
-
Method Details
-
load
-
loadById
-
loadAll
-
create
-
touch
- Throws:
ValidationException
-
save
- Throws:
ValidationException
-
deleteAllForUser
-
setLastAccessCache
-