Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
static Location.WLProxySSLPassThrough |
Location.WLProxySSLPassThrough.fromValue(String value) |
Location.WLProxySSLPassThrough |
Location.getWlProxySSLPassThrough()
Returns whether SSL passthrough is enabled
|
static Location.WLProxySSLPassThrough |
Location.WLProxySSLPassThrough.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Location.WLProxySSLPassThrough[] |
Location.WLProxySSLPassThrough.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.setWlProxySSLPassThrough(Location.WLProxySSLPassThrough wlProxySSLPassThrough)
Set SSL passthrough
|