com.waveset.task
Class ManageServerEncryption

java.lang.Object
  extended bycom.waveset.task.Executor
      extended bycom.waveset.task.ManageServerEncryption

public class ManageServerEncryption
extends Executor

A task that creates and checks in ServerKeyViewer


Field Summary
static java.lang.String code_id
           
static java.lang.String EXPORT_SERVER_KEYS
           
static java.lang.String GATEWAY_KEY_OPTION
           
static java.lang.String GEN_SERVER_KEY
           
static java.lang.String GENERATE_NEW_GATEWAY_KEY
           
static java.lang.String PATH_TO_EXPORT
           
static java.lang.String PBE_ENCRYPT
           
static java.lang.String REENCRYPT_TYPES
           
static java.lang.String REPORT_PROGRESS
           
static java.lang.String SYNC_RESOURCES
           
static java.lang.String TASK_ID
           
static java.lang.String UPDATE_GATEWAYS
           
static java.lang.String UPDATE_INTERVAL
           
static java.lang.String UPDATE_PBE_ENCRYPT
           
static java.lang.String UPDATE_PBE_PASSWORD
           
static java.lang.String XML_HEADER
          The XML header for reports.
 
Fields inherited from class com.waveset.task.Executor
_monitor, _suspendRequested, _terminateRequested, trace
 
Constructor Summary
ManageServerEncryption()
           
 
Method Summary
 void execute(TaskContext context, TaskInstance task)
          The main task execution method.
 void startReport()
          Helper method to initialize the report buffer before the account scan.
 
Methods inherited from class com.waveset.task.Executor
addExtendedResult, delete, doRealWork, getExtendedResult, getPool, isSuspendRequested, isTerminateRequested, println, processEvent, setPool, setSuspendRequested, setTerminateRequested
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values

REPORT_PROGRESS

public static final java.lang.String REPORT_PROGRESS
See Also:
Constant Field Values

UPDATE_INTERVAL

public static final java.lang.String UPDATE_INTERVAL
See Also:
Constant Field Values

TASK_ID

public static final java.lang.String TASK_ID
See Also:
Constant Field Values

GEN_SERVER_KEY

public static final java.lang.String GEN_SERVER_KEY
See Also:
Constant Field Values

REENCRYPT_TYPES

public static final java.lang.String REENCRYPT_TYPES
See Also:
Constant Field Values

EXPORT_SERVER_KEYS

public static final java.lang.String EXPORT_SERVER_KEYS
See Also:
Constant Field Values

PATH_TO_EXPORT

public static final java.lang.String PATH_TO_EXPORT
See Also:
Constant Field Values

PBE_ENCRYPT

public static final java.lang.String PBE_ENCRYPT
See Also:
Constant Field Values

UPDATE_PBE_PASSWORD

public static final java.lang.String UPDATE_PBE_PASSWORD
See Also:
Constant Field Values

UPDATE_PBE_ENCRYPT

public static final java.lang.String UPDATE_PBE_ENCRYPT
See Also:
Constant Field Values

UPDATE_GATEWAYS

public static final java.lang.String UPDATE_GATEWAYS
See Also:
Constant Field Values

GENERATE_NEW_GATEWAY_KEY

public static final java.lang.String GENERATE_NEW_GATEWAY_KEY
See Also:
Constant Field Values

SYNC_RESOURCES

public static final java.lang.String SYNC_RESOURCES
See Also:
Constant Field Values

GATEWAY_KEY_OPTION

public static final java.lang.String GATEWAY_KEY_OPTION
See Also:
Constant Field Values

XML_HEADER

public static final java.lang.String XML_HEADER
The XML header for reports. Do we want a separate DTD for these?

See Also:
Constant Field Values
Constructor Detail

ManageServerEncryption

public ManageServerEncryption()
Method Detail

execute

public void execute(TaskContext context,
                    TaskInstance task)
The main task execution method.

Overrides:
execute in class Executor
See Also:
Executor.doRealWork(TaskContext, TaskInstance)

startReport

public void startReport()
Helper method to initialize the report buffer before the account scan.