com.sun.j2me.security |
|
Java Source File Name | Type | Comment |
AccessControlContext.java | Interface | The AccessControlContext interface is used in the case where the
permission of an application not running in the current isolate needs
to be checked, for example the when an installer has to register
connection for a MIDlet with the push registry.
This API does not specify the names used to identify permissions, the
policy behind the API should use the standard names in JSR specifications
to identify permissions. |
AccessControlContextAdapter.java | Class | A class help implement the AccessControlContext interface. |
AccessController.java | Class | The AccessController class is used for access control operations
and decisons. |
BluetoothPermission.java | Class | BluetoothPermission access permissions. |
FileConnectionPermission.java | Class | FileConnection access permissions. |
InterruptedSecurityException.java | Class | Thrown by the access controller to indicate a permission check
failed because the interrupt method was called on this thread. |
LocationPermission.java | Class | |
OBEXPermission.java | Class | OBEXPermission access permissions. |
Permission.java | Class | |
PIMPermission.java | Class | |
SatsaPermission.java | Class | Satsa access permissions. |
SecurityTokenInitializer.java | Class | |
SensorPermission.java | Class | |
Token.java | Class | |
TrustedClass.java | Interface | |