| Package | Description |
|---|---|
| io.apiman.gateway.platforms.servlet.connectors | |
| io.apiman.gateway.platforms.servlet.connectors.ssl |
| Modifier and Type | Method and Description |
|---|---|
protected SSLSessionStrategy |
HttpConnectorFactory.getSslStrategy(io.apiman.gateway.engine.auth.RequiredAuthType authType) |
| Constructor and Description |
|---|
HttpServiceConnection(io.apiman.gateway.engine.beans.ServiceRequest request,
io.apiman.gateway.engine.beans.Service service,
io.apiman.gateway.engine.auth.RequiredAuthType requiredAuthType,
SSLSessionStrategy sslStrategy,
io.apiman.gateway.engine.async.IAsyncResultHandler<io.apiman.gateway.engine.IServiceConnectionResponse> handler)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SSLSessionStrategy |
SSLSessionStrategyFactory.build(String trustStore,
String trustStorePassword,
String keyStore,
String keyStorePassword,
String[] keyAliases,
String keyPassword,
String[] allowedProtocols,
String[] allowedCiphers,
boolean allowAnyHostname,
boolean trustSelfSigned)
Build an
SSLSessionStrategy. |
static SSLSessionStrategy |
SSLSessionStrategyFactory.buildMutual(io.apiman.common.config.options.TLSOptions optionsMap)
Convenience function parses map of options to generate
SSLSessionStrategy. |
static SSLSessionStrategy |
SSLSessionStrategyFactory.buildStandard(io.apiman.common.config.options.TLSOptions optionsMap)
Convenience function parses map of options to generate
SSLSessionStrategy. |
static SSLSessionStrategy |
SSLSessionStrategyFactory.buildUnsafe()
Do not use in production
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.