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 classProfile.ParameterValuesProfile.ParameterValuesProviderbase 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 voidProfile. resolveParameterValues(Profile.ExecutionContext context, Profile.SetupConfiguration setupConfig, Profile.ParameterValuesProvider parameterValuesProvider)Resolves this profile parameter values using the provided value provider.
-