Uses of Class
org.forgerock.opendj.security.DeploymentKey
-
Packages that use DeploymentKey Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service.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 DeploymentKey in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return DeploymentKey Modifier and Type Method Description static DeploymentKey
DeploymentKey. generateDeploymentKey(char[] password)
Generates a new deployment key whose root CA certificate will be valid from now for ten years.static DeploymentKey
DeploymentKey. generateDeploymentKey(char[] password, Instant notBefore, Duration validity)
Generates a new deployment key whose root CA certificate will be valid fromnotBefore
for the provided duration rounded down to days.static DeploymentKey
DeploymentKey. valueOf(String deploymentKey, char[] password)
Parses the provided deployment key and creates the associated root CA key-pair. -
Uses of DeploymentKey in org.forgerock.opendj.server.embedded
Methods in org.forgerock.opendj.server.embedded with parameters of type DeploymentKey Modifier and Type Method Description ConfigParameters
ConfigParameters. deploymentKey(DeploymentKey deploymentKey)
Specifies theDeploymentKey
which should be used for securing the deployment of the directory server. -
Uses of DeploymentKey in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return DeploymentKey Modifier and Type Method Description DeploymentKey
Setup. getDeploymentKey()
Returns the deployment key which will be used for securing the deployment.Methods in org.forgerock.opendj.setup.model with parameters of type DeploymentKey Modifier and Type Method Description Setup
Setup. deploymentKey(DeploymentKey deploymentKey)
Specifies theDeploymentKey
which should be used for securing the deployment.
-