Uses of Class
org.apache.jackrabbit.core.config.BeanConfig

Packages that use BeanConfig
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
 

Uses of BeanConfig in org.apache.jackrabbit.core.config
 

Subclasses of BeanConfig in org.apache.jackrabbit.core.config
 class AccessManagerConfig
          Access manager configuration.
 class LoginModuleConfig
          LoginModule configuration.
 class PersistenceManagerConfig
          Persistence manager configuration.
 class SearchConfig
          Search index configuration.
 class SecurityManagerConfig
          Security manager configuration.
 class UserManagerConfig
          User manager configuration.
 

Methods in org.apache.jackrabbit.core.config that return BeanConfig
 BeanConfig WorkspaceSecurityConfig.getAccessControlProviderConfig()
           
 BeanConfig SecurityManagerConfig.getWorkspaceAccessConfig()
           
protected  BeanConfig RepositoryConfigurationParser.parseBeanConfig(Element element)
          Parses a named bean configuration from the given element.
protected  BeanConfig ConfigurationParser.parseBeanConfig(Element element)
          Parses a named bean configuration from the given element.
protected  BeanConfig RepositoryConfigurationParser.parseBeanConfig(Element parent, String name)
          Parses a named bean configuration from the given element.
protected  BeanConfig ConfigurationParser.parseBeanConfig(Element parent, String name)
          Parses a named bean configuration from the given element.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type BeanConfig
AccessManagerConfig(BeanConfig config)
          Creates an access manager configuration object from the given bean configuration.
BeanConfig(BeanConfig config)
          Copies a bean configuration.
LoginModuleConfig(BeanConfig config)
          Creates an access manager configuration object from the given bean configuration.
PersistenceManagerConfig(BeanConfig config)
          Creates a persistence manager configuration object from the given bean configuration.
SecurityManagerConfig(BeanConfig config, String workspaceName, BeanConfig workspaceAccessConfig)
          Creates an security manager configuration object from the given bean configuration.
SecurityManagerConfig(BeanConfig config, String workspaceName, BeanConfig workspaceAccessConfig, UserManagerConfig userManagerConfig, BeanConfig uidClassConfig)
          Creates an security manager configuration object from the given bean configuration.
UserManagerConfig(BeanConfig config)
           
WorkspaceSecurityConfig(BeanConfig accessControlProviderConfig)
           
 

Constructor parameters in org.apache.jackrabbit.core.config with type arguments of type BeanConfig
ImportConfig(List<BeanConfig> protectedItemImporters)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.