Class CreateSessionMasterKeyCommand
java.lang.Object
com.linecorp.centraldogma.server.command.SessionCommand
com.linecorp.centraldogma.server.command.CreateSessionMasterKeyCommand
A
Command which is used for creating a new session.-
Method Summary
Modifier and TypeMethodDescriptionfinal Authorauthor()Returns the author who initiated the command.booleaninthashCode()Returns the session master key.final longReturns the time when performing the command, in milliseconds.final StringtoString()final CommandTypetype()Returns theCommandTypeof the command.Methods inherited from class com.linecorp.centraldogma.server.command.SessionCommand
executionPath
-
Method Details
-
sessionMasterKey
Returns the session master key. -
type
Description copied from interface:CommandReturns theCommandTypeof the command. -
timestamp
public final long timestamp()Description copied from interface:CommandReturns the time when performing the command, in milliseconds. -
author
Description copied from interface:CommandReturns the author who initiated the command. -
equals
-
hashCode
public int hashCode() -
toString
-