
public interface CDORepositoryConfigurationManager extends ILifecycle
| Modifier and Type | Interface and Description |
|---|---|
static class |
CDORepositoryConfigurationManager.Factory
Specification of the factory API for
CDORepositoryConfigurationManagers. |
ILifecycle.DeferrableActivation| Modifier and Type | Method and Description |
|---|---|
IRepository |
addRepository(String name,
Document configuration) |
void |
authenticateAdministrator()
Authenticates the user as a server administrator, if applicable.
|
boolean |
canRemoveRepository(IRepository repository) |
Map<String,IRepository> |
getRepositories() |
void |
removeRepository(IRepository repository) |
activate, deactivate, getLifecycleState, isActiveaddListener, getListeners, hasListeners, removeListenerMap<String,IRepository> getRepositories()
IRepository addRepository(String name, Document configuration)
void removeRepository(IRepository repository)
boolean canRemoveRepository(IRepository repository)
void authenticateAdministrator()
throws SecurityException
SecurityException - if authentication is required and failsCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.