Uses of Class
org.apache.avalon.meta.info.PermissionDescriptor

Packages that use PermissionDescriptor
org.apache.avalon.meta.info Type is an assembly of descriptors of the constraints a component type declares towards a container and includes declaration of service dependencies, Logger establishment criteria, Configuration, Parameters and Context establishment criteria, in addition to human-readable information about the component type.  
org.apache.avalon.meta.info.builder.tags Utility classes supporting encapsulation of the representation of a the different tags supported in the merlin meta info model. 
 

Uses of PermissionDescriptor in org.apache.avalon.meta.info
 

Methods in org.apache.avalon.meta.info that return PermissionDescriptor
 PermissionDescriptor[] SecurityDescriptor.getPermissions()
          Return the set of permissions requested by the component type.
 

Constructors in org.apache.avalon.meta.info with parameters of type PermissionDescriptor
SecurityDescriptor(PermissionDescriptor[] permissions, Properties attributes)
          Creation of a new info descriptor using a supplied name, key, version and attribute set.
 

Uses of PermissionDescriptor in org.apache.avalon.meta.info.builder.tags
 

Methods in org.apache.avalon.meta.info.builder.tags that return PermissionDescriptor
 PermissionDescriptor[] SecurityTag.getPermissions()
          Return the array of dependency descriptors based on the set of 'dependency' tags associated with the components compose or service method.
 PermissionDescriptor SecurityTag.getPermission(DocletTag tag)
          Return the value of the Avalon 'service' tag.
 



Copyright © The Apache Software Foundation. All Rights Reserved.