| Class | Description |
|---|---|
| AlertPermission |
Indicates the callers authority to send alerts to management servers,
identified by their principal names.
|
| DmtAlertPermissionCollection |
Represents a homogeneous collection of AlertPermission objects.
|
| DmtPermission |
Controls access to management objects in the Device Management Tree (DMT).
|
| DmtPermissionCollection |
Represents a homogeneous collection of DmtPermission objects.
|
| DmtPrincipalPermission |
Indicates the callers authority to create DMT sessions on behalf of a remote
management server.
|
| DmtPrincipalPermissionCollection |
Represents a homogeneous collection of DmtPrincipalPermission objects.
|
Device Management Tree Security Package Version 1.0. This package contains the permission classes used by the Device Management API in environments that support the Java 2 security model.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:
Import-Package: info.dmtree.security;version="[1.0,2.0)"