| | |
| | | import org.opends.server.admin.Configuration; |
| | | import org.opends.server.admin.ManagedObjectDefinition; |
| | | import org.opends.server.admin.server.ConfigurationChangeListener; |
| | | import org.opends.server.admin.TestChildCfgClient; |
| | | import org.opends.server.types.AttributeType; |
| | | import org.opends.server.types.DN; |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * Get the "aggregation-property" property. |
| | | * <p> |
| | | * An aggregation property which references connection handlers. |
| | | * |
| | | * @return Returns the values of the "aggregation-property" property. |
| | | */ |
| | | SortedSet<String> getAggregationProperty(); |
| | | |
| | | |
| | | |
| | | /** |
| | | * Get the "mandatory-boolean-property" property. |
| | | * <p> |
| | | * A mandatory boolean property. |