Uses of Class
org.forgerock.opendj.security.DeploymentId
-
Packages that use DeploymentId Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStoreservice.org.forgerock.opendj.server.embedded Provides support for an embedded directory server.org.forgerock.opendj.setup.model Contains code of the opendj setup model. -
-
Uses of DeploymentId in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return DeploymentId Modifier and Type Method Description static DeploymentIdDeploymentId. generateDeploymentId(char[] password)Generates a new deployment ID whose root CA certificate will be valid from now for ten years.static DeploymentIdDeploymentId. generateDeploymentId(char[] password, Instant notBefore, Duration validity)Generates a new deployment ID whose root CA certificate will be valid fromnotBeforefor the provided duration rounded down to days.static DeploymentIdDeploymentId. valueOf(String deploymentId, char[] password)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 DeploymentId Modifier and Type Method Description ConfigParametersConfigParameters. deploymentId(DeploymentId deploymentId)Specifies theDeploymentIdwhich 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 DeploymentId Modifier and Type Method Description DeploymentIdSetup. getDeploymentId()Returns the deployment ID which will be used for securing the deployment.Methods in org.forgerock.opendj.setup.model with parameters of type DeploymentId Modifier and Type Method Description SetupSetup. deploymentId(DeploymentId deploymentId)Specifies theDeploymentIdwhich should be used for securing the deployment.
-