|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectoryManagerBackendFactory
The interface to the backend factory.
| Method Summary | |
|---|---|
DirectoryManagerBackend |
createBackend(java.lang.String sessionTicket)
Creates a new instance of a proper directory manager backend. |
void |
setConfig(org.jdom.Element config)
Sets the backend factory configuration. |
| Method Detail |
|---|
void setConfig(org.jdom.Element config)
createBackend() is used.
config - The backend configuration. See details for the actual backend
implementation used.DirectoryManagerBackend createBackend(java.lang.String sessionTicket)
sessionTicket - The session ticket belonging to instances of
DirectoryManagerBackend. Used when logging.
The actual implementation of
DirectoryManagerBackend may choose to ignore
this value, if logging is not an issue. May be
null or an empty string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||