wt.access
Class AccessRepairUtil

java.lang.Object
  extended bywt.access.AccessRepairUtil
All Implemented Interfaces:
RemoteAccess

public class AccessRepairUtil
extends Object
implements RemoteAccess

AccessRepairUtil provides methods that perform utility functions supporting the AccessRepair class.


Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
private static int NRETRIES
           
(package private) static boolean SERVER
           
private static int SLEEPTIME
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
AccessRepairUtil()
           
 
Method Summary
protected static void _repairPolicyAcls()
          Repair repairPolicyAcls.
protected static void _repairPolicyRules()
          Repair AccessPolicyRules.
static void repairPolicyAcls()
          Repair PolicyAcls.
static void repairPolicyRules()
          Repair AccessPolicyRules.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

NRETRIES

private static final int NRETRIES
See Also:
Constant Field Values

SLEEPTIME

private static final int SLEEPTIME
See Also:
Constant Field Values
Constructor Detail

AccessRepairUtil

public AccessRepairUtil()
Method Detail

repairPolicyAcls

public static void repairPolicyAcls()
                             throws WTException
Repair PolicyAcls. There should not be more than one PolicyAcl object with the same selector. If there are multiple objects, merge them.

Throws:
WTException

_repairPolicyAcls

protected static void _repairPolicyAcls()
                                 throws WTException
Repair repairPolicyAcls. There should not be more than one PolicyAcl object with the same selector. If there are multiple objects, merge them.

Throws:
WTException

repairPolicyRules

public static void repairPolicyRules()
                              throws WTException
Repair AccessPolicyRules. There should not be more than one AccessPolicyRule object with the same selector. If there are multiple objects, merge them.

Throws:
WTException

_repairPolicyRules

protected static void _repairPolicyRules()
                                  throws WTException
Repair AccessPolicyRules. There should not be more than one AccessPolicyRule object with the same selector. If there are multiple objects, merge them.

Throws:
WTException