Uses of Interface
com.svenruppert.jsentinel.authentication.RememberMeTokenStore
Packages that use RememberMeTokenStore
-
Uses of RememberMeTokenStore in com.svenruppert.jsentinel.authentication
Classes in com.svenruppert.jsentinel.authentication that implement RememberMeTokenStoreModifier and TypeClassDescriptionfinal classIn-memoryRememberMeTokenStorebacked by aConcurrentHashMapkeyed on the token hash.Constructors in com.svenruppert.jsentinel.authentication with parameters of type RememberMeTokenStoreModifierConstructorDescriptionStoreBackedRememberMeService(RememberMeTokenStore store, PasswordHasher hasher) Convenience constructor: binds toTenantId.DEFAULT, uses a systemClockand the default 256-bit token source.StoreBackedRememberMeService(RememberMeTokenStore store, PasswordHasher hasher, TenantId tenant, Clock clock, Supplier<String> tokenSource) Full constructor.