Package ddf.security.command
Class EncryptCommand
java.lang.Object
ddf.security.command.EncryptCommand
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute()Called to execute the security:encrypt console command.voidsetEncryptionService(ddf.security.encryption.EncryptionService encryptionService)
-
Constructor Details
-
EncryptCommand
public EncryptCommand()
-
-
Method Details
-
execute
Called to execute the security:encrypt console command.- Specified by:
executein interfaceorg.apache.karaf.shell.api.action.Action- Throws:
Exception
-
setEncryptionService
public void setEncryptionService(ddf.security.encryption.EncryptionService encryptionService)
-