Uses of Interface
org.glassfish.grizzly.config.dom.Ssl
-
-
Uses of Ssl in com.sun.enterprise.admin.commands
Methods in com.sun.enterprise.admin.commands with parameters of type Ssl Modifier and Type Method Description voidCreateSsl. populateSslElement(Ssl newSsl) -
Uses of Ssl in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return Ssl Modifier and Type Method Description SslJmxConnector. getSsl()Gets the value of the ssl property.SslSslClientConfig. getSsl()Gets the value of the ssl property.Methods in com.sun.enterprise.config.serverbeans with parameters of type Ssl Modifier and Type Method Description voidJmxConnector. setSsl(Ssl value)Sets the value of the ssl property.voidSslClientConfig. setSsl(Ssl value)Sets the value of the ssl property. -
Uses of Ssl in com.sun.enterprise.web.connector.coyote
Methods in com.sun.enterprise.web.connector.coyote with parameters of type Ssl Modifier and Type Method Description voidPECoyoteConnector. configHttpProperties(Http http, Transport transport, Ssl ssl) -
Uses of Ssl in org.glassfish.admin.mbeanserver
Methods in org.glassfish.admin.mbeanserver with parameters of type Ssl Modifier and Type Method Description protected voidJMXSslConfigHolder. logEmptyWarning(Ssl ssl, String msg)Constructors in org.glassfish.admin.mbeanserver with parameters of type Ssl Constructor Description JMXSslConfigHolder(org.glassfish.hk2.api.ServiceLocator habitat, Ssl ssl) -
Uses of Ssl in org.glassfish.admin.mbeanserver.ssl
Constructors in org.glassfish.admin.mbeanserver.ssl with parameters of type Ssl Constructor Description SecureRMIServerSocketFactory(org.glassfish.hk2.api.ServiceLocator habitat, Ssl sslConfig, InetAddress addr) -
Uses of Ssl in org.glassfish.grizzly.config
Methods in org.glassfish.grizzly.config with parameters of type Ssl Modifier and Type Method Description voidHSTSFilter. configure(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, Ssl configuration)protected org.glassfish.grizzly.filterchain.FilterGenericGrizzlyListener. configureHSTSSupport(org.glassfish.hk2.api.ServiceLocator habitat, Ssl ssl, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder)protected static org.glassfish.grizzly.filterchain.FilterGenericGrizzlyListener. configureSsl(org.glassfish.hk2.api.ServiceLocator habitat, Ssl ssl, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder)protected voidSSLConfigurator. logEmptyWarning(Ssl ssl, String msg)Constructors in org.glassfish.grizzly.config with parameters of type Ssl Constructor Description SSLConfigurator(org.glassfish.hk2.api.ServiceLocator habitat, Ssl ssl) -
Uses of Ssl in org.glassfish.grizzly.config.dom
Methods in org.glassfish.grizzly.config.dom that return Ssl Modifier and Type Method Description SslProtocol. getSsl()Protocol security (ssl) configuration.Methods in org.glassfish.grizzly.config.dom with parameters of type Ssl Modifier and Type Method Description voidProtocol. setSsl(Ssl value) -
Uses of Ssl in org.glassfish.orb.admin.config
Methods in org.glassfish.orb.admin.config that return Ssl Modifier and Type Method Description SslIiopListener. getSsl()Gets the value of the ssl property.Methods in org.glassfish.orb.admin.config with parameters of type Ssl Modifier and Type Method Description voidIiopListener. setSsl(Ssl value)Sets the value of the ssl property.
-