Package | Description |
---|---|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
Modifier and Type | Field and Description |
---|---|
static Profile.ParameterType<Boolean> |
Profile.ParameterType.BOOLEAN
Represents the boolean parameter type.
|
static Profile.ParameterType<Dn> |
Profile.ParameterType.DOMAIN
Represents the domain parameter type.
|
static Profile.ParameterType<String> |
Profile.ParameterType.PASSWORD
Represents the password parameter type.
|
Modifier and Type | Method and Description |
---|---|
Profile.ParameterType<T> |
Profile.Parameter.getType()
Returns this profile parameter type.
|
static <T2> Profile.ParameterType<T2> |
Profile.ParameterType.of(String name,
Function<String,T2,com.forgerock.opendj.cli.ArgumentException> parse)
Creates and returns a new parameter type object associated to provided class.
|
Modifier and Type | Method and Description |
---|---|
<T> Profile.Parameter<T> |
Profile.ParameterFactory.customParameter(Profile.ParameterType<T> type,
String variableName)
Creates and returns a new parameter of the provided type.
|
Copyright 2010-2022 ForgeRock AS.