@Bean(name="rootSslContextContainer", parent=Kernel.class, active=true, exportable=true) public static class SSLContextContainer.Root extends SSLContextContainer implements Initializable, UnregisterAware
SSLContextContainer.Root
SSLContextContainerAbstract.SSLHolder
eventBus, sslContexts
ALLOW_INVALID_CERTS_KEY, ALLOW_INVALID_CERTS_VAL, ALLOW_SELF_SIGNED_CERTS_KEY, ALLOW_SELF_SIGNED_CERTS_VAL, CERT_ALIAS_KEY, CERT_SAVE_TO_DISK_KEY, DEFAULT_DOMAIN_CERT_KEY, DEFAULT_DOMAIN_CERT_VAL, JKS_KEYSTORE_FILE_KEY, JKS_KEYSTORE_FILE_VAL, JKS_KEYSTORE_PWD_KEY, JKS_KEYSTORE_PWD_VAL, PEM_CERTIFICATE_KEY, SERVER_CERTS_LOCATION_KEY, SERVER_CERTS_LOCATION_VAL, SSL_CONTAINER_CLASS_KEY, SSL_CONTAINER_CLASS_VAL, TRUSTED_CERTS_DIR_KEY, TRUSTED_CERTS_DIR_VAL, TRUSTSTORE_FILE_KEY, TRUSTSTORE_FILE_VAL, TRUSTSTORE_PWD_KEY, TRUSTSTORE_PWD_VAL
Constructor and Description |
---|
Root() |
Modifier and Type | Method and Description |
---|---|
void |
beforeUnregister()
Method called before bean unregister.
|
void |
initialize()
Method will be called, when bean will be created, configured and ready to use.
|
void |
setParent(SSLContextContainerIfc parent) |
createIoInterface, getEnabledCiphers, getEnabledProtocols, getSSLContext, getTrustStore, setEnabledCiphers, setEnabledProtocols, setHardenedMode, setTlsJdkNssBugWorkaround, start, stop
addCertificates, createCertificate, createContextHolder, find, getDefCertAlias, getKeyManagers, getSSLContext, getTrustManagers
public void beforeUnregister()
UnregisterAware
beforeUnregister
in interface UnregisterAware
public void initialize()
Initializable
initialize
in interface Initializable
public void setParent(SSLContextContainerIfc parent)
setParent
in class SSLContextContainer
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.