Package org.forgerock.opendj.setup.model
Contains code of the opendj setup model.
-
Interface Summary Interface Description Profile.ParameterValuesProvider Interface used by the setup model to retrieve profile parameter values.Profile.ParameterVisitor<R,P,E extends Exception> A visitor ofparameters
, in the style of the visitor design pattern.Profile.SetupConfiguration Represents the configuration of the setup associated to this profile.SetupConsole Can be used to consume messages issued bySetup
process. -
Class Summary Class Description Installation Class to be used by client tools to retrieve install and instance paths.LicenseFile Represents information about the license file.Profile Represents a setup profile.Profile.EnumConstant<T3> Represents a constant defined in anenumeration parameter
.Profile.ParameterValues Profile.ParameterValuesProvider
base implementation which can be used to pass profile parameter values.Security Utility class to create secure peer to peer communications settings in a newly set up OpenDJ instance.Security.ExistingKeyStore Abstract class which represents an existing keystore to use to setup a server instance.Security.KeyStoreModel Represents keystore data which will be used to secure the server instance to setup.Security.PasswordProvider Represents a strategy to retrieve an existing password.Security.TrustStoreModel Represents a truststore to trust remote server certificates.Setup Class used to install a new OpenDJ server instance.SetupConstants Class which defines constants used to setup and opendj server instance.SetupUtils Utility methods used by theSetup
class.TempLogFile This class represents a temporary log file which should be usually deleted if linked operation succeeded. -
Enum Summary Enum Description Profile.ExecutionContext Represents when a profileruns
. -
Exception Summary Exception Description SetupException Exception which may be thrown by theSetup
model.