com.waveset.session
Class DefaultLighthouseAccountPolicyUpdater

java.lang.Object
  extended bycom.waveset.session.DefaultLighthouseAccountPolicyUpdater
All Implemented Interfaces:
ImportCommand

public class DefaultLighthouseAccountPolicyUpdater
extends java.lang.Object
implements ImportCommand


Field Summary
static java.lang.String code_id
           
 
Constructor Summary
DefaultLighthouseAccountPolicyUpdater()
           
 
Method Summary
 void process(ImporterContext ctx, java.util.Map args)
          Update existing Default Lighthouse Account Policy object Fixes problem with pre-6.0 versions where the accountId and password policies were just referenced by name which presented problems when either was renamed.
 
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
Constructor Detail

DefaultLighthouseAccountPolicyUpdater

public DefaultLighthouseAccountPolicyUpdater()
Method Detail

process

public void process(ImporterContext ctx,
                    java.util.Map args)
             throws WavesetException
Update existing Default Lighthouse Account Policy object Fixes problem with pre-6.0 versions where the accountId and password policies were just referenced by name which presented problems when either was renamed. Replacing name reference with ObjectRef reference so they can survive renames.

Specified by:
process in interface ImportCommand
Throws:
WavesetException