Class AuthSuccess
java.lang.Object
org.apache.cassandra.transport.Message
org.apache.cassandra.transport.Message.Response
org.apache.cassandra.transport.messages.AuthSuccess
Indicates to the client that authentication has succeeded.
Optionally ships some final informations from the server (as mandated by
SASL).
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cassandra.transport.Message
Message.Codec<M extends Message>, Message.Direction, Message.Request, Message.Response, Message.Type -
Field Summary
FieldsFields inherited from class org.apache.cassandra.transport.Message.Response
tracingId, warningsFields inherited from class org.apache.cassandra.transport.Message
connection, forcedProtocolVersion, logger, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cassandra.transport.Message.Response
getWarnings, setWarningsMethods inherited from class org.apache.cassandra.transport.Message
attach, connection, encode, getCustomPayload, getSource, getStreamId, setCustomPayload, setSource, setStreamId, toString
-
Field Details
-
codec
-
-
Constructor Details
-
AuthSuccess
public AuthSuccess(byte[] token)
-
-
Method Details
-
getToken
public byte[] getToken()
-