Interface AccessTokenDao
public interface AccessTokenDao
-
Method Summary
Modifier and TypeMethodDescriptioncreate(AccessToken accessTokenEntity) findByClientId(String clientId) findByToken(String tokenId) findByUserKey(String userKey) findUserKeysByClientId(String clientId) removeAllByClientId(String clientId) removeAllByUserKey(String userKey) voidremoveExpiredTokensAfter(Duration expiration) removeTokenById(String tokenId) voidupdateTokenLastAccessed(String tokenId)
-
Method Details
-
create
-
updateTokenLastAccessed
-
findByClientId
-
findByToken
-
removeTokenById
-
removeAllByClientId
-
removeAllByUserKey
-
removeExpiredTokensAfter
-
findUserKeysByClientId
-
findByUserKey
-