Class DirHandlerConf

    • Field Summary

      • Fields inherited from class org.bedework.util.jmx.ConfBase

        cfg, statusDone, statusFailed, statusInterrupted, statusRunning, statusStopped, statusTimedout, statusUnknown
    • Constructor Summary

      Constructors 
      Constructor Description
      DirHandlerConf()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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
      • Methods inherited from class org.bedework.util.jmx.ConfBase

        createObjectName, getConfig, getConfigInfo, getConfigInfo, getConfigInfo, getConfigName, getConfigPname, getConfigUri, getLogger, getManagementContext, getPathSuffix, getRegisteredMBeans, getServiceName, getServiceObjectName, getStatus, getStore, isRunning, loadConfig, loadOnlyConfig, makeObject, register, register, saveConfig, setConfigName, setConfigPname, setConfigUri, setPathSuffix, setServiceName, setStatus, setStore, start, stop, unregister, unregister
      • Methods inherited from interface org.bedework.util.jmx.BaseMBean

        getServiceName, isRunning, start, stop
      • Methods inherited from interface org.bedework.util.jmx.ConfBaseMBean

        getConfigName, getStatus, saveConfig, setConfigName, setStatus
      • Methods inherited from interface org.bedework.util.logging.Logged

        audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, setLogLevel, trace, trace, warn