Package | Description |
---|---|
org.opends.quicksetup |
Defines the main classes that are you used by both the QuickSetup utilities:
the installer.
|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
Modifier and Type | Method and Description |
---|---|
SecurityOptions.CertificateType |
SecurityOptions.getCertificateType()
Returns the CertificateType for this instance.
|
static SecurityOptions.CertificateType |
SecurityOptions.CertificateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityOptions.CertificateType[] |
SecurityOptions.CertificateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SecurityOptions |
SecurityOptions.createOptionsForCertificatType(SecurityOptions.CertificateType certType,
String keystorePath,
String keystorePwd,
boolean enableSSL,
boolean enableStartTLS,
int sslPort,
String aliasToUse)
Creates a new instance of a SecurityOptions using the provided type Key
Store.
|
Modifier and Type | Method and Description |
---|---|
static void |
InstallDS.checkCertificateInKeystore(SecurityOptions.CertificateType type,
String path,
String pwd,
String certNickname,
Collection<LocalizableMessage> errorMessages,
Collection<String> nicknameList)
Checks that the provided parameters are valid to access an existing key
store.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.