Uses of Interface
java.security.Guard

Packages that use Guard
info.dmtree.security Device Management Tree Security Package Version 1.0. 
java.io   
java.lang   
java.lang.reflect   
java.net   
java.security   
java.util   
org.osgi.framework Framework Package Version 1.5. 
org.osgi.service.application Application Package Version 1.1. 
org.osgi.service.cm Configuration Admin Package Version 1.3. 
org.osgi.service.deploymentadmin Deployment Admin Package Version 1.1. 
org.osgi.service.deploymentadmin.spi Deployment Admin SPI Package Version 1.0. 
org.osgi.service.event Event Admin Package Version 1.2. 
org.osgi.service.monitor Monitor Admin Package Version 1.0. 
org.osgi.service.obr   
org.osgi.service.useradmin User Admin Package Version 1.1. 
org.osgi.service.wireadmin Wire Admin Package Version 1.0. 
 

Uses of Guard in info.dmtree.security
 

Classes in info.dmtree.security that implement Guard
 class AlertPermission
          Indicates the callers authority to send alerts to management servers, identified by their principal names.
 class DmtPermission
          Controls access to management objects in the Device Management Tree (DMT).
 class DmtPrincipalPermission
          Indicates the callers authority to create DMT sessions on behalf of a remote management server.
 

Uses of Guard in java.io
 

Classes in java.io that implement Guard
 class FilePermission
           
 class SerializablePermission
           
 

Uses of Guard in java.lang
 

Classes in java.lang that implement Guard
 class RuntimePermission
           
 

Uses of Guard in java.lang.reflect
 

Classes in java.lang.reflect that implement Guard
 class ReflectPermission
           
 

Uses of Guard in java.net
 

Classes in java.net that implement Guard
 class NetPermission
           
 class SocketPermission
           
 

Uses of Guard in java.security
 

Classes in java.security that implement Guard
 class AllPermission
           
 class BasicPermission
           
 class Permission
           
 class SecurityPermission
           
 class UnresolvedPermission
           
 

Constructors in java.security with parameters of type Guard
GuardedObject(Object var0, Guard var1)
           
 

Uses of Guard in java.util
 

Classes in java.util that implement Guard
 class PropertyPermission
           
 

Uses of Guard in org.osgi.framework
 

Classes in org.osgi.framework that implement Guard
 class AdminPermission
          A bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a bundle.
 class BundlePermission
          A bundle's authority to require or provide a bundle or to receive or attach fragments.
 class PackagePermission
          A bundle's authority to import or export a package.
 class ServicePermission
          A bundle's authority to register or get a service.
 

Uses of Guard in org.osgi.service.application
 

Classes in org.osgi.service.application that implement Guard
 class ApplicationAdminPermission
          This class implements permissions for manipulating applications and their instances.
 

Uses of Guard in org.osgi.service.cm
 

Classes in org.osgi.service.cm that implement Guard
 class ConfigurationPermission
          Indicates a bundle's authority to configure bundles.
 

Uses of Guard in org.osgi.service.deploymentadmin
 

Classes in org.osgi.service.deploymentadmin that implement Guard
 class DeploymentAdminPermission
          DeploymentAdminPermission controls access to the Deployment Admin service.
 

Uses of Guard in org.osgi.service.deploymentadmin.spi
 

Classes in org.osgi.service.deploymentadmin.spi that implement Guard
 class DeploymentCustomizerPermission
          The DeploymentCustomizerPermission permission gives the right to Resource Processors to access a bundle's (residing in a Deployment Package) private area.
 

Uses of Guard in org.osgi.service.event
 

Classes in org.osgi.service.event that implement Guard
 class TopicPermission
          A bundle's authority to publish or subscribe to event on a topic.
 

Uses of Guard in org.osgi.service.monitor
 

Classes in org.osgi.service.monitor that implement Guard
 class MonitorPermission
          Indicates the callers authority to publish, read or reset StatusVariables, to switch event sending on or off or to start monitoring jobs.
 

Uses of Guard in org.osgi.service.obr
 

Classes in org.osgi.service.obr that implement Guard
 class RepositoryPermission
          TODO OBR - Implement repository permission.
 

Uses of Guard in org.osgi.service.useradmin
 

Classes in org.osgi.service.useradmin that implement Guard
 class UserAdminPermission
          Permission to configure and access the Role objects managed by a User Admin service.
 

Uses of Guard in org.osgi.service.wireadmin
 

Classes in org.osgi.service.wireadmin that implement Guard
 class WirePermission
          Permission for the scope of a Wire object.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.