Class AuthSuccess
- java.lang.Object
-
- org.apache.cassandra.transport.Message
-
- org.apache.cassandra.transport.Message.Response
-
- org.apache.cassandra.transport.messages.AuthSuccess
-
public class AuthSuccess extends Message.Response
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
Fields Modifier and Type Field Description static Message.Codec<AuthSuccess>
codec
-
Fields inherited from class org.apache.cassandra.transport.Message.Response
tracingId, warnings
-
Fields inherited from class org.apache.cassandra.transport.Message
connection, forcedProtocolVersion, logger, type
-
-
Constructor Summary
Constructors Constructor Description AuthSuccess(byte[] token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getToken()
-
Methods inherited from class org.apache.cassandra.transport.Message.Response
getWarnings, setWarnings
-
Methods inherited from class org.apache.cassandra.transport.Message
attach, connection, encode, getCustomPayload, getSource, getStreamId, setCustomPayload, setSource, setStreamId, toString
-
-
-
-
Field Detail
-
codec
public static final Message.Codec<AuthSuccess> codec
-
-