public class DirHandlerConf extends org.bedework.util.jmx.ConfBase<DirHandlerConfig> implements DirHandlerConfMBean
| Constructor and Description |
|---|
DirHandlerConf() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddressBook()
True if this prefix represents an addressbook.
|
String |
getCardKind()
If set defines the default kind in this directory
|
String |
getCardPathPrefix()
Get the cardPathPrefix
|
String |
getCardPathPrefixes()
Get the cardPathPrefixes
|
String |
getClassName()
get the interface implementation
|
DirHandlerConfig |
getConf() |
boolean |
getDirectory()
True if this prefix represents a directory.
|
String |
getOwnerHref()
The href for the owner
|
String |
getPathPrefix()
Get the pathPrefix
|
String |
getPrincipalPrefix()
Get the pathPrefix
|
void |
init(org.bedework.util.config.ConfigurationStore configStore,
DirHandlerConfig cfg,
String serviceName,
String configName) |
String |
loadConfig() |
void |
setAddressBook(boolean val)
True if this prefix represents an addressbook.
|
void |
setCardKind(String val)
If set defines the default kind in this directory
|
void |
setCardPathPrefix(String val)
Set the cardPathPrefix which defines the prefix for principal cards.
|
void |
setCardPathPrefixes(String val)
Set the cardPathPrefixes which defines the prefixes for principal cards based
on an account prefix.
|
void |
setClassName(String val)
Set the interface implementation
|
void |
setDirectory(boolean val)
True if this prefix represents a directory.
|
void |
setOwnerHref(String val)
The href for the owner
|
void |
setPathPrefix(String val)
Set the pathPrefix which defines the paths for which we call this handler.
|
void |
setPrincipalPrefix(String val)
Set the prefix for principals which correspond to cards within
this hierarchy
|
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 void init(org.bedework.util.config.ConfigurationStore configStore,
DirHandlerConfig cfg,
String serviceName,
String configName)
configStore - cfg - serviceName - configName - public String loadConfig()
loadConfig in class org.bedework.util.jmx.ConfBase<DirHandlerConfig>public void setPathPrefix(String val)
DirHandlerConfMBeansetPathPrefix in interface DirHandlerConfMBeanval - Stringpublic String getPathPrefix()
DirHandlerConfMBeangetPathPrefix in interface DirHandlerConfMBeanpublic void setPrincipalPrefix(String val)
DirHandlerConfMBeanFor example "/principals.users" might be a principal prefix handled by "/directory/users"
setPrincipalPrefix in interface DirHandlerConfMBeanval - String pathpublic String getPrincipalPrefix()
DirHandlerConfMBeangetPrincipalPrefix in interface DirHandlerConfMBeanpublic void setCardPathPrefix(String val)
DirHandlerConfMBeansetCardPathPrefix in interface DirHandlerConfMBeanval - Stringpublic String getCardPathPrefix()
DirHandlerConfMBeangetCardPathPrefix in interface DirHandlerConfMBeanpublic void setCardPathPrefixes(String val)
DirHandlerConfMBeansetCardPathPrefixes in interface DirHandlerConfMBeanval - Stringpublic String getCardPathPrefixes()
DirHandlerConfMBeangetCardPathPrefixes in interface DirHandlerConfMBeanpublic void setAddressBook(boolean val)
DirHandlerConfMBeansetAddressBook in interface DirHandlerConfMBeanpublic boolean getAddressBook()
DirHandlerConfMBeangetAddressBook in interface DirHandlerConfMBeanpublic void setDirectory(boolean val)
DirHandlerConfMBeansetDirectory in interface DirHandlerConfMBeanpublic boolean getDirectory()
DirHandlerConfMBeangetDirectory in interface DirHandlerConfMBeanpublic void setClassName(String val)
DirHandlerConfMBeansetClassName in interface DirHandlerConfMBeanval - Stringpublic String getClassName()
DirHandlerConfMBeangetClassName in interface DirHandlerConfMBeanpublic void setOwnerHref(String val)
DirHandlerConfMBeansetOwnerHref in interface DirHandlerConfMBeanval - Stringpublic String getOwnerHref()
DirHandlerConfMBeangetOwnerHref in interface DirHandlerConfMBeanpublic void setCardKind(String val)
DirHandlerConfMBeansetCardKind in interface DirHandlerConfMBeanval - Stringpublic String getCardKind()
DirHandlerConfMBeangetCardKind in interface DirHandlerConfMBeanpublic DirHandlerConfig getConf()
Copyright © 2018 Bedework. All rights reserved.