public class SaslAuthenticationFailedEvent extends AbstractEvent
Usually when this event is raised, the channel in the context has been closed and the connect process aborted, since without authentication no data can flow. This should be treated as an important problem to be looked at and therefore has an ERROR severity.
A little more context might be provided from the description.
Event.Category, Event.Severity
CATEGORY_PREFIX
Constructor and Description |
---|
SaslAuthenticationFailedEvent(Duration duration,
IoContext context,
String description,
byte[] lastPacket) |
Modifier and Type | Method and Description |
---|---|
String |
description()
A textual description with more information about the event.
|
byte[] |
lastPacket() |
category, context, createdAt, duration, severity, toString
Copyright © 2020 Couchbase, Inc.. All rights reserved.