wt.security
Class PrivilegeSet
java.lang.Object
wt.security.PrivilegeSet
- Direct Known Subclasses:
- PrivilegeSet_plugin
- class PrivilegeSet
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WT_DIR
private static final String WT_DIR
- See Also:
- Constant Field Values
PRIVILEGE_SET_FILENAME
private static final String PRIVILEGE_SET_FILENAME
- See Also:
- Constant Field Values
privSetFile
private File privSetFile
privileges
private Hashtable privileges
securityContext
private Object securityContext
parentFrame
private Frame parentFrame
targetsEnabled
static boolean targetsEnabled
PrivilegeSet
PrivilegeSet()
PrivilegeSet
PrivilegeSet(File file)
newPrivilegeSet
static PrivilegeSet newPrivilegeSet()
newPrivilegeSet
static PrivilegeSet newPrivilegeSet(File file)
enableAll
static boolean enableAll()
getSystemProperty
String getSystemProperty(String key)
getPrivileges
Privileges getPrivileges()
getPrivileges
Privileges getPrivileges(Object key)
getPrivileges
Privileges getPrivileges(String nickname)
enumeratePrivileges
Enumeration enumeratePrivileges()
checkAccess
void checkAccess(Object[] capabilities)
throws WTSecurityException
- Throws:
WTSecurityException
checkAccess
void checkAccess(Object[] capabilities,
boolean useDialog)
throws WTSecurityException
- Throws:
WTSecurityException
setParentFrame
void setParentFrame(Frame parentFrame)
getParentFrame
Frame getParentFrame()
read
void read()
write
void write()
print
void print()