Uses of Class
wt.security.WTSecurityException

Packages that use WTSecurityException
wt.clients.ixb.exp   
wt.clients.ixb.imp   
wt.clients.util   
wt.security The wt.security package gets jarred into wt/security/security.jar, which is signed so that this package may be used within a security manager, namely the Applet sandbox, to perform operations which are not typically allowed to non-signed code.  Each of the Access subclasses wrap a java.XXX api to give applets access to these operations.  Use the getXXXAccess factory method to retrieve an Access instance to perform these calls.  For example, FileAccess.getFileInputStream() wraps java.io.FileInputStream to give applets the ability to read files on the local system.  Additional prompts are displayed to the user for each of these types of operations (the grant/deny dialog you see when trying to upload/download content) per codebase, so that a "rogue" system can not get a copy of the security.jar and perform out-of-the-sandbox operations silently. 
 

Uses of WTSecurityException in wt.clients.ixb.exp
 

Methods in wt.clients.ixb.exp that throw WTSecurityException
 boolean IXBExportUtility.doesFileExist(String fName)
           
 boolean IXBExportUtility.isFileReadable(String fName)
           
 boolean IXBExportUtility.isFileWritable(String fName)
           
 FileInputStream IXBExportUtility.getFileInputStream(File f)
           
 FileOutputStream IXBExportUtility.getFileOutputStream(File f)
           
 FileInputStream IXBExportUtility.getFileInputStream(String name)
           
 FileOutputStream IXBExportUtility.getFileOutputStream(String name)
           
 Properties IXBExportUtility.getProperties()
           
 void IXBExportUtility.setSystemProperty(String key, String value)
           
 

Uses of WTSecurityException in wt.clients.ixb.imp
 

Methods in wt.clients.ixb.imp that throw WTSecurityException
 boolean IXBImportUtility.doesFileExist(String fName)
           
 boolean IXBImportUtility.isFileReadable(String fName)
           
 boolean IXBImportUtility.isFileWritable(String fName)
           
 FileInputStream IXBImportUtility.getFileInputStream(File f)
           
 FileOutputStream IXBImportUtility.getFileOutputStream(File f)
           
 FileInputStream IXBImportUtility.getFileInputStream(String name)
           
 FileOutputStream IXBImportUtility.getFileOutputStream(String name)
           
 

Uses of WTSecurityException in wt.clients.util
 

Methods in wt.clients.util that throw WTSecurityException
(package private)  void FileUpload.startUpload()
          Start upload of file to server
 

Uses of WTSecurityException in wt.security
 

Methods in wt.security that throw WTSecurityException
(package private)  void ThreadAccess_plugin.interrupt0(Thread thread)
           
 void ThreadAccess_plugin.interrupt1(Thread thread)
           
 void ThreadAccess.interrupt(Thread thread)
           
(package private)  void ThreadAccess.interrupt0(Thread thread)
           
(package private)  Process RuntimeAccess_plugin.exec0(String command)
           
(package private)  Process RuntimeAccess_plugin.exec1(String command)
           
(package private)  Process RuntimeAccess_plugin.exec0(String[] cmdarray, String[] envp)
           
(package private)  Process RuntimeAccess_plugin.exec1(String[] cmdarray, String[] envp)
           
(package private)  void RuntimeAccess_plugin.load0(String filename)
           
(package private)  void RuntimeAccess_plugin.load1(String filename)
           
(package private)  void RuntimeAccess_plugin.loadLibrary0(String libname)
           
(package private)  void RuntimeAccess_plugin.loadLibrary1(String libname)
           
 Process RuntimeAccess.exec(String command)
          Wrapper for Runtime.getRuntime().exec() method.
(package private)  Process RuntimeAccess.exec0(String command)
           
 Process RuntimeAccess.exec(String[] cmdarray, String[] envp)
          Wrapper for Runtime.getRuntime().exec() method.
(package private)  Process RuntimeAccess.exec0(String[] cmdarray, String[] envp)
           
 Process RuntimeAccess.run(String file)
          Method to load a file with the associated application.
 void RuntimeAccess.load(String filename)
          Wrapper for Runtime.getRuntime().load() method.
(package private)  void RuntimeAccess.load0(String filename)
           
 void RuntimeAccess.loadLibrary(String libname)
          Wrapper for Runtime.getRuntime().loadLibrary() method.
(package private)  void RuntimeAccess.loadLibrary0(String libname)
           
(package private)  Properties PropAccess_plugin.getSystemProperties0()
           
(package private)  Properties PropAccess_plugin.getSystemProperties1()
           
(package private)  String PropAccess_plugin.getSystemProperty0(String key)
           
(package private)  String PropAccess_plugin.getSystemProperty1(String key)
           
(package private)  void PropAccess_plugin.setSystemProperties0(Properties props)
           
(package private)  void PropAccess_plugin.setSystemProperties1(Properties props)
           
(package private)  Properties PropAccess_plugin.getEnv0()
           
(package private)  Properties PropAccess_plugin.getEnv1()
           
 Properties PropAccess.getSystemProperties()
          Wrapper for System.getProperties()

Supported API: true
(package private)  Properties PropAccess.getSystemProperties0()
           
 void PropAccess.setSystemProperties(Properties props)
          Wrapper for System.setProperties()
(package private)  void PropAccess.setSystemProperties0(Properties props)
           
 String PropAccess.getSystemProperty(String key)
          Wrapper for System.getProperty()
(package private)  String PropAccess.getSystemProperty0(String key)
           
 Properties PropAccess.getEnv()
          Retrieves the system environment properties as expected from the deprecated System.getenv().
(package private)  Properties PropAccess.getEnv0()
           
private  Properties PropAccess.oldGetEnv0()
           
 String PropAccess.getEnv(String key)
          Retrieves the system environment properties as expected from the deprecated System.getenv() for the given key.
(package private)  void PrivilegeSet.checkAccess(Object[] capabilities)
           
(package private)  void PrivilegeSet.checkAccess(Object[] capabilities, boolean useDialog)
           
(package private)  boolean PrivilegesDialog.checkAccess()
           
(package private)  boolean PrivilegesDialog.checkAccess(boolean throwException)
           
(package private)  void NetAccess_plugin.connect0(URLConnection connection)
           
(package private)  void NetAccess_plugin.connect1(URLConnection connection)
           
(package private)  String NetAccess_plugin.getHostName0(InetAddress inetaddress)
           
(package private)  String NetAccess_plugin.getHostName1(InetAddress inetaddress)
           
(package private)  InetAddress NetAccess_plugin.getLocalHost0()
           
(package private)  InetAddress NetAccess_plugin.getLocalHost1()
           
 void NetAccess.connect(URLConnection connection)
          Wrapper for URLConnection.connect() method
(package private)  void NetAccess.connect0(URLConnection connection)
           
 InetAddress NetAccess.getLocalHost()
          Wrapper for InetAddress.getLocalHost() method

Supported API: true
(package private)  InetAddress NetAccess.getLocalHost0()
           
 byte[] NetAccess.getAddress(InetAddress inetaddress)
          Wrapper for InetAddress.getAddress() method
(package private)  byte[] NetAccess.getAddress0(InetAddress inetaddress)
           
 String NetAccess.getHostAddress(InetAddress inetaddress)
          Wrapper for InetAddress.getHostAddress() method
(package private)  String NetAccess.getHostAddress0(InetAddress inetaddress)
           
 String NetAccess.getHostName(InetAddress inetaddress)
          Wrapper for InetAddress.getHostName() method
(package private)  String NetAccess.getHostName0(InetAddress inetaddress)
           
(package private)  FileInputStream FileAccess_plugin.getFileInputStream0(String file)
           
(package private)  FileInputStream FileAccess_plugin.getFileInputStream1(String file)
           
(package private)  FileInputStream FileAccess_plugin.getFileInputStream0(File file)
           
(package private)  FileInputStream FileAccess_plugin.getFileInputStream1(File file)
           
(package private)  FileInputStream FileAccess_plugin.getFileInputStream0(FileDescriptor file)
           
(package private)  FileInputStream FileAccess_plugin.getFileInputStream1(FileDescriptor file)
           
(package private)  FileOutputStream FileAccess_plugin.getFileOutputStream0(File file)
           
(package private)  FileOutputStream FileAccess_plugin.getFileOutputStream1(File file)
           
(package private)  FileOutputStream FileAccess_plugin.getFileOutputStream0(FileDescriptor file)
           
(package private)  FileOutputStream FileAccess_plugin.getFileOutputStream1(FileDescriptor file)
           
(package private)  FileOutputStream FileAccess_plugin.getFileOutputStream0(String file)
           
(package private)  FileOutputStream FileAccess_plugin.getFileOutputStream0(String file, boolean append)
           
(package private)  FileOutputStream FileAccess_plugin.getFileOutputStream1(String file, boolean append)
           
(package private)  boolean FileAccess_plugin.exists0(File file)
           
(package private)  boolean FileAccess_plugin.exists1(File file)
           
(package private)  String[] FileAccess_plugin.list0(File file)
           
(package private)  String[] FileAccess_plugin.list1(File file)
           
 File[] FileAccess_plugin.listFiles(File file)
           
(package private)  File[] FileAccess_plugin.listFiles0(File file)
           
(package private)  File[] FileAccess_plugin.listFiles1(File file)
           
(package private)  boolean FileAccess_plugin.isFile0(File file)
           
(package private)  boolean FileAccess_plugin.isFile1(File file)
           
(package private)  boolean FileAccess_plugin.isDirectory0(File file)
           
(package private)  boolean FileAccess_plugin.isDirectory1(File file)
           
(package private)  long FileAccess_plugin.lastModified0(File file)
           
(package private)  long FileAccess_plugin.lastModified1(File file)
           
(package private)  long FileAccess_plugin.length0(File file)
           
(package private)  long FileAccess_plugin.length1(File file)
           
(package private)  boolean FileAccess_plugin.mkdir0(File file)
           
(package private)  boolean FileAccess_plugin.mkdir1(File file)
           
(package private)  boolean FileAccess_plugin.mkdirs0(File file)
           
(package private)  boolean FileAccess_plugin.mkdirs1(File file)
           
(package private)  boolean FileAccess_plugin.renameTo0(File from, File to)
           
(package private)  boolean FileAccess_plugin.renameTo1(File from, File to)
           
(package private)  boolean FileAccess_plugin.delete0(File file)
           
(package private)  boolean FileAccess_plugin.delete1(File file)
           
(package private)  String FileAccess_plugin.getCanonicalPath0(File file)
           
(package private)  String FileAccess_plugin.getCanonicalPath1(File file)
           
(package private)  String FileAccess_plugin.getParent0(File file)
           
(package private)  String FileAccess_plugin.getParent1(File file)
           
(package private)  File FileAccess_plugin.getParentDirectory0(FileSystemView view, File file)
           
(package private)  File FileAccess_plugin.getParentDirectory1(FileSystemView view, File file)
           
(package private)  boolean FileAccess_plugin.canRead0(File file)
           
(package private)  boolean FileAccess_plugin.canRead1(File file)
           
(package private)  boolean FileAccess_plugin.canWrite0(File file)
           
(package private)  boolean FileAccess_plugin.canWrite1(File file)
           
(package private)  boolean FileAccess_plugin.fileEquals0(File file0, File file1)
           
(package private)  boolean FileAccess_plugin.fileEquals1(File file0, File file1)
           
(package private)  void FileAccess_plugin.FileDialog_show0(FileDialog dialog)
           
(package private)  void FileAccess_plugin.FileDialog_show1(FileDialog dialog)
           
(package private)  void FileAccess_plugin.FileDialog_setDirectory0(FileDialog dialog, String directory)
           
(package private)  void FileAccess_plugin.FileDialog_setDirectory1(FileDialog dialog, String directory)
           
(package private)  void FileAccess_plugin.FileDialog_setFile0(FileDialog dialog, String file)
           
(package private)  void FileAccess_plugin.FileDialog_setFile1(FileDialog dialog, String file)
           
(package private)  WTJFileChooser FileAccess_plugin.newJFileChooser0()
           
(package private)  WTJFileChooser FileAccess_plugin.newJFileChooser1()
           
(package private)  WTJFileChooser FileAccess_plugin.newJFileChooser0(File currentDirectory)
           
(package private)  WTJFileChooser FileAccess_plugin.newJFileChooser1(File currentDirectory)
           
(package private)  int FileAccess_plugin.JFileChooser_showDialog0(WTJFileChooser jfc, Component parent, String text)
           
(package private)  int FileAccess_plugin.JFileChooser_showDialog1(WTJFileChooser jfc, Component parent, String text)
           
(package private)  void FileAccess_plugin.JFileChooser_setCurrentDirectory0(WTJFileChooser jfc, File dir)
           
(package private)  void FileAccess_plugin.JFileChooser_setCurrentDirectory1(WTJFileChooser jfc, File dir)
           
(package private)  void FileAccess_plugin.JFileChooser_setSelectedFile0(WTJFileChooser jfc, File file)
           
(package private)  void FileAccess_plugin.JFileChooser_setSelectedFile1(WTJFileChooser jfc, File file)
           
(package private)  void FileAccess_plugin.JFileChooser_setSelectedFiles0(WTJFileChooser jfc, File[] file)
           
(package private)  void FileAccess_plugin.JFileChooser_setSelectedFiles1(WTJFileChooser jfc, File[] file)
           
 FileInputStream FileAccess.getFileInputStream(String file)
          Wrapper for FileInputStream constructor.
(package private)  FileInputStream FileAccess.getFileInputStream0(String file)
           
 FileInputStream FileAccess.getFileInputStream(File file)
          Wrapper for FileInputStream constructor.
(package private)  FileInputStream FileAccess.getFileInputStream0(File file)
           
 FileInputStream FileAccess.getFileInputStream(FileDescriptor file)
          Wrapper for FileInputStream constructor.
(package private)  FileInputStream FileAccess.getFileInputStream0(FileDescriptor file)
           
 FileOutputStream FileAccess.getFileOutputStream(File file)
          Wrapper for FileOutputStream constructor.
(package private)  FileOutputStream FileAccess.getFileOutputStream0(File file)
           
 FileOutputStream FileAccess.getFileOutputStream(FileDescriptor file)
          Wrapper for FileOutputStream constructor.
(package private)  FileOutputStream FileAccess.getFileOutputStream0(FileDescriptor file)
           
 FileOutputStream FileAccess.getFileOutputStream(String file)
          Wrapper for FileOutputStream constructor.
(package private)  FileOutputStream FileAccess.getFileOutputStream0(String file)
           
 FileOutputStream FileAccess.getFileOutputStream(String file, boolean append)
          Wrapper for FileOutputStream constructor.
(package private)  FileOutputStream FileAccess.getFileOutputStream0(String file, boolean append)
           
 boolean FileAccess.exists(File file)
          Wrapper for File.exists()
(package private)  boolean FileAccess.exists0(File file)
           
 String[] FileAccess.list(File file)
          Wrapper for File.list()
(package private)  String[] FileAccess.list0(File file)
           
 File[] FileAccess.listFiles(File file)
          Wrapper for File.listFiles()
(package private)  File[] FileAccess.listFiles0(File file)
           
 boolean FileAccess.isFile(File file)
          Wrapper for File.isFile()
(package private)  boolean FileAccess.isFile0(File file)
           
 boolean FileAccess.isDirectory(File file)
          Wrapper for File.isDirectory()
(package private)  boolean FileAccess.isDirectory0(File file)
           
 boolean FileAccess.isAbsolute(File file)
          Wrapper for File.isAbsolute()
(package private)  boolean FileAccess.isAbsolute0(File file)
           
 long FileAccess.lastModified(File file)
          Wrapper for File.lastModified()
(package private)  long FileAccess.lastModified0(File file)
           
 long FileAccess.length(File file)
          Wrapper for File.length()
(package private)  long FileAccess.length0(File file)
           
 boolean FileAccess.mkdir(File file)
          Wrapper for File.mkdir()
(package private)  boolean FileAccess.mkdir0(File file)
           
 boolean FileAccess.mkdirs(File file)
          Wrapper for File.mkdirs()
(package private)  boolean FileAccess.mkdirs0(File file)
           
 boolean FileAccess.renameTo(File from, File to)
          Wrapper for File.renameTo()
(package private)  boolean FileAccess.renameTo0(File from, File to)
           
 boolean FileAccess.delete(File file)
          Wrapper for File.delete()
(package private)  boolean FileAccess.delete0(File file)
           
 String FileAccess.getCanonicalPath(File file)
          Wrapper for File.getCanonicalPath()
(package private)  String FileAccess.getCanonicalPath0(File file)
           
 String FileAccess.getParent(File file)
          Wrapper for File.getParent()
(package private)  String FileAccess.getParent0(File file)
           
 File FileAccess.getParentDirectory(FileSystemView view, File file)
           
(package private)  File FileAccess.getParentDirectory0(FileSystemView view, File file)
           
 String FileAccess.getAbsolutePath(File file)
          Wrapper for File.getAbsolutePath()
(package private)  String FileAccess.getAbsolutePath0(File file)
           
 boolean FileAccess.canRead(File file)
          Wrapper for File.canRead()
(package private)  boolean FileAccess.canRead0(File file)
           
 boolean FileAccess.canWrite(File file)
          Wrapper for File.canWrite()
(package private)  boolean FileAccess.canWrite0(File file)
           
 boolean FileAccess.fileEquals(File file0, File file1)
          Wrapper for File.equals()
(package private)  boolean FileAccess.fileEquals0(File file0, File file1)
           
 FileDialog FileAccess.newFileDialog(Frame frame)
          Wrapper for new FileDialog().
(package private)  FileDialog FileAccess.newFileDialog0(Frame frame)
           
 void FileAccess.FileDialog_show(FileDialog dialog)
          Wrapper for FileDialog.show().
(package private)  void FileAccess.FileDialog_show0(FileDialog dialog)
           
 void FileAccess.FileDialog_setDirectory(FileDialog dialog, String directory)
          Wrapper for FileDialog.setDirectory().
(package private)  void FileAccess.FileDialog_setDirectory0(FileDialog dialog, String directory)
           
 void FileAccess.FileDialog_setFile(FileDialog dialog, String filename)
          Wrapper for FileDialog.setFile().
(package private)  void FileAccess.FileDialog_setFile0(FileDialog dialog, String filename)
           
 JFileChooser FileAccess.newJFileChooser()
          Wrapper for new JFileChooser().
(package private)  WTJFileChooser FileAccess.newJFileChooser0()
           
 JFileChooser FileAccess.newJFileChooser(File currentDirectory)
          Wrapper for new JFileChooser(File).
(package private)  WTJFileChooser FileAccess.newJFileChooser0(File currentDirectory)
           
protected  int FileAccess.JFileChooser_showDialog(WTJFileChooser jfc, Component parent, String text)
          Wrapper for JFileChooser.showDialog().
(package private)  int FileAccess.JFileChooser_showDialog0(WTJFileChooser jfc, Component parent, String text)
           
protected  void FileAccess.JFileChooser_setCurrentDirectory(WTJFileChooser jfc, File dir)
          Wrapper for JFileChooser.setCurrentDirectory().
(package private)  void FileAccess.JFileChooser_setCurrentDirectory0(WTJFileChooser jfc, File dir)
           
 void FileAccess.JFileChooser_setSelectedFile(WTJFileChooser jfc, File file)
          Wrapper for JFileChooser.setSelectedFile().
(package private)  void FileAccess.JFileChooser_setSelectedFile0(WTJFileChooser jfc, File file)
           
 void FileAccess.JFileChooser_setSelectedFiles(WTJFileChooser jfc, File[] file)
          Wrapper for JFileChooser.setSelectedFiles().
(package private)  void FileAccess.JFileChooser_setSelectedFiles0(WTJFileChooser jfc, File[] file)
           
(package private)  Clipboard AWTAccess_plugin.getSystemClipboard0()
           
(package private)  Clipboard AWTAccess_plugin.getSystemClipboard1()
           
(package private)  int AWTAccess_plugin.getHWnd0(Component c)
           
(package private)  int AWTAccess_plugin.getHWnd1(Component c)
           
 Clipboard AWTAccess.getSystemClipboard()
          .
 int AWTAccess.getHWnd(Component c)
          Wrapper to obtain handle to peer's heavy weight component.
(package private)  int AWTAccess.getHWnd0(Component c)
           
 void Access.checkAccessAll()
           
(package private)  void Access.checkAccess(Object[] capabilities)
           
(package private)  void Access.checkClass(Object obj)
           
(package private)  void Access.checkClass(Object obj, String[] clsNames)
           
(package private)  void Access.checkClass(Object obj, String clsName)