Uses of Interface
com.svenruppert.jsentinel.authentication.RefreshTokenStore
Packages that use RefreshTokenStore
-
Uses of RefreshTokenStore in com.svenruppert.jsentinel.authentication
Classes in com.svenruppert.jsentinel.authentication that implement RefreshTokenStoreModifier and TypeClassDescriptionfinal classIn-memoryRefreshTokenStorebacked by aConcurrentHashMap.Constructors in com.svenruppert.jsentinel.authentication with parameters of type RefreshTokenStoreModifierConstructorDescriptionTokenService(RefreshTokenStore store, PasswordHasher hasher, JSentinelAuditService auditService) Convenience constructor: tenantTenantId.DEFAULT, system clock, 256-bit token source, 15-min access TTL, 30-day refresh TTL.TokenService(RefreshTokenStore store, PasswordHasher hasher, JSentinelAuditService auditService, TenantId tenant, Clock clock, Supplier<String> tokenSource, Duration accessTtl, Duration refreshTtl) Full constructor.