Class SSLConfigurator

java.lang.Object
org.glassfish.grizzly.ssl.SSLEngineConfigurator
org.glassfish.grizzly.config.SSLConfigurator
All Implemented Interfaces:
org.glassfish.grizzly.ssl.SSLEngineFactory

public class SSLConfigurator extends org.glassfish.grizzly.ssl.SSLEngineConfigurator
Author:
oleksiys
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final jakarta.inject.Provider<SSLImplementation>
     

    Fields inherited from class org.glassfish.grizzly.ssl.SSLEngineConfigurator

    clientMode, enabledCipherSuites, enabledProtocols, needClientAuth, sslContext, sslContextConfiguration, wantClientAuth
  • Constructor Summary

    Constructors
    Constructor
    Description
    SSLConfigurator(org.glassfish.hk2.api.ServiceLocator habitat, Ssl ssl)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected SSLContext
    Configures the SSL properties on the given PECoyoteConnector from the SSL config of the given HTTP listener.
    Return the SSLImplementation
    protected SSLContext
     
    boolean
     
    protected void
     

    Methods inherited from class org.glassfish.grizzly.ssl.SSLEngineConfigurator

    configure, copy, createSSLEngine, createSSLEngine, getEnabledCipherSuites, getEnabledProtocols, getSslContext, isCipherConfigured, isClientMode, isNeedClientAuth, isProtocolConfigured, isWantClientAuth, setCipherConfigured, setClientMode, setEnabledCipherSuites, setEnabledProtocols, setNeedClientAuth, setProtocolConfigured, setWantClientAuth, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • sslImplementation

      protected final jakarta.inject.Provider<SSLImplementation> sslImplementation
  • Constructor Details

    • SSLConfigurator

      public SSLConfigurator(org.glassfish.hk2.api.ServiceLocator habitat, Ssl ssl)
  • Method Details

    • getSslImplementation

      public SSLImplementation getSslImplementation()
      Return the SSLImplementation
    • configureSSL

      protected SSLContext configureSSL()
      Configures the SSL properties on the given PECoyoteConnector from the SSL config of the given HTTP listener.
    • initializeSSLContext

      protected SSLContext initializeSSLContext()
    • logEmptyWarning

      protected void logEmptyWarning(Ssl ssl, String msg)
    • isAllowLazyInit

      public boolean isAllowLazyInit()