AdminPermission

Syntax

public final class AdminPermission extends java.security.BasicPermission

java.lang.Object
  |
  +--java.security.Permission
        |
        +--java.security.BasicPermission
              |
              +--org.osgi.framework.AdminPermission
					

All Implemented Interfaces: java.security.Guard, java.io.Serializable

Description

The AdminPermission indicates the caller's right to perform life-cycle operations on or to get sensitive information about a bundle.

AdminPermission has no actions or target.

The hashCode() method of AdminPermission is inherited from java .security.BasicPermission. The hash code it returns is the hash code of the name “AdminPermission,” which is always the same for all instances of AdminPermission.

Member Summary
Constructors
publicAdminPermission() ...

Get Programming Open Service Gateways with Java Embedded Server™ Technology now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.