Package | Description |
---|---|
com.genesyslab.platform.apptemplate.configuration |
Provides helper classes that read application options and other data from Configuration Server,
converts it to corresponding Platform SDK objects and makes it easier to set up connections
to backend servers and other applications.
|
com.genesyslab.platform.commons.connection.tls |
Provides classes to support and configure TLS connections.
|
Modifier and Type | Class | Description |
---|---|---|
class |
GConfigPropertyReader |
Property reader that extracts option values from configuration objects.
|
class |
GConfigTlsPropertyReader |
Property reader that extracts TLS-related option values from configuration objects.
|
Modifier and Type | Class | Description |
---|---|---|
class |
KVListPropertyReader |
Implementation of
PropertyReader that extracts options from
KVList instances. |
class |
MapPropertyReader |
Implementation of
PropertyReader that extracts options from
Map instances. |
class |
PropertiesReader |
Implementation of
PropertyReader that extracts options from
Properties instances. |
class |
TransportParamsPropertyReader |
Implementation of
PropertyReader that extracts options from
String containing Transport Parameters received from Configuration Server. |
Modifier and Type | Method | Description |
---|---|---|
void |
TLSConfigurator.configure(TLSConfiguration cfg,
java.net.URI endpoint,
PropertyReader securityParams) |
Complete TLS configuration.
|
static TLSConfiguration |
TLSConfigurationParser.parseTlsConfiguration(PropertyReader prop,
boolean clientMode) |
Creates a new instance of
TLSConfiguration , searches source of configuration information represented
by PropertyReader instance for TLS-related options, fills TLSConfiguration instance fields and
returns it. |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.