Uses of Class
jxl.enclosure.security.PermissionState

Packages that use PermissionState
jxl.enclosure.security Dynamic security implementation that allows customized permission granting (or denying!). 
jxl.enclosure.security.gui Gui classes that control the security system. 
 

Uses of PermissionState in jxl.enclosure.security
 

Methods in jxl.enclosure.security that return PermissionState
 PermissionState PolicyData.getState(java.security.CodeSigner signer, java.security.Permission p)
          Get state of permissoin p for signer
static PermissionState PermissionState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PermissionState[] PermissionState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jxl.enclosure.security that return types with arguments of type PermissionState
 java.util.Map<java.security.CodeSigner,java.util.Map<java.security.Permission,PermissionState>> PolicyData.getPolicies()
          Get an unmodifiable view of the security policy data
 

Methods in jxl.enclosure.security with parameters of type PermissionState
 void PolicyData.setState(java.security.CodeSigner signer, java.security.Permission p, PermissionState state)
          Set the state of permissoin p for signer
 

Uses of PermissionState in jxl.enclosure.security.gui
 

Methods in jxl.enclosure.security.gui that return PermissionState
 PermissionState StateButtonGroup.getState()
           
 PermissionState StateSignerPanel.getState()
           
 

Methods in jxl.enclosure.security.gui that return types with arguments of type PermissionState
 java.util.Map<java.security.CodeSigner,PermissionState> PermissionRequestDialog.requestPermission()
           
 

Constructors in jxl.enclosure.security.gui with parameters of type PermissionState
StateButtonGroup(PermissionState state)
          Creates a new instance of StateButtonGroup
StatePermissionPanel(java.security.Permission perm, PermissionState state)
          Creates a new instance of PermissionStatePanel
StateSignerPanel(PermissionState state, java.security.CodeSigner signer)
          Creates a new instance of SignerJPanel
 

Constructor parameters in jxl.enclosure.security.gui with type arguments of type PermissionState
PermissionRequestDialog(java.security.Permission p, java.util.Map<java.security.CodeSigner,PermissionState> map, java.lang.StackTraceElement[] trace)
          Creates new form PermissionRequestDialog