Uses of Interface
com.svenruppert.jsentinel.credential.password.RehashDecision
Packages that use RehashDecision
Package
Description
-
Uses of RehashDecision in com.svenruppert.jsentinel.credential.password
Classes in com.svenruppert.jsentinel.credential.password that implement RehashDecisionModifier and TypeClassDescriptionstatic final recordstatic final recordMethods in com.svenruppert.jsentinel.credential.password that return RehashDecisionModifier and TypeMethodDescriptionDefaultPasswordHashingService.needsRehash(String encodedHash) PasswordHashingService.needsRehash(String encodedHash) Reports whether the supplied envelope should be rehashed under the active policy. -
Uses of RehashDecision in com.svenruppert.jsentinel.credential.password.audit
Methods in com.svenruppert.jsentinel.credential.password.audit with parameters of type RehashDecisionModifier and TypeMethodDescriptionvoidCredentialAuditPublisher.publish(String username, String clientAddress, CredentialVerificationResult result, RehashDecision rehashDecision) Publishes the appropriate audit event for the supplied verification outcome. -
Uses of RehashDecision in com.svenruppert.jsentinel.credential.password.rehash
Methods in com.svenruppert.jsentinel.credential.password.rehash that return RehashDecisionModifier and TypeMethodDescriptionRehashDecisionEngine.decide(PasswordHashEnvelope envelope, PasswordHashPolicy policy) Legacy two-argument overload that ignores pepper rotation.RehashDecisionEngine.decide(PasswordHashEnvelope envelope, PasswordHashPolicy policy, Optional<String> activePepperKeyId)