public interface DirHandlerConfMBean
extends org.bedework.util.jmx.ConfBaseMBean
| 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
|
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 |
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
|
void setPathPrefix(String val)
val - StringString getPathPrefix()
void setPrincipalPrefix(String val)
For example "/principals.users" might be a principal prefix handled by "/directory/users"
val - String pathString getPrincipalPrefix()
void setCardPathPrefix(String val)
val - StringString getCardPathPrefix()
void setCardPathPrefixes(String val)
val - StringString getCardPathPrefixes()
void setAddressBook(boolean val)
val - boolean getAddressBook()
void setDirectory(boolean val)
val - boolean getDirectory()
void setClassName(String val)
val - StringString getClassName()
void setOwnerHref(String val)
val - StringString getOwnerHref()
void setCardKind(String val)
val - StringString getCardKind()
Copyright © 2018 Bedework. All rights reserved.