Uses of Interface
org.forgerock.opendj.setup.model.Profile.ParameterValuesProvider
-
Packages that use Profile.ParameterValuesProvider Package Description org.forgerock.opendj.setup.model Contains code of the opendj setup model. -
-
Uses of Profile.ParameterValuesProvider in org.forgerock.opendj.setup.model
Classes in org.forgerock.opendj.setup.model that implement Profile.ParameterValuesProvider Modifier and Type Class Description static class
Profile.ParameterValues
Profile.ParameterValuesProvider
base implementation which can be used to pass profile parameter values.Methods in org.forgerock.opendj.setup.model with parameters of type Profile.ParameterValuesProvider Modifier and Type Method Description void
Profile. resolveParameterValues(Profile.ExecutionContext context, Profile.SetupConfiguration setupConfig, Profile.ParameterValuesProvider parameterValuesProvider)
Resolves this profile parameter values using the provided value provider.
-