wt.security
Class PropAccess_plugin

java.lang.Object
  extended bywt.security.Access
      extended bywt.security.PropAccess
          extended bywt.security.PropAccess_plugin

class PropAccess_plugin
extends PropAccess


Nested Class Summary
(package private)  class PropAccess_plugin.PropAccessAction
           
 
Field Summary
 
Fields inherited from class wt.security.Access
 
Constructor Summary
(package private) PropAccess_plugin()
           
 
Method Summary
(package private)  Properties getEnv0()
           
(package private)  Properties getEnv1()
           
(package private)  Properties getSystemProperties0()
           
(package private)  Properties getSystemProperties1()
           
(package private)  String getSystemProperty0(String key)
           
(package private)  String getSystemProperty1(String key)
           
(package private)  void setSystemProperties0(Properties props)
           
(package private)  void setSystemProperties1(Properties props)
           
 
Methods inherited from class wt.security.PropAccess
getEnv, getEnv, getPropAccess, getPropAccess, getSystemProperties, getSystemProperty, setSystemProperties
 
Methods inherited from class wt.security.Access
checkAccess, checkAccessAll, checkClass, checkClass, checkClass, getAccessImpl, setParentFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropAccess_plugin

PropAccess_plugin()
Method Detail

getSystemProperties0

Properties getSystemProperties0()
                          throws WTSecurityException
Overrides:
getSystemProperties0 in class PropAccess
Throws:
WTSecurityException

getSystemProperties1

Properties getSystemProperties1()
                          throws WTSecurityException
Throws:
WTSecurityException

getSystemProperty0

String getSystemProperty0(String key)
                    throws WTSecurityException
Overrides:
getSystemProperty0 in class PropAccess
Throws:
WTSecurityException

getSystemProperty1

String getSystemProperty1(String key)
                    throws WTSecurityException
Throws:
WTSecurityException

setSystemProperties0

void setSystemProperties0(Properties props)
                    throws WTSecurityException
Overrides:
setSystemProperties0 in class PropAccess
Throws:
WTSecurityException

setSystemProperties1

void setSystemProperties1(Properties props)
                    throws WTSecurityException
Throws:
WTSecurityException

getEnv0

Properties getEnv0()
             throws WTSecurityException
Overrides:
getEnv0 in class PropAccess
Throws:
WTSecurityException

getEnv1

Properties getEnv1()
             throws WTSecurityException,
                    IOException
Throws:
WTSecurityException
IOException