| | |
| | | * The DN of the entry that will hold the configuration for the Directory |
| | | * Server entry cache. |
| | | */ |
| | | public static final String DN_ENTRY_CACHE_CONFIG = |
| | | "cn=Entry Cache," + DN_CONFIG_ROOT; |
| | | public static final String DN_ENTRY_CACHE_BASE = |
| | | "cn=Entry Caches," + DN_CONFIG_ROOT; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * The DN of the entry that will serve as the entry cache monitor provider |
| | | * configuration for all Directory Server entry cache monitors. |
| | | */ |
| | | public static final String DN_ENTRY_CACHE_MONITOR_CONFIG = |
| | | "cn=Entry Caches," + DN_MONITOR_CONFIG_BASE; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The DN of the entry that will serve as the base for all Directory Server |
| | | * monitor information. |
| | | */ |