Uses of Interface
com.svenruppert.jsentinel.authentication.ApiKeyStore
Packages that use ApiKeyStore
-
Uses of ApiKeyStore in com.svenruppert.jsentinel.authentication
Classes in com.svenruppert.jsentinel.authentication that implement ApiKeyStoreModifier and TypeClassDescriptionfinal classIn-memoryApiKeyStorebacked by aLinkedHashMapsoInMemoryApiKeyStore.listBySubject(TenantId, SubjectId)preserves insertion order.Constructors in com.svenruppert.jsentinel.authentication with parameters of type ApiKeyStoreModifierConstructorDescriptionApiKeyAuthenticationService(ApiKeyStore store, PasswordHasher hasher, JSentinelAuditService auditService) Convenience constructor: tenantTenantId.DEFAULT, system clock.ApiKeyAuthenticationService(ApiKeyStore store, PasswordHasher hasher, JSentinelAuditService auditService, TenantId tenant, Clock clock) Full constructor.