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 class
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.model Modifier and Type Class Description class
Profile.DnParameter
Represents a parameter whose value is associated to a bind DN property in server configuration.class
Profile.DomainParameter
Represents a parameter whose value is a domain automatically converted into aDN object
.class
Profile.EnumParameter<T3>
Represents a parameter with an enumeration of allowed constants.class
Profile.HostPortParameter
Represents a parameter whose value is a remote server host and port.class
Profile.NumberParameter<N extends Number>
Represents a parameter whose value is a number.class
Profile.PasswordParameter
Represents a parameter whose value is a password.class
Profile.PathParameter
Represents a parameter which contains aPath
value.class
Profile.StringParameter
Represents 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.
-