| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.config | 
 Jackrabbit configuration handling. 
 | 
| org.apache.jackrabbit.core.security.authorization | 
| Modifier and Type | Method and Description | 
|---|---|
WorkspaceSecurityConfig | 
WorkspaceConfig.getSecurityConfig()  | 
WorkspaceSecurityConfig | 
RepositoryConfigurationParser.parseWorkspaceSecurityConfig(Element parent)
Read the optional WorkspaceSecurity Element of Workspace's configuration. 
 | 
| Constructor and Description | 
|---|
WorkspaceConfig(String home,
               String name,
               boolean clustered,
               FileSystemFactory fsf,
               PersistenceManagerConfig pmc,
               QueryHandlerFactory qhf,
               ISMLockingFactory ismLockingFactory,
               WorkspaceSecurityConfig workspaceSecurityConfig)
Creates a workspace configuration object. 
 | 
WorkspaceConfig(String home,
               String name,
               boolean clustered,
               FileSystemFactory fsf,
               PersistenceManagerConfig pmc,
               QueryHandlerFactory qhf,
               ISMLockingFactory ismLockingFactory,
               WorkspaceSecurityConfig workspaceSecurityConfig,
               ImportConfig importConfig)
Creates a workspace configuration object. 
 | 
WorkspaceConfig(String home,
               String name,
               boolean clustered,
               FileSystemFactory fsf,
               PersistenceManagerConfig pmc,
               QueryHandlerFactory qhf,
               ISMLockingFactory ismLockingFactory,
               WorkspaceSecurityConfig workspaceSecurityConfig,
               ImportConfig importConfig,
               long defaultLockTimeout)
Creates a workspace configuration object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AccessControlProvider | 
AccessControlProviderFactoryImpl.createProvider(javax.jcr.Session systemSession,
              WorkspaceSecurityConfig config)  | 
AccessControlProvider | 
AccessControlProviderFactory.createProvider(javax.jcr.Session systemSession,
              WorkspaceSecurityConfig config)
Creates an AccessControlProvider for the workspace of the given
 system session. 
 | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.