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.-
Uses of DeploymentId in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return DeploymentIdModifier and TypeMethodDescriptionstatic 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, Consumer<LocalizableMessage> warningHandler) Parses the provided deployment ID and creates the associated root CA key-pair.