Uses of Class
org.forgerock.opendj.setup.model.Profile.ExecutionContext
-
Packages that use Profile.ExecutionContext Package Description org.forgerock.opendj.setup.model Contains code of the opendj setup model. -
-
Uses of Profile.ExecutionContext in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return Profile.ExecutionContext Modifier and Type Method Description static Profile.ExecutionContext
Profile.ExecutionContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static Profile.ExecutionContext[]
Profile.ExecutionContext. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.setup.model with parameters of type Profile.ExecutionContext 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.
-