Uses of Class
org.apache.avalon.composition.data.SecurityProfile

Packages that use SecurityProfile
org.apache.avalon.composition.data.builder The meta.data.builder package contains a revised implementation of the meta.model builder that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution.  
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
org.apache.avalon.composition.provider The runtime package contains interfaces used by a runtime layer.  
 

Uses of SecurityProfile in org.apache.avalon.composition.data.builder
 

Methods in org.apache.avalon.composition.data.builder that return SecurityProfile
 SecurityProfile[] XMLSecurityProfileBuilder.createSecurityProfiles(Configuration config)
          Utility method to construct set of SecurityProfile instances from a supplied <security> configuration.
 SecurityProfile XMLSecurityProfileBuilder.createSecurityProfile(Configuration config)
          Creation of a single security profile from a configuration.
 

Uses of SecurityProfile in org.apache.avalon.composition.model.impl
 

Methods in org.apache.avalon.composition.model.impl that return SecurityProfile
 SecurityProfile[] DefaultSystemContextFactory.getSecurityProfiles()
          Return the assigned security profiles.
 

Methods in org.apache.avalon.composition.model.impl with parameters of type SecurityProfile
 void DefaultSystemContextFactory.setSecurityProfiles(SecurityProfile[] profiles)
           
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type SecurityProfile
DefaultSecurityModel(SecurityProfile profile)
          Creation of a new security model.
 

Uses of SecurityProfile in org.apache.avalon.composition.provider
 

Methods in org.apache.avalon.composition.provider with parameters of type SecurityProfile
 void SystemContextFactory.setSecurityProfiles(SecurityProfile[] profiles)
          Set the security profiles.
 



Copyright © The Apache Software Foundation. All Rights Reserved.