protected static final class AbstractSlingRepositoryManager.Config extends Object
AbstractSlingRepositoryManager.start(BundleContext, Config)
method.Modifier and Type | Field and Description |
---|---|
protected String |
defaultWorkspace |
protected boolean |
disableLoginAdministrative |
protected final String defaultWorkspace
protected final boolean disableLoginAdministrative
public Config(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.Copyright © 2017 The Apache Software Foundation. All rights reserved.