Uses of Interface
com.svenruppert.jsentinel.credential.password.limiter.KdfExecutionLimiter
Packages that use KdfExecutionLimiter
Package
Description
-
Uses of KdfExecutionLimiter in com.svenruppert.jsentinel.credential.password
Methods in com.svenruppert.jsentinel.credential.password with parameters of type KdfExecutionLimiterModifier and TypeMethodDescriptionstatic PasswordHashingServicePasswordHashingServices.defaults(PasswordHashPolicy policy, KdfExecutionLimiter limiter) Builds a fully wired Phase-1aPasswordHashingServicewith a caller-supplied policy and KDF limiter.static PasswordHashingServicePasswordHashingServices.defaults(PasswordHashPolicy policy, KdfExecutionLimiter limiter, PepperService pepperService) Builds a fully wired Phase-1aPasswordHashingServicewith a caller-supplied policy, KDF limiter andPepperService.Constructors in com.svenruppert.jsentinel.credential.password with parameters of type KdfExecutionLimiterModifierConstructorDescriptionDefaultPasswordHashingService(PasswordHashCodec codec, PasswordHashValidator validator, PasswordHashProviderRegistry providerRegistry, PepperService pepperService, PasswordHashPolicy policy, RehashDecisionEngine rehashEngine, KdfExecutionLimiter limiter, DummyVerificationService dummyService) -
Uses of KdfExecutionLimiter in com.svenruppert.jsentinel.credential.password.limiter
Classes in com.svenruppert.jsentinel.credential.password.limiter that implement KdfExecutionLimiterModifier and TypeClassDescriptionfinal classLimiter that never blocks and never rejects.final classKdfExecutionLimiterbacked by a fairSemaphore.