|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.administrator.Domain
wt.clients.filevault.fv
Nested Class Summary | |
(package private) static class |
fv.SelectorInfo
|
Field Summary | |
static int |
CREATE
|
static int |
DELETE
|
static int |
LOCAL_FILEVAULT_RULE
|
static int |
LOCAL_FILEVAULT_RULE_ONLY
|
(package private) static ResourceBundle |
RB
|
static int |
REMOTE_FILEVAULT_RULE
|
static int |
REMOTE_FILEVAULT_RULE_ONLY
|
private static String |
RESOURCE
|
static int |
UPDATE
|
private static boolean |
VERBOSE
|
static int |
VIEW
|
Constructor Summary | |
fv()
|
Method Summary | |
static FvPolicyRule |
addPolicyRule(String myDomain,
String myClass,
String myState,
Vault myVault,
int ruleCode)
Add a new file vault policy rule |
private static fv.SelectorInfo |
createSelector(String myDomain,
String myClass,
State myState)
Utility class to generate a selector. |
static void |
deletePolicyRule(FvPolicyRule rule)
Delete a file vault policy rule |
static void |
deletePolicyRule(String myDomain,
String myClass,
String myState,
String myVault)
Delete a file vault policy rule |
private static String |
formatSelInfo(fv.SelectorInfo selInfo)
Formats the Selector specific part of format vector for the display strings. |
static FvPolicyRule[] |
getAllPolicyRules(String myDomain)
Get all file vault policy rules applying to a domain |
static FvPolicyRule[] |
getAllRemotePolicyRules(String myDomain)
Get all remote file vault policy rules applying to a domain |
static FvVault[] |
getAllVaults(Enumeration vaultList)
Get all file vaults |
static Vector |
getPolicyItems(String myDomain,
String myClass,
State myState)
Get a list of file vault policy items Galen, you may want to change this function or add a new function similar to this one. |
static Vector |
getRemotePolicyItems(String myDomain,
String myClass,
State myState)
Get a list of Remote vault policy items |
static void |
launchFv(Applet parentApplet,
Component parent,
HelpSystem helpSystem,
int selectedTab)
Creates a new instance of the window to select from the existing domains to update a domain or modify its policies. |
static String[] |
listDomains(String containerOid)
Return a list of the path names of all administrative domains for use with WTMultilist. |
static FvPolicyRule |
updatePolicyRule(String myDomain,
String myClass,
String myState,
Vault myVault,
FvPolicyRule myRule,
int ruleCode)
Update a file vault policy rule |
Methods inherited from class wt.clients.administrator.Domain |
getClassesTree, getDescription, getEvents, getFullClassName, getShortClassTree, listDomains |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int LOCAL_FILEVAULT_RULE
public static int REMOTE_FILEVAULT_RULE
public static int LOCAL_FILEVAULT_RULE_ONLY
public static int REMOTE_FILEVAULT_RULE_ONLY
public static final int CREATE
public static final int UPDATE
public static final int VIEW
public static final int DELETE
private static final String RESOURCE
private static final boolean VERBOSE
static ResourceBundle RB
Constructor Detail |
public fv()
Method Detail |
public static FvPolicyRule addPolicyRule(String myDomain, String myClass, String myState, Vault myVault, int ruleCode) throws WTException
WTException
public static FvPolicyRule updatePolicyRule(String myDomain, String myClass, String myState, Vault myVault, FvPolicyRule myRule, int ruleCode) throws WTException, WTPropertyVetoException
WTException
WTPropertyVetoException
public static FvVault[] getAllVaults(Enumeration vaultList) throws WTException
WTException
public static FvPolicyRule[] getAllPolicyRules(String myDomain) throws WTException
WTException
public static FvPolicyRule[] getAllRemotePolicyRules(String myDomain) throws WTException
WTException
public static void deletePolicyRule(String myDomain, String myClass, String myState, String myVault) throws WTException
WTException
public static void deletePolicyRule(FvPolicyRule rule) throws WTException
WTException
public static Vector getRemotePolicyItems(String myDomain, String myClass, State myState)
public static Vector getPolicyItems(String myDomain, String myClass, State myState)
private static fv.SelectorInfo createSelector(String myDomain, String myClass, State myState) throws WTException
WTException
private static String formatSelInfo(fv.SelectorInfo selInfo)
public static void launchFv(Applet parentApplet, Component parent, HelpSystem helpSystem, int selectedTab)
parentApplet
- the parent appletparent
- the requesting framehelpSystem
- the applet's help online helppublic static String[] listDomains(String containerOid) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |