Uses of Class
org.apache.jackrabbit.core.config.WorkspaceSecurityConfig
-
Packages that use WorkspaceSecurityConfig Package Description org.apache.jackrabbit.core.config org.apache.jackrabbit.core.security.authorization -
-
Uses of WorkspaceSecurityConfig in org.apache.jackrabbit.core.config
Methods in org.apache.jackrabbit.core.config that return WorkspaceSecurityConfig Modifier and Type Method Description WorkspaceSecurityConfig
WorkspaceConfig. getSecurityConfig()
WorkspaceSecurityConfig
RepositoryConfigurationParser. parseWorkspaceSecurityConfig(Element parent)
Read the optional WorkspaceSecurity Element of Workspace's configuration.Constructors in org.apache.jackrabbit.core.config with parameters of type WorkspaceSecurityConfig Constructor 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. -
Uses of WorkspaceSecurityConfig in org.apache.jackrabbit.core.security.authorization
Methods in org.apache.jackrabbit.core.security.authorization with parameters of type WorkspaceSecurityConfig Modifier and Type Method 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)
-