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 |
AccessControlProviderFactory.createProvider(Session systemSession,
WorkspaceSecurityConfig config)
Creates an AccessControlProvider for the workspace of the given
system session.
|
AccessControlProvider |
AccessControlProviderFactoryImpl.createProvider(Session systemSession,
WorkspaceSecurityConfig config) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.