protected static final class AbstractSlingRepositoryManager.Config
extends java.lang.Object
AbstractSlingRepositoryManager.start(BundleContext, Config) method.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
defaultWorkspace |
protected boolean |
disableLoginAdministrative |
protected int |
startupThreadMaxWaitCount |
protected long |
startupThreadWaitMillis |
protected final java.lang.String defaultWorkspace
protected final boolean disableLoginAdministrative
protected final int startupThreadMaxWaitCount
protected final long startupThreadWaitMillis
public Config(java.lang.String defaultWorkspace,
boolean disableLoginAdministrative)
defaultWorkspace - The name of the default workspace to use to
login. This may be null to have the actual repository
instance define its own defaultdisableLoginAdministrative - Whether to disable the
SlingRepository.loginAdministrative method or not.public Config(java.lang.String defaultWorkspace,
boolean disableLoginAdministrative,
int startupThreadMaxWaitCount,
long startupThreadWaitMillis)
defaultWorkspace - The name of the default workspace to use to
login. This may be null to have the actual repository
instance define its own defaultdisableLoginAdministrative - Whether to disable the
SlingRepository.loginAdministrative method or not.startupThreadMaxWaitCount - The number of attempts to be performed
when waiting for the repository startup to completestartupThreadWaitMillis - The duration of each of the waits performed
when waiting for the repository startup to completeCopyright © 2022 The Apache Software Foundation. All rights reserved.