Uses of Interface
com.svenruppert.jsentinel.credential.password.CredentialVerificationResult
Packages that use CredentialVerificationResult
Package
Description
-
Uses of CredentialVerificationResult in com.svenruppert.jsentinel.credential.password
Classes in com.svenruppert.jsentinel.credential.password that implement CredentialVerificationResultModifier and TypeClassDescriptionstatic final recordVerification did not succeed.static final recordSuccessful verification.Methods in com.svenruppert.jsentinel.credential.password that return CredentialVerificationResultModifier and TypeMethodDescriptionRuns the verification pipeline on the supplied envelope.default CredentialVerificationResultPasswordHashingService.verify(SecretValue password, String encodedHash) SecretValue overload forPasswordHashingService.verify(char[], String).DefaultPasswordHashingService.verifyAgainstNothing(char[] password) PasswordHashingService.verifyAgainstNothing(char[] password) Convenience entry point for callers that already know there is no stored envelope to verify against (typically "unknown user" paths).default CredentialVerificationResultPasswordHashingService.verifyAgainstNothing(SecretValue password) SecretValue overload forPasswordHashingService.verifyAgainstNothing(char[]). -
Uses of CredentialVerificationResult in com.svenruppert.jsentinel.credential.password.audit
Methods in com.svenruppert.jsentinel.credential.password.audit with parameters of type CredentialVerificationResultModifier and TypeMethodDescriptionvoidCredentialAuditPublisher.publish(String username, String clientAddress, CredentialVerificationResult result, RehashDecision rehashDecision) Publishes the appropriate audit event for the supplied verification outcome.