Uses of Class
org.forgerock.opendj.setup.model.Profile.Parameter
-
Packages that use Profile.Parameter Package Description org.forgerock.opendj.setup.model Contains code of the opendj setup model. -
-
Uses of Profile.Parameter in org.forgerock.opendj.setup.model
Classes in org.forgerock.opendj.setup.model with type parameters of type Profile.Parameter Modifier and Type Class Description classProfile.Parameter<P extends Profile.Parameter<P,T>,T>Represents parameters that are defined in parameters.groovy and can be used in the profile.groovy script.Subclasses of Profile.Parameter in org.forgerock.opendj.setup.model Modifier and Type Class Description classProfile.DnParameterRepresents a parameter whose value is associated to a bind DN property in server configuration.classProfile.DomainParameterRepresents a parameter whose value is a domain automatically converted into aDN object.classProfile.EnumParameter<T3>Represents a parameter with an enumeration of allowed constants.classProfile.HostPortParameterRepresents a parameter whose value is a remote server host and port.classProfile.NumberParameter<N extends Number>Represents a parameter whose value is a number.classProfile.PasswordParameterRepresents a parameter whose value is a password.classProfile.PathParameterRepresents a parameter which contains aPathvalue.classProfile.StringParameterRepresents a parameter whose value is a string.Methods in org.forgerock.opendj.setup.model that return types with arguments of type Profile.Parameter Modifier and Type Method Description Collection<Profile.Parameter<?,?>>Profile. loadParameterDefinitions()Returns all parameters associated to this profile.Methods in org.forgerock.opendj.setup.model with parameters of type Profile.Parameter Modifier and Type Method Description List<String>Profile.ParameterValues. getValues(Profile.Parameter<?,?> parameter)List<String>Profile.ParameterValuesProvider. getValues(Profile.Parameter<?,?> parameter)Returns the values set for the provided profile parameter.
-