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 TypeClassDescriptionclass
Profile.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 class
Represents a parameter whose value is associated to a bind DN property in server configuration.final class
Represents a parameter whose value is a domain automatically converted into aDN object
.final class
Represents a parameter with an enumeration of allowed constants.final class
Represents a parameter whose value is a remote server host and port.final class
Profile.NumberParameter<N extends Number>
Represents a parameter whose value is a number.final class
Represents a parameter whose value is a password.final class
Represents a parameter which contains aPath
value.final class
Represents 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.