Package | Description |
---|---|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
Modifier and Type | Class and Description |
---|---|
static class |
Security.BlindTrustStore
Blindly trusts all certificates.
|
static class |
Security.ExistingTrustStore
Represents an existing file based
Security.TrustStore . |
static class |
Security.JvmTrustStore
Represents the fact that the JVM truststore should be used to trust remote server certificate.
|
Modifier and Type | Method and Description |
---|---|
static Security.TrustStore |
Security.jceksTrustStore(Path trustStorePath,
Security.PasswordProvider passwordProvider)
References a JCEKS file based
Security.TrustStore . |
static Security.TrustStore |
Security.jceksTrustStore(String trustStorePath,
Security.PasswordProvider passwordProvider)
References a JCEKS file based
Security.TrustStore . |
static Security.TrustStore |
Security.jksTrustStore(Path trustStorePath,
Security.PasswordProvider passwordProvider)
References a JKS file based
Security.TrustStore . |
static Security.TrustStore |
Security.jksTrustStore(String trustStorePath,
Security.PasswordProvider passwordProvider)
References a JKS file based
Security.TrustStore . |
static Security.TrustStore |
Security.pkcs12TrustStore(Path trustStorePath,
Security.PasswordProvider passwordProvider)
References a PKCS#12 file based
Security.TrustStore . |
static Security.TrustStore |
Security.pkcs12TrustStore(String trustStorePath,
Security.PasswordProvider passwordProvider)
References a PKCS#12 file based
Security.TrustStore . |
static Security.TrustStore |
Security.useBlindTrust()
References a
Security.TrustStore which will blindly trust all certificates. |
static Security.TrustStore |
Security.useJvmTrustStore()
References a
Security.TrustStore which will use the JVM truststore. |
Modifier and Type | Method and Description |
---|---|
ReplicationServerSetup.ExistingTopology |
ReplicationServerSetup.ExistingTopology.trustStore(Security.TrustStore trustStore)
Specifies the
Security.TrustStore to use for trusting certificate of the replication server in the topology. |
ProxyServerSetup.ServiceDiscoveryMechanism<T> |
ProxyServerSetup.ServiceDiscoveryMechanism.trustStore(Security.TrustStore trustStore)
Specifies the truststore to use for trusting servers which are part of this
service discovery mechanism.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.