Uses of Package
wt.security

Packages that use wt.security
com.ptc.core.query.report.client.reportManager   
com.ptc.windchill.explorer.ca.debug.tree   
com.ptc.windchill.explorer.ca.visualization.pview   
com.ptc.wvs.client.pview   
wt.clients.beans.contentholder   
wt.clients.checker   
wt.clients.csm.widgets   
wt.clients.ixb.exp   
wt.clients.ixb.imp   
wt.clients.util   
wt.clients.util.http   
wt.clients.widgets   
wt.content
content package — Content Handling Service

The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. 

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. 
 

Classes in wt.security used by com.ptc.core.query.report.client.reportManager
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
 

Classes in wt.security used by com.ptc.windchill.explorer.ca.debug.tree
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
 

Classes in wt.security used by com.ptc.windchill.explorer.ca.visualization.pview
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
 

Classes in wt.security used by com.ptc.wvs.client.pview
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
 

Classes in wt.security used by wt.clients.beans.contentholder
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
 

Classes in wt.security used by wt.clients.checker
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
PropAccess
          Class that provides wrappers to priviledged property methods using the wt.security package.
 

Classes in wt.security used by wt.clients.csm.widgets
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
WTJFileChooser
           
 

Classes in wt.security used by wt.clients.ixb.exp
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
PropAccess
          Class that provides wrappers to priviledged property methods using the wt.security package.
WTSecurityException
          Exception wrapper for security exception thrown while using wt.security access classes.
 

Classes in wt.security used by wt.clients.ixb.imp
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
WTSecurityException
          Exception wrapper for security exception thrown while using wt.security access classes.
 

Classes in wt.security used by wt.clients.util
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
WTSecurityException
          Exception wrapper for security exception thrown while using wt.security access classes.
 

Classes in wt.security used by wt.clients.util.http
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
 

Classes in wt.security used by wt.clients.widgets
WTJFileChooser
           
 

Classes in wt.security used by wt.content
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
 

Classes in wt.security used by wt.security
Access
           
AWTAccess
           
AWTAccess_plugin
           
FileAccess
          Class that provides wrappers to priviledged file methods using the wt.security package.
FileAccess_plugin
           
NetAccess
          Class that provides wrappers to priviledged network methods using the wt.security package.
NetAccess_plugin
           
Privileges
          List of capabilities that a user has allowed access Persisted locally
PrivilegesDialog.MyActionListener
           
PrivilegesDialog.MyWindowAdapter
           
PrivilegesEditor
           
PrivilegesEditor.CapabilityItemListener
           
PrivilegesEditor.CapabilityState
           
PrivilegesEditor.DomainChangeListener
           
PrivilegesEditor.MyActionListener
           
PrivilegesEditor.MyWindowAdapter
           
PrivilegeSet
           
PrivilegeSet_plugin
           
PrivilegeSet_plugin.GetPropertyAction
           
PrivilegeSet_plugin.ReadAction
           
PrivilegeSet_plugin.WriteAction
           
PropAccess
          Class that provides wrappers to priviledged property methods using the wt.security package.
PropAccess_plugin
           
RuntimeAccess
          Class that provides wrappers to priviledged runtime methods using the wt.security package.
RuntimeAccess_plugin
           
ThreadAccess
           
ThreadAccess_plugin
           
WTJFileChooser
           
WTSecurityException
          Exception wrapper for security exception thrown while using wt.security access classes.