Class CredentialAuditPublisher

java.lang.Object
com.svenruppert.jsentinel.credential.password.audit.CredentialAuditPublisher

public final class CredentialAuditPublisher extends Object
Translates CredentialVerificationResults into the new credential audit events and pushes them through JSentinelAuditService.

The publisher never propagates audit-sink exceptions to the caller (CWE-778 / CWE-693): publishing is defence-in-depth, not a hard precondition. Sink failures are swallowed so a misconfigured audit backend cannot turn into a denial-of-service against successful logins.