public class SSLConfigurator
extends org.glassfish.grizzly.ssl.SSLEngineConfigurator
Modifier and Type | Field and Description |
---|---|
protected javax.inject.Provider<SSLImplementation> |
sslImplementation |
Constructor and Description |
---|
SSLConfigurator(org.glassfish.hk2.api.ServiceLocator habitat,
Ssl ssl) |
Modifier and Type | Method and Description |
---|---|
protected SSLContext |
configureSSL()
Configures the SSL properties on the given PECoyoteConnector from the SSL config of the given HTTP listener.
|
SSLImplementation |
getSslImplementation()
Return the
SSLImplementation |
protected SSLContext |
initializeSSLContext() |
boolean |
isAllowLazyInit() |
protected void |
logEmptyWarning(Ssl ssl,
String msg) |
void |
setSNICertAlias(String alias)
Set the cert override
|
configure, copy, createSSLEngine, createSSLEngine, getEnabledCipherSuites, getEnabledProtocols, getSslContext, isCipherConfigured, isClientMode, isNeedClientAuth, isProtocolConfigured, isWantClientAuth, setCipherConfigured, setClientMode, setEnabledCipherSuites, setEnabledProtocols, setNeedClientAuth, setProtocolConfigured, setWantClientAuth, toString
protected final javax.inject.Provider<SSLImplementation> sslImplementation
public SSLConfigurator(org.glassfish.hk2.api.ServiceLocator habitat, Ssl ssl)
public SSLImplementation getSslImplementation()
SSLImplementation
public void setSNICertAlias(String alias)
protected SSLContext configureSSL()
protected SSLContext initializeSSLContext()
public boolean isAllowLazyInit()
Copyright © 2018. All rights reserved.