Uses of Class
org.forgerock.opendj.security.DeploymentId
Packages that use DeploymentId
Package
Description
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.Provides support for an embedded directory server.
Contains code of the opendj setup model.
-
Uses of DeploymentId in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return DeploymentIdModifier and TypeMethodDescriptionstatic DeploymentId
DeploymentId.generateDeploymentId
(char[] password) Generates a new deployment ID whose root CA certificate will be valid from now for ten years.static DeploymentId
DeploymentId.generateDeploymentId
(char[] password, Instant notBefore, Duration validity) Generates a new deployment ID whose root CA certificate will be valid fromnotBefore
for the provided duration rounded down to days.static DeploymentId
DeploymentId.valueOf
(String deploymentId, char[] password, Consumer<LocalizableMessage> warningHandler) Parses the provided deployment ID and creates the associated root CA key-pair. -
Uses of DeploymentId in org.forgerock.opendj.server.embedded
Methods in org.forgerock.opendj.server.embedded with parameters of type DeploymentIdModifier and TypeMethodDescriptionConfigParameters.deploymentId
(DeploymentId deploymentId) Specifies theDeploymentId
which should be used for securing the deployment of the directory server. -
Uses of DeploymentId in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return DeploymentIdModifier and TypeMethodDescriptionSetup.getDeploymentId()
Returns the deployment ID which will be used for securing the deployment.Methods in org.forgerock.opendj.setup.model with parameters of type DeploymentIdModifier and TypeMethodDescriptionSetup.deploymentId
(DeploymentId deploymentId) Specifies theDeploymentId
which should be used for securing the deployment.