Package | Description |
---|---|
org.forgerock.opendj.config |
Common administration classes.
|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
Modifier and Type | Method and Description |
---|---|
T |
ValueOrExpression.getValueOrThrowIfExpression()
Returns the value or throws if no value is available.
|
static <T extends Comparable<T>> |
Expressions.getValuesOrThrowIfExpression(Collection<ValueOrExpression<T>> wrappedValues)
Returns a sorted set containing values from the provided collection of wrapped values.
|
static <T> SortedSet<T> |
Expressions.getValuesOrThrowIfExpression(Collection<ValueOrExpression<T>> wrappedValues,
Comparator<T> comparator)
Returns a sorted set containing values from the provided collection of wrapped values.
|
Modifier and Type | Method and Description |
---|---|
static SortedSet<Dn> |
BackendCreationHelper.getBaseDn(BackendCfgClient backendCfgClient)
Gets the base DNs from the provided backend configuration.
|
Copyright 2010-2018 ForgeRock AS.