org.apache.jackrabbit.core.config
Class WorkspaceSecurityConfig

java.lang.Object
  extended by org.apache.jackrabbit.core.config.WorkspaceSecurityConfig

public class WorkspaceSecurityConfig
extends Object

Representation of workspace specific security settings.


Constructor Summary
WorkspaceSecurityConfig(BeanConfig accessControlProviderConfig)
           
 
Method Summary
 BeanConfig getAccessControlProviderConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceSecurityConfig

public WorkspaceSecurityConfig(BeanConfig accessControlProviderConfig)
Parameters:
accessControlProviderConfig -
Method Detail

getAccessControlProviderConfig

public BeanConfig getAccessControlProviderConfig()
Returns:
Configuration for the AccessControlProvider or null, if this optional config entry is missing


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