Uses of Record Class
com.svenruppert.jsentinel.authentication.RememberMeTokenRecord
Packages that use RememberMeTokenRecord
-
Uses of RememberMeTokenRecord in com.svenruppert.jsentinel.authentication
Methods in com.svenruppert.jsentinel.authentication that return RememberMeTokenRecordModifier and TypeMethodDescriptionStoreBackedRememberMeService.IssuedToken.record()Returns the value of therecordrecord component.Methods in com.svenruppert.jsentinel.authentication that return types with arguments of type RememberMeTokenRecordModifier and TypeMethodDescriptionInMemoryRememberMeTokenStore.findByHash(String tokenHash) RememberMeTokenStore.findByHash(String tokenHash) Looks up a token record by its hash.Validates the supplied plain token.Methods in com.svenruppert.jsentinel.authentication with parameters of type RememberMeTokenRecordModifier and TypeMethodDescriptionvoidInMemoryRememberMeTokenStore.save(RememberMeTokenRecord record) voidRememberMeTokenStore.save(RememberMeTokenRecord record) Persists or replaces the supplied token record (keyed onRememberMeTokenRecord.tokenHash()).Constructors in com.svenruppert.jsentinel.authentication with parameters of type RememberMeTokenRecordModifierConstructorDescriptionIssuedToken(String plainToken, RememberMeTokenRecord record) Validates the components.