public class CardDavContext extends org.bedework.util.jmx.ConfBase<CardDAVContextConfig> implements CardDavContextMBean
| Constructor and Description |
|---|
CardDavContext(org.bedework.util.config.ConfigurationStore configStore,
String serviceName,
String configName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressBookHandlerPrefix()
Handler prefix for address books
|
CardDAVContextConfig |
getConf() |
boolean |
getDirectoryBrowsingDisallowed() |
List<String> |
getUserInfo(String cua)
Get info for a user
|
String |
getWebaddrPublicAddrbook() |
String |
getWebaddrServicePropertiesList() |
String |
getWebaddrServiceURI()
get the web address service uri - null for no web address service
|
String |
loadConfig() |
void |
setAddressBookHandlerPrefix(String val)
Handler prefix for address books
|
void |
setDirectoryBrowsingDisallowed(boolean val) |
void |
setWebaddrPublicAddrbook(String val) |
void |
setWebaddrServicePropertiesList(String val)
Set the comma separated list of web addr book searchable properties
|
void |
setWebaddrServiceURI(String val)
Set the web address service uri - null for no web address service
|
createObjectName, getConfig, getConfigInfo, getConfigInfo, getConfigInfo, getConfigName, getConfigPname, getConfigUri, getManagementContext, getPathSuffix, getRegisteredMBeans, getServiceName, getServiceObjectName, getStatus, getStore, isRunning, loadConfig, loadOnlyConfig, makeObject, register, register, saveConfig, setConfigName, setConfigPname, setConfigUri, setPathSuffix, setServiceName, setStatus, setStore, start, stop, unregister, unregisteraudit, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, getAuditLoggerIfEnabled, getErrorLoggerIfEnabled, getLogger, getLogger, getMetricsLoggerIfEnabled, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsLoggerEnabled, metrics, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic String loadConfig()
loadConfig in class org.bedework.util.jmx.ConfBase<CardDAVContextConfig>public void setWebaddrServiceURI(String val)
CardDavContextMBeansetWebaddrServiceURI in interface CardDavContextMBeanval - Stringpublic String getWebaddrServiceURI()
CardDavContextMBeangetWebaddrServiceURI in interface CardDavContextMBeanpublic void setWebaddrServicePropertiesList(String val)
CardDavContextMBeansetWebaddrServicePropertiesList in interface CardDavContextMBeanval - Stringpublic String getWebaddrServicePropertiesList()
getWebaddrServicePropertiesList in interface CardDavContextMBeanpublic void setWebaddrPublicAddrbook(String val)
setWebaddrPublicAddrbook in interface CardDavContextMBeanval - Stringpublic String getWebaddrPublicAddrbook()
getWebaddrPublicAddrbook in interface CardDavContextMBeanpublic void setDirectoryBrowsingDisallowed(boolean val)
setDirectoryBrowsingDisallowed in interface CardDavContextMBeanval - true to disbale browsingpublic boolean getDirectoryBrowsingDisallowed()
getDirectoryBrowsingDisallowed in interface CardDavContextMBeanpublic void setAddressBookHandlerPrefix(String val)
CardDavContextMBeansetAddressBookHandlerPrefix in interface CardDavContextMBeanval - Stringpublic String getAddressBookHandlerPrefix()
CardDavContextMBeangetAddressBookHandlerPrefix in interface CardDavContextMBeanpublic List<String> getUserInfo(String cua)
CardDavContextMBeangetUserInfo in interface CardDavContextMBeancua - user addresspublic CardDAVContextConfig getConf()
Copyright © 2018 Bedework. All rights reserved.