org.apache.jackrabbit.core.config
Class AccessManagerConfig

java.lang.Object
  extended byorg.apache.jackrabbit.core.config.BeanConfig
      extended byorg.apache.jackrabbit.core.config.AccessManagerConfig

public class AccessManagerConfig
extends BeanConfig

Access manager configuration. This bean configuration class is used to create configured access manager objects.

This class is currently only used to assign a static type to more generic bean configuration information.

See Also:
RepositoryConfig.getAccessManagerConfig()

Constructor Summary
AccessManagerConfig(BeanConfig config)
          Creates an access manager configuration object from the given bean configuration.
 
Methods inherited from class org.apache.jackrabbit.core.config.BeanConfig
getClassName, getParameters, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessManagerConfig

public AccessManagerConfig(BeanConfig config)
Creates an access manager configuration object from the given bean configuration.

Parameters:
config - bean configuration


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