Uses of Enum Class
com.svenruppert.jsentinel.credential.password.RehashReason
Packages that use RehashReason
Package
Description
-
Uses of RehashReason in com.svenruppert.jsentinel.audit
Methods in com.svenruppert.jsentinel.audit that return RehashReasonModifier and TypeMethodDescriptionCredentialRehashed.reason()Returns the value of thereasonrecord component.Constructors in com.svenruppert.jsentinel.audit with parameters of type RehashReasonModifierConstructorDescriptionCredentialRehashed(Instant timestamp, String username, String fromAlgorithm, String toAlgorithm, RehashReason reason, int targetPolicyVersion) Creates an instance of aCredentialRehashedrecord class. -
Uses of RehashReason in com.svenruppert.jsentinel.credential.metrics
Methods in com.svenruppert.jsentinel.credential.metrics that return RehashReasonModifier and TypeMethodDescriptionCredentialMetricEvent.RehashRequested.reason()Returns the value of thereasonrecord component.Constructors in com.svenruppert.jsentinel.credential.metrics with parameters of type RehashReasonModifierConstructorDescriptionRehashRequested(RehashReason reason) Creates an instance of aRehashRequestedrecord class. -
Uses of RehashReason in com.svenruppert.jsentinel.credential.password
Subclasses with type arguments of type RehashReason in com.svenruppert.jsentinel.credential.passwordModifier and TypeClassDescriptionenumConcrete reason that causes a stored credential to be flagged for transparent rehashing on the next successful verification.Methods in com.svenruppert.jsentinel.credential.password that return RehashReasonModifier and TypeMethodDescriptionRehashDecision.Required.reason()Returns the value of thereasonrecord component.static RehashReasonReturns the enum constant of this class with the specified name.static RehashReason[]RehashReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.svenruppert.jsentinel.credential.password with parameters of type RehashReasonModifierConstructorDescriptionRequired(RehashReason reason, int targetPolicyVersion) Creates an instance of aRequiredrecord class. -
Uses of RehashReason in com.svenruppert.jsentinel.credential.password.audit
Methods in com.svenruppert.jsentinel.credential.password.audit with parameters of type RehashReasonModifier and TypeMethodDescriptionvoidCredentialAuditPublisher.publishRehash(String username, String fromAlgorithm, String toAlgorithm, RehashReason reason, int targetPolicyVersion) Publishes aCredentialRehashedevent after a successful compare-and-swap upgrade in the credential store.