Uses of Class
org.forgerock.opendj.setup.model.Profile.Parameter
Packages that use Profile.Parameter
-
Uses of Profile.Parameter in org.forgerock.opendj.setup.model
Classes in org.forgerock.opendj.setup.model with type parameters of type Profile.ParameterModifier and TypeClassDescriptionclassProfile.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.modelModifier and TypeClassDescriptionfinal classRepresents a parameter whose value is associated to a bind DN property in server configuration.final classRepresents a parameter whose value is a domain automatically converted into aDN object.final classRepresents a parameter with an enumeration of allowed constants.final classRepresents a parameter whose value is a remote server host and port.final classProfile.NumberParameter<N extends Number>Represents a parameter whose value is a number.final classRepresents a parameter whose value is a password.final classRepresents a parameter which contains aPathvalue.final classRepresents a parameter whose value is a string.Methods in org.forgerock.opendj.setup.model that return types with arguments of type Profile.ParameterModifier and TypeMethodDescriptionCollection<Profile.Parameter<?,?>> Profile.loadParameterDefinitions()Returns all parameters associated to this profile.Methods in org.forgerock.opendj.setup.model with parameters of type Profile.ParameterModifier and TypeMethodDescriptionProfile.ParameterValues.getValues(Profile.Parameter<?, ?> parameter) Profile.ParameterValuesProvider.getValues(Profile.Parameter<?, ?> parameter) Returns the values set for the provided profile parameter.