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

Packages that use SecurityDescriptor
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 Resources supporting the creation of a Type instance from a serialized form.  
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 SecurityDescriptor in org.apache.avalon.meta.info
 

Methods in org.apache.avalon.meta.info that return SecurityDescriptor
 SecurityDescriptor Type.getSecurity()
          Return the security descriptor
 

Constructors in org.apache.avalon.meta.info with parameters of type SecurityDescriptor
Type(InfoDescriptor descriptor, SecurityDescriptor security, CategoryDescriptor[] loggers, ContextDescriptor context, ServiceDescriptor[] services, DependencyDescriptor[] dependencies, StageDescriptor[] stages, ExtensionDescriptor[] extensions, Configuration defaults)
          Creation of a new Type instance using a supplied component descriptor, logging, cotext, services, depedencies, stages and extension descriptors.
 

Uses of SecurityDescriptor in org.apache.avalon.meta.info.builder
 

Methods in org.apache.avalon.meta.info.builder that return SecurityDescriptor
 SecurityDescriptor XMLTypeCreator.buildSecurityDescriptor(Configuration config)
          A utility method to build a SecurityDescriptor object from specified configuration data.
 

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

Methods in org.apache.avalon.meta.info.builder.tags that return SecurityDescriptor
 SecurityDescriptor SecurityTag.getSecurityDescriptor()
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.