Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
static Location.WLProxySSL |
Location.WLProxySSL.fromValue(String value) |
Location.WLProxySSL |
Location.getWlProxySSL()
Returns whether the proxy uses SSL
|
static Location.WLProxySSL |
Location.WLProxySSL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Location.WLProxySSL[] |
Location.WLProxySSL.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.setWlProxySSL(Location.WLProxySSL wlProxySSL)
Sets whether proxy uses SSL
|