Class RotateWdekCommand
java.lang.Object
com.linecorp.centraldogma.server.command.RepositoryCommand<Void>
com.linecorp.centraldogma.server.command.RotateWdekCommand
A
Command that rotates the wrapped data encryption key (WDEK) for a repository.-
Method Summary
Modifier and TypeMethodDescriptionfinal Authorauthor()Returns the author who initiated the command.booleaninthashCode()booleanReturns whether to re-encrypt all existing data with the new WDEK.final longReturns the time when performing the command, in milliseconds.final StringtoString()final CommandTypetype()Returns theCommandTypeof the command.Returns the details of the new wrapped data encryption key (WDEK).Methods inherited from class RepositoryCommand
executionPath, projectName, repositoryName
-
Method Details
-
wdekDetails
Returns the details of the new wrapped data encryption key (WDEK). -
reencrypt
public boolean reencrypt()Returns whether to re-encrypt all existing data with the new WDEK. -
equals
- Overrides:
equalsin classRepositoryCommand<Void>
-
hashCode
public int hashCode()- Overrides:
hashCodein classRepositoryCommand<Void>
-
type
Description copied from interface:CommandReturns theCommandTypeof the command. -
timestamp
-
author
-
toString
-