Uses of Record Class
com.svenruppert.jsentinel.authentication.RefreshTokenRecord
Packages that use RefreshTokenRecord
-
Uses of RefreshTokenRecord in com.svenruppert.jsentinel.authentication
Methods in com.svenruppert.jsentinel.authentication that return RefreshTokenRecordModifier and TypeMethodDescriptionRefreshTokenRecord.withReplacedBy(String successorHash) Returns a copy linking this record to its successor.RefreshTokenRecord.withRevokedAt(Instant at) Returns a copy marked revoked atat.Methods in com.svenruppert.jsentinel.authentication that return types with arguments of type RefreshTokenRecordModifier and TypeMethodDescriptionInMemoryRefreshTokenStore.findByHash(String tokenHash) RefreshTokenStore.findByHash(String tokenHash) Looks up a record by its hash.Methods in com.svenruppert.jsentinel.authentication with parameters of type RefreshTokenRecordModifier and TypeMethodDescriptionvoidInMemoryRefreshTokenStore.save(RefreshTokenRecord record) voidRefreshTokenStore.save(RefreshTokenRecord record) Persists or replaces the supplied record.