wt.access
Class AccessRepairUtil
java.lang.Object
wt.access.AccessRepairUtil
- All Implemented Interfaces:
- RemoteAccess
- public class AccessRepairUtil
- extends Object
- implements RemoteAccess
AccessRepairUtil provides methods that perform utility functions
supporting the AccessRepair class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AccessRepairUtil
public AccessRepairUtil()
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