ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface NetworkAccessPointMBean extends ConfigurationMBean
A server can specify additional network connections by using a NetworkAccessPointMBean. The NetworkAccessPointMBean is also used to set the listen address and external DNS name that a server uses for a particular channel.
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
int |
getAcceptBacklog() |
The number of backlogged, new TCP connection requests that this
network channel allows.
|
java.lang.String |
getAllowListViolationAction() |
Get the value of AllowListViolationAction attribute used with JEP 290 filtering.
|
int |
getChannelWeight() |
A weight to give this channel when creating server-to-server
connections.
|
java.lang.String[] |
getCiphersuites() |
Indicates the cipher suites being used on a particular WebLogic
Server channel.
|
java.lang.String |
getClusterAddress() |
The address this network channel uses to generate EJB handles
and failover addresses for use in a cluster.
|
int |
getCompleteMessageTimeout() |
The maximum amount of time this network channel waits for a
complete message to be received.
|
int |
getConnectTimeout() |
The amount of time that this network channel should wait to
establish an outbound socket connection before timing out.
|
java.lang.String |
getCustomIdentityKeyStoreFileName() |
The source of the identity keystore.
|
java.lang.String |
getCustomIdentityKeyStorePassPhrase() |
The encrypted custom identity keystore's passphrase.
|
byte[] |
getCustomIdentityKeyStorePassPhraseEncrypted() |
Returns encrypted pass phrase defined when creating the keystore.
|
java.lang.String |
getCustomIdentityKeyStoreType() |
The type of the keystore.
|
java.lang.String |
getCustomPrivateKeyAlias() |
The string alias used to store and retrieve the channel's
private key in the keystore.
|
java.lang.String |
getCustomPrivateKeyPassPhrase() |
The passphrase used to retrieve the server's private key from
the keystore.
|
byte[] |
getCustomPrivateKeyPassPhraseEncrypted() |
The encrypted form of passphrase used to retrieve
the server's private key from the keystore.
|
java.lang.String[] |
getExcludedCiphersuites() |
List of cipher suites not to be used by WebLogic Server.
|
java.lang.String |
getHostnameVerifier() |
The name of the class that implements the
weblogic.security.SSL.HostnameVerifier interface. |
int |
getIdleConnectionTimeout() |
The maximum amount of time (in seconds) that a connection is
allowed to be idle before it is closed by this network channel.
|
java.lang.String |
getInboundCertificateValidation() |
Indicates the client certificate validation rules for inbound
SSL.
|
java.lang.String |
getListenAddress() |
The IP address or DNS name this network channel uses to listen
for incoming connections.
|
int |
getListenPort() |
The default TCP port this network channel uses to listen for
regular (non-SSL) incoming connections.
|
int |
getLoginTimeoutMillis() |
The amount of time that this network channel should wait for a
connection before timing out.
|
int |
getMaxBackoffBetweenFailures() |
The maximum back off time between failures while accepting
client connections.
|
int |
getMaxConnectedClients() |
The maximum number of clients that can be connected on this
network channel.
|
int |
getMaxMessageSize() |
The maximum message size allowable in a message header.
|
java.lang.String |
getMinimumTLSProtocolVersion() |
Get the minimum SSL/TLS protocol version to be used in a network channel.
|
java.lang.String |
getName() |
The name of this network channel.
|
java.lang.String |
getOutboundCertificateValidation() |
Indicates the server certificate validation rules for outbound
SSL.
|
java.lang.String |
getOutboundPrivateKeyAlias() |
The string alias used to store and retrieve the outbound
private key in the keystore.
|
java.lang.String |
getOutboundPrivateKeyPassPhrase() |
The passphrase used to retrieve the outbound private key from
the keystore.
|
java.lang.String |
getPrivateKeyAlias() |
The string alias used to store and retrieve the channel's
private key in the keystore.
|
java.lang.String |
getPrivateKeyPassPhrase() |
The passphrase used to retrieve the server's private key from
the keystore.
|
java.lang.String |
getProtocol() |
The protocol this network channel should use for
connections.
|
java.lang.String |
getProxyAddress() |
The IP address or DNS name of the HTTP proxy to use for
outbound connections on this channel.
|
int |
getProxyPort() |
The port of the HTTP proxy to use for outbound connections
on this channel.
|
java.lang.String |
getPublicAddress() |
The IP address or DNS name representing the external identity of
this network channel.
|
int |
getPublicPort() |
The externally published listen port for this network channel.
|
boolean |
getResolveDNSName() |
Resolve the listen address to use for all T3 communication
|
boolean |
getTimeoutConnectionWithPendingResponses() |
Determines if connections with pending responses are allowed
to timeout.
|
int |
getTunnelingClientPingSecs() |
The interval (in seconds) at which this network channel should
ping an HTTP-tunneled client to see if its still alive.
|
int |
getTunnelingClientTimeoutSecs() |
The amount of time (in seconds) after which this network channel
considers a missing HTTP-tunneled client to be dead.
|
boolean |
getUseFastSerialization() |
Specifies whether to use non-standard object serialization for
performance.
|
boolean |
isAllowUnencryptedNullCipher() |
Test if the AllowUnEncryptedNullCipher is enabled
|
boolean |
isChannelIdentityCustomized() |
Whether or not the channel's custom identity should be used.
|
boolean |
isClientCertificateEnforced() |
Specifies whether clients must present digital certificates from
a trusted certificate authority to WebLogic Server on this
channel.
|
boolean |
isClientInitSecureRenegotiationAccepted() |
Deprecated.
14.1.2.0.0 We recommend you use the JDK RFC 5746: TLS Renegotiation Extension instead
|
boolean |
isEnabled() |
Specifies whether this channel should be started.
|
boolean |
isHostnameVerificationIgnored() |
Specifies whether to ignore the installed implementation of the
weblogic.security.SSL.HostnameVerifier interface (when
this server is acting as a client to another application
server). |
boolean |
isHttpEnabledForThisProtocol() |
Specifies whether HTTP traffic should be allowed over this
network channel.
|
boolean |
isOutboundEnabled() |
Specifies whether new server-to-server connections may
consider this network channel when initiating a
connection.
|
boolean |
isOutboundPrivateKeyEnabled() |
Specifies whether the identity specified by
getCustomPrivateKeyAlias()
should be used for outbound SSL connections on this channel. |
boolean |
isSDPEnabled() |
Deprecated.
14.1.1.0.0
|
boolean |
isServerCipherSuitesOrderEnabled() |
Indicates whether to honor the server cipher suites preference.
|
boolean |
isSSLv2HelloEnabled() |
Indicate whether SSLv2Hello is enabled in a network channel.
|
boolean |
isTunnelingEnabled() |
Specifies whether tunneling via HTTP should be enabled for this
network channel.
|
boolean |
isTwoWaySSLEnabled() |
Specifies whether this network channel uses two way SSL.
|
void |
setAcceptBacklog(int count) |
Sets the value of the AcceptBacklog attribute.
|
void |
setAllowUnencryptedNullCipher(boolean enable) |
When a SSL server and a SSL client try to negotiate a commonly supported Cipher,
there is a chance that they may end up with nothing in common.
|
void |
setChannelIdentityCustomized(boolean val) |
Sets the value of the ChannelIdentityCustomized attribute.
|
void |
setChannelWeight(int weight) |
Sets the value of the ChannelWeight attribute.
|
void |
setCiphersuites(java.lang.String[] ciphers) |
Sets the value of the Ciphersuites attribute.
|
void |
setClientCertificateEnforced(boolean enforce) |
Sets the value of the ClientCertificateEnabled attribute.
|
void |
setClusterAddress(java.lang.String address) |
Sets the value of the ClusterAddress attribute.
|
void |
setCompleteCOMMessageTimeout(int seconds) |
Sets the value of the CompleteCOMMessageTimeout attribute.
|
void |
setCompleteHTTPMessageTimeout(int seconds) |
Sets the value of the CompleteHTTPMessageTimeout attribute.
|
void |
setCompleteIIOPMessageTimeout(int seconds) |
Sets the value of the CompleteIIOPMessageTimeout attribute.
|
void |
setCompleteMessageTimeout(int seconds) |
Sets the value of the CompleteMessageTimeout attribute.
|
void |
setCompleteT3MessageTimeout(int seconds) |
Sets the value of the CompleteT3MessageTimeout attribute.
|
void |
setConnectTimeout(int timeout) |
Sets the value of the ConnectTimeout attribute.
|
void |
setCustomIdentityKeyStoreFileName(java.lang.String fileName) |
Sets the value of the CustomIdentityKeyStoreFileName
attribute.
|
void |
setCustomIdentityKeyStorePassPhrase(java.lang.String passPhrase) |
Sets the value of the CustomIdentityKeyStorePassPhrase
attribute.
|
void |
setCustomIdentityKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted) |
Sets the encrypted value of the CustomIdentityKeyStorePassPhrase
attribute.
|
void |
setCustomIdentityKeyStoreType(java.lang.String type) |
Sets the value of the CustomIdentityKeyStoreType attribute.
|
void |
setCustomPrivateKeyAlias(java.lang.String alias) |
Sets the value of the PrivateKeyAlias attribute.
|
void |
setCustomPrivateKeyPassPhrase(java.lang.String phrase) |
Sets the value of the PrivateKeyPassPhrase attribute.
|
void |
setCustomPrivateKeyPassPhraseEncrypted(byte[] passwordEncrypted) |
Sets the encrypted value of the PrivateKeyPassPhrase attribute.
|
void |
setEnabled(boolean enabled) |
Sets the value of the Enabled attribute.
|
void |
setExcludedCiphersuites(java.lang.String[] excludedCiphersuites) |
Sets the value of the ExcludedCiphersuites attribute.
|
void |
setExternalDNSName(java.lang.String externalDNSName) |
Sets the value of the ExternalDNSName attribute.
|
void |
setHostnameVerificationIgnored(boolean ignoreFlag) |
Sets the value of the HostnameVerificationIgnored attribute.
|
void |
setHostnameVerifier(java.lang.String classname) |
Sets the value of the HostnameVerifier attribute.
|
void |
setHttpEnabledForThisProtocol(boolean enabled) |
Sets the value of the HttpEnabledForThisProtocol attribute.
|
void |
setIdleConnectionTimeout(int seconds) |
Sets the value of the IdleConnectionTimeout attribute.
|
void |
setIdleIIOPConnectionTimeout(int seconds) |
Sets the value of the IdleIIOPConnectionTimeout attribute.
|
void |
setInboundCertificateValidation(java.lang.String validationStyle) |
Sets the value of the InboundCertificateValidation
attribute.
|
void |
setListenAddress(java.lang.String address) |
Sets the value of the ListenAddress attribute.
|
void |
setListenPort(int port) |
Sets the value of the ListenPort attribute.
|
void |
setLoginTimeoutMillis(int timeout) |
Sets the value of the LoginTimeoutMillis attribute.
|
void |
setLoginTimeoutMillisSSL(int millis) |
Sets the value of the LoginTimeoutMillisSSL attribute.
|
void |
setMaxBackoffBetweenFailures(int milliSeconds) |
Sets the value of the MaxBackoffBetweenFailures attribute.
|
void |
setMaxConnectedClients(int count) |
Sets the value of the MaxConnectedClients attribute.
|
void |
setMaxMessageSize(int maxsize) |
Sets the value of the MaxMessageSize attribute.
|
void |
setMinimumTLSProtocolVersion(java.lang.String minimumTLSProtocolVersion) |
Set the minimum SSL/TLS protocol version
|
void |
setName(java.lang.String name) |
Sets the value of the Name attribute.
|
void |
setOutboundCertificateValidation(java.lang.String validationStyle) |
Sets the value of the OutboundCertificateValidation
attribute.
|
void |
setOutboundEnabled(boolean enabled) |
Sets the value of the OutboundEnabled attribute.
|
void |
setOutboundPrivateKeyEnabled(boolean enabled) |
Sets the value of the OutboundPrivateKeyEnabled
attribute.
|
void |
setProtocol(java.lang.String protocol) |
Sets the value of the Protocol attribute.
|
void |
setProxyAddress(java.lang.String address) |
Sets the value of the ProxyAddress attribute.
|
void |
setProxyPort(int port) |
Sets the value of the ProxyPort attribute.
|
void |
setPublicAddress(java.lang.String address) |
Sets the value of the PublicAddress attribute.
|
void |
setPublicPort(int port) |
Sets the value of the PublicPort attribute.
|
void |
setResolveDNSName(boolean flag) |
Sets the value of the ResolveDNSName attribute.
|
void |
setSDPEnabled(boolean enable) |
Deprecated.
14.1.1.0.0
|
void |
setServerCipherSuitesOrderEnabled(boolean serverCipherSuitesOrderEnabled) |
Sets whether to honor the server cipher suites preference.
|
void |
setSSLListenPort(int port) |
Sets the value of the SLListenPort attribute.
|
void |
setTimeoutConnectionWithPendingResponses(boolean timeout) |
Sets the value of the TimeoutConnectionWithPendingResponses attribute.
|
void |
setTunnelingClientPingSecs(int secs) |
Sets the value of the TunnelingClientPingSecs attribute.
|
void |
setTunnelingClientTimeoutSecs(int secs) |
Sets the value of the TunnelingClientTimeoutSecs attribute.
|
void |
setTunnelingEnabled(boolean enabled) |
Sets the value of the TunnelingEnabled attribute.
|
void |
setTwoWaySSLEnabled(boolean enabled) |
Sets the value of the TwoWaySSLEnabled attribute.
|
void |
setUseFastSerialization(boolean enabled) |
Sets the value of the UseFastSerialization attribute.
|
freezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
java.lang.String getName()
The name of this network channel.
getName
in interface ConfigurationMBean
getName
in interface WebLogicMBean
void setName(java.lang.String name) throws javax.management.InvalidAttributeValueException
Sets the value of the Name attribute.
setName
in interface ConfigurationMBean
setName
in interface WebLogicMBean
name
- The new name valuejavax.management.InvalidAttributeValueException
getName()
java.lang.String getProtocol()
The protocol this network channel should use for connections.
void setProtocol(java.lang.String protocol) throws javax.management.InvalidAttributeValueException
Sets the value of the Protocol attribute.
protocol
- The new protocol valuejavax.management.InvalidAttributeValueException
getProtocol()
java.lang.String getListenAddress()
The IP address or DNS name this network channel uses to listen
for incoming connections. A value of null
indicates that
the network channel should obtain this value from the server's
configuration.
ServerTemplateMBean.getListenAddress()
void setListenAddress(java.lang.String address) throws javax.management.InvalidAttributeValueException
Sets the value of the ListenAddress attribute.
address
- The new listenAddress valuejavax.management.InvalidAttributeValueException
getListenAddress()
java.lang.String getPublicAddress()
The IP address or DNS name representing the external identity of
this network channel. A value of null
indicates that the
network channel's Listen Address is also its external address. If
the Listen Address is null,
the network channel obtains its
external identity from the server's configuration.
This is required for the configurations which need to cross a firewall doing Network Address Translation.
getExternalDNSName()
,
getListenAddress()
,
ServerTemplateMBean.getListenAddress()
void setPublicAddress(java.lang.String address) throws javax.management.InvalidAttributeValueException
Sets the value of the PublicAddress attribute.
address
- The new publicAddress valuejavax.management.InvalidAttributeValueException
getPublicAddress()
int getListenPort()
The default TCP port this network channel uses to listen for
regular (non-SSL) incoming connections. A value of -1
indicates that the network channel should obtain this value from
the server's configuration.
ServerTemplateMBean.getListenPort()
void setListenPort(int port) throws javax.management.InvalidAttributeValueException
Sets the value of the ListenPort attribute.
port
- The new listenPort valuejavax.management.InvalidAttributeValueException
getListenPort()
int getPublicPort()
The externally published listen port for this network channel. A
value of -1
indicates that the network channel's Listen
Port is also its public listen port. If the Listen Port is
-1,
the network channel obtains its public listen port from
the server's configuration.
getListenPort()
,
ServerTemplateMBean.getListenPort()
void setPublicPort(int port) throws javax.management.InvalidAttributeValueException
Sets the value of the PublicPort attribute.
port
- The new publicPort valuejavax.management.InvalidAttributeValueException
getPublicPort()
boolean getResolveDNSName()
Resolve the listen address to use for all T3 communication
getListenAddress()
,
getPublicAddress()
void setResolveDNSName(boolean flag)
Sets the value of the ResolveDNSName attribute.
flag
- The new resolveDNSName valuegetResolveDNSName()
java.lang.String getProxyAddress()
The IP address or DNS name of the HTTP proxy to use for outbound connections on this channel. The HTTP proxy must support the CONNECT tunneling command.
This option is only effective when OutboundEnabled is set on the channel.
void setProxyAddress(java.lang.String address) throws javax.management.InvalidAttributeValueException
Sets the value of the ProxyAddress attribute.
address
- The new proxyAddress valuejavax.management.InvalidAttributeValueException
getProxyAddress()
int getProxyPort()
The port of the HTTP proxy to use for outbound connections on this channel. The HTTP proxy must support the CONNECT tunneling command.
This option is only effective when OutboundEnabled and ProxyHost are set on the channel.
void setProxyPort(int port) throws javax.management.InvalidAttributeValueException
Sets the value of the ProxyPort attribute.
port
- The new proxyPort valuejavax.management.InvalidAttributeValueException
getProxyPort()
boolean isHttpEnabledForThisProtocol()
Specifies whether HTTP traffic should be allowed over this network channel.
HTTP is generally required by binary protocols for downloading stubs and other resources.
void setHttpEnabledForThisProtocol(boolean enabled) throws javax.management.InvalidAttributeValueException
Sets the value of the HttpEnabledForThisProtocol attribute.
enabled
- The new httpEnabledForThisProtocol valuejavax.management.InvalidAttributeValueException
isHttpEnabledForThisProtocol()
int getAcceptBacklog()
The number of backlogged, new TCP connection requests that this
network channel allows. A value of -1
indicates that the
network channel obtains its backlog configuration from the server's
configuration.
ServerTemplateMBean.getAcceptBacklog()
void setAcceptBacklog(int count) throws javax.management.InvalidAttributeValueException
Sets the value of the AcceptBacklog attribute.
count
- The new acceptBacklog valuejavax.management.InvalidAttributeValueException
getAcceptBacklog()
int getMaxBackoffBetweenFailures()
The maximum back off time between failures while accepting client connections. -1 implies that this value is inherited from the server.
void setMaxBackoffBetweenFailures(int milliSeconds) throws javax.management.InvalidAttributeValueException
Sets the value of the MaxBackoffBetweenFailures attribute.
javax.management.InvalidAttributeValueException
getMaxBackoffBetweenFailures()
int getLoginTimeoutMillis()
The amount of time that this network channel should wait for a
connection before timing out. A value of 0
disables
network channel login timeout. A value of -1
indicates
that the network channel obtains this timeout value from the
server's configuration.
ServerTemplateMBean.getLoginTimeoutMillis()
void setLoginTimeoutMillis(int timeout) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the LoginTimeoutMillis attribute.
timeout
- The new loginTimeoutMillis valuejavax.management.InvalidAttributeValueException
DistributedManagementException
int getTunnelingClientPingSecs()
The interval (in seconds) at which this network channel should
ping an HTTP-tunneled client to see if its still alive. A value of
-1
indicates that the network channel obtains this
interval from the ServerTemplateMBean. (Requires you to enable
tunneling for the network channel.)
ServerTemplateMBean.getTunnelingClientPingSecs()
,
isTunnelingEnabled()
void setTunnelingClientPingSecs(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the TunnelingClientPingSecs attribute.
secs
- The new tunnelingClientPingSecs valuejavax.management.InvalidAttributeValueException
getTunnelingClientPingSecs()
int getTunnelingClientTimeoutSecs()
The amount of time (in seconds) after which this network channel
considers a missing HTTP-tunneled client to be dead. A value of
-1
indicates that the network channel obtains this timeout
value from the ServerTemplateMBean. (Requires you to enable
tunneling for the network channel.)
ServerTemplateMBean.getTunnelingClientTimeoutSecs()
,
isTunnelingEnabled()
void setTunnelingClientTimeoutSecs(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the TunnelingClientTimeoutSecs attribute.
secs
- The new tunnelingClientTimeoutSecs valuejavax.management.InvalidAttributeValueException
getTunnelingClientTimeoutSecs()
boolean isTunnelingEnabled()
Specifies whether tunneling via HTTP should be enabled for this network channel. This value is not inherited from the server's configuration.
void setTunnelingEnabled(boolean enabled) throws javax.management.InvalidAttributeValueException
Sets the value of the TunnelingEnabled attribute.
enabled
- The new tunnelingEnabled valuejavax.management.InvalidAttributeValueException
isTunnelingEnabled()
int getCompleteMessageTimeout()
The maximum amount of time this network channel waits for a
complete message to be received. A value of 0
disables
network channel complete message timeout. A value of -1
indicates that the network channel obtains this timeout value from
the ServerTemplateMBean.
This timeout helps guard against denial of service attacks in which a caller indicates that they will be sending a message of a certain size which they never finish sending.
void setCompleteMessageTimeout(int seconds) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the CompleteMessageTimeout attribute.
seconds
- The new completeMessageTimeout valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getCompleteMessageTimeout()
boolean getTimeoutConnectionWithPendingResponses()
Determines if connections with pending responses are allowed to timeout. It defaults to false. If set to true, the connection will be timed out for this channel if it exceeds the idleConnectionTimeout value.
Note: This setting only applies to IIOP connections.
void setTimeoutConnectionWithPendingResponses(boolean timeout) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the TimeoutConnectionWithPendingResponses attribute.
timeout
- Whether or not to timeout connections with pending responsesjavax.management.InvalidAttributeValueException
DistributedManagementException
getTimeoutConnectionWithPendingResponses()
int getIdleConnectionTimeout()
The maximum amount of time (in seconds) that a connection is
allowed to be idle before it is closed by this network channel. A
value of -1
indicates that the network channel obtains
this timeout value from the ServerTemplateMBean.
This timeout helps guard against server deadlock through too many open connections.
void setIdleConnectionTimeout(int seconds) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the IdleConnectionTimeout attribute.
seconds
- The new idleConnectionTimeout valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getIdleConnectionTimeout()
int getConnectTimeout()
The amount of time that this network channel should wait to
establish an outbound socket connection before timing out. A
value of 0
disables network channel connect
timeout.
void setConnectTimeout(int timeout) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the ConnectTimeout attribute.
timeout
- The new connectTimeout valuejavax.management.InvalidAttributeValueException
DistributedManagementException
int getMaxMessageSize()
The maximum message size allowable in a message header.
This maximum attempts to prevent a denial of service attack whereby a caller attempts to force the server to allocate more memory than is available thereby keeping the server from responding quickly to other requests.
A client can set this value using
the -Dweblogic.MaxMessageSize
property.
void setMaxMessageSize(int maxsize) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the MaxMessageSize attribute.
maxsize
- The new maxMessageSize valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getMaxMessageSize()
boolean isOutboundEnabled()
Specifies whether new server-to-server connections may consider this network channel when initiating a connection. This is only relevant if the connection needs to be bound to the network channel's listen address. This will only work for binary protocols that support both outbound and inbound traffic.
When this feature is not enabled, connections are initiated using a local address selected by the underlying hardware.
The default is false.
Outbound channels are selected at runtime either by virtue
of the fact of being the only outbound-enabled channel for the
required protocol, or by name in
weblogic.jndi.Environment#setProviderChannel
.
The HTTP protocol is implicitly enabled for all the outbound channels, but you need to use the WLS client library (HTTP client) and set the channel on the connection.
HttpURLConnection.setSocketFactory(javax.net.SocketFactory)
void setOutboundEnabled(boolean enabled) throws javax.management.InvalidAttributeValueException
Sets the value of the OutboundEnabled attribute.
enabled
- The new outboundEnabled valuejavax.management.InvalidAttributeValueException
isOutboundEnabled()
int getChannelWeight()
A weight to give this channel when creating server-to-server connections.
void setChannelWeight(int weight) throws javax.management.InvalidAttributeValueException
Sets the value of the ChannelWeight attribute.
weight
- The new channelWeight valuejavax.management.InvalidAttributeValueException
getChannelWeight()
java.lang.String getClusterAddress()
The address this network channel uses to generate EJB handles and failover addresses for use in a cluster. This value is determined according to the following order of precedence:
getPublicAddress()
,
ClusterMBean.getClusterAddress()
void setClusterAddress(java.lang.String address) throws javax.management.InvalidAttributeValueException
Sets the value of the ClusterAddress attribute.
address
- The new clusterAddress valuejavax.management.InvalidAttributeValueException
getClusterAddress()
boolean isEnabled()
Specifies whether this channel should be started.
void setEnabled(boolean enabled) throws javax.management.InvalidAttributeValueException
Sets the value of the Enabled attribute.
enabled
- The new enabled valuejavax.management.InvalidAttributeValueException
isEnabled()
int getMaxConnectedClients()
The maximum number of clients that can be connected on this network channel.
void setMaxConnectedClients(int count) throws javax.management.InvalidAttributeValueException
Sets the value of the MaxConnectedClients attribute.
count
- The new count valuejavax.management.InvalidAttributeValueException
getMaxConnectedClients()
boolean isTwoWaySSLEnabled()
Specifies whether this network channel uses two way SSL.
void setTwoWaySSLEnabled(boolean enabled)
Sets the value of the TwoWaySSLEnabled attribute.
enabled
- The new twoWaySSLEnabled valueisTwoWaySSLEnabled()
boolean isChannelIdentityCustomized()
Whether or not the channel's custom identity should be used. This setting only has an effect if the server is using a customized keystore. By default the channel's identity is inherited from the server's identity.
SSLMBean.getServerPrivateKeyAlias()
,
getCustomPrivateKeyAlias()
void setChannelIdentityCustomized(boolean val)
Sets the value of the ChannelIdentityCustomized attribute.
val
- The new ChannelIdentityCustomzied valueisChannelIdentityCustomized()
java.lang.String getCustomPrivateKeyAlias()
The string alias used to store and retrieve the channel's
private key in the keystore. This private key is associated with
the server's digital certificate. A value of null
indicates that the network channel uses the alias specified in the
server's SSL configuration.
SSLMBean.getServerPrivateKeyAlias()
void setCustomPrivateKeyAlias(java.lang.String alias)
Sets the value of the PrivateKeyAlias attribute.
alias
- The new PrivateKeyAlias valuegetCustomPrivateKeyAlias()
java.lang.String getPrivateKeyAlias()
The string alias used to store and retrieve the channel's private key in the keystore. This private key is associated with the server's digital certificate. This value is derived from other settings on the channel and cannot be physically set.
SSLMBean.getServerPrivateKeyAlias()
,
getCustomPrivateKeyAlias()
java.lang.String getCustomPrivateKeyPassPhrase()
The passphrase used to retrieve the server's private key from
the keystore. This passphrase is assigned to the private key when
it is generated. A value of null
indicates that the
network channel uses the pass phrase specified in the server's SSL
configuration.
SSLMBean.getServerPrivateKeyPassPhrase()
void setCustomPrivateKeyPassPhrase(java.lang.String phrase)
Sets the value of the PrivateKeyPassPhrase attribute.
phrase
- The new PrivateKeyPassPhrase valuegetCustomPrivateKeyPassPhrase()
java.lang.String getPrivateKeyPassPhrase()
The passphrase used to retrieve the server's private key from the keystore. This passphrase is assigned to the private key when it is generated. This value is derived from other settings on the channel and cannot be physically set.
SSLMBean.getServerPrivateKeyPassPhrase()
,
getCustomPrivateKeyPassPhrase()
byte[] getCustomPrivateKeyPassPhraseEncrypted()
The encrypted form of passphrase used to retrieve the server's private key from the keystore.
void setCustomPrivateKeyPassPhraseEncrypted(byte[] passwordEncrypted)
Sets the encrypted value of the PrivateKeyPassPhrase attribute.
passwordEncrypted
- boolean isClientCertificateEnforced()
Specifies whether clients must present digital certificates from a trusted certificate authority to WebLogic Server on this channel.
void setClientCertificateEnforced(boolean enforce)
Sets the value of the ClientCertificateEnabled attribute.
enforce
- The new ClientCertificateEnforced valueisClientCertificateEnforced()
boolean isOutboundPrivateKeyEnabled()
Specifies whether the identity specified by getCustomPrivateKeyAlias()
should be used for outbound SSL connections on this channel. In
normal circumstances the outbound identity is determined by the
caller's environment.
void setOutboundPrivateKeyEnabled(boolean enabled) throws javax.management.InvalidAttributeValueException
Sets the value of the OutboundPrivateKeyEnabled attribute.
enabled
- The new outboundEnabled valuejavax.management.InvalidAttributeValueException
isOutboundEnabled()
boolean getUseFastSerialization()
Specifies whether to use non-standard object serialization for performance. This option works in different ways for different protocols. In particular under IIOP this option uses Java serialization rather than RMI-IIOP serialization. In general using non-standard serialization is not suitable for interop scenarios and may imply some feature loss.
void setUseFastSerialization(boolean enabled) throws javax.management.InvalidAttributeValueException
Sets the value of the UseFastSerialization attribute.
enabled
- The new UseFastSerialization valuejavax.management.InvalidAttributeValueException
getUseFastSerialization()
void setIdleIIOPConnectionTimeout(int seconds) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the IdleIIOPConnectionTimeout attribute.
seconds
- The new idleIIOPConnectionTimeout valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getIdleIIOPConnectionTimeout()
void setSSLListenPort(int port) throws javax.management.InvalidAttributeValueException
Sets the value of the SLListenPort attribute.
port
- The new sSLListenPort valuejavax.management.InvalidAttributeValueException
getSSLListenPort()
void setExternalDNSName(java.lang.String externalDNSName) throws javax.management.InvalidAttributeValueException
Sets the value of the ExternalDNSName attribute.
externalDNSName
- The new externalDNSName valuejavax.management.InvalidAttributeValueException
getExternalDNSName()
void setLoginTimeoutMillisSSL(int millis) throws javax.management.InvalidAttributeValueException
Sets the value of the LoginTimeoutMillisSSL attribute.
millis
- The new loginTimeoutMillisSSL valuejavax.management.InvalidAttributeValueException
getLoginTimeoutMillisSSL()
void setCompleteT3MessageTimeout(int seconds) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the CompleteT3MessageTimeout attribute.
seconds
- The new completeT3MessageTimeout valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getCompleteT3MessageTimeout()
void setCompleteHTTPMessageTimeout(int seconds) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the CompleteHTTPMessageTimeout attribute.
seconds
- The new completeHTTPMessageTimeout valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getCompleteHTTPMessageTimeout()
void setCompleteCOMMessageTimeout(int seconds) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the CompleteCOMMessageTimeout attribute.
seconds
- The new completeCOMMessageTimeout valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getCompleteCOMMessageTimeout()
void setCompleteIIOPMessageTimeout(int seconds) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the CompleteIIOPMessageTimeout attribute.
seconds
- The new completeIIOPMessageTimeout valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getCompleteIIOPMessageTimeout()
@Deprecated boolean isSDPEnabled()
@Deprecated void setSDPEnabled(boolean enable)
java.lang.String getOutboundPrivateKeyAlias()
The string alias used to store and retrieve the outbound private key in the keystore. This private key is associated with either a server or a client digital certificate. This attribute value is derived from other settings and cannot be physically set.
The returned value is determined as follows:
isOutboundPrivateKeyEnabled()
and
isChannelIdentityCustomized()
return true,
the value from getCustomPrivateKeyAlias()
is returned.SSLMBean.getOutboundPrivateKeyAlias()
is returned from the ServerMBean
for the channel.isOutboundPrivateKeyEnabled()
,
isChannelIdentityCustomized()
,
getCustomPrivateKeyAlias()
,
SSLMBean.getOutboundPrivateKeyAlias()
java.lang.String getOutboundPrivateKeyPassPhrase()
The passphrase used to retrieve the outbound private key from the keystore. This passphrase is assigned to the private key when it is generated. This attribute value is derived from other settings and cannot be physically set.
The returned value is determined as follows:
isOutboundPrivateKeyEnabled()
and
isChannelIdentityCustomized()
return true,
the value from getCustomPrivateKeyPassPhrase()
is returned.SSLMBean.getOutboundPrivateKeyPassPhrase()
is returned from the ServerMBean
for the channel.isOutboundPrivateKeyEnabled()
,
isChannelIdentityCustomized()
,
getCustomPrivateKeyPassPhrase()
,
SSLMBean.getOutboundPrivateKeyPassPhrase()
java.lang.String getCustomIdentityKeyStoreFileName()
The source of the identity keystore. For a JKS keystore, the source is the path and file name. For an Oracle Key Store Service (KSS) keystore, the source is the KSS URI.
If using a JKS keystore, the keystore path name must either be absolute or relative to where the server was booted.
If using a KSS keystore, the keystore URI must be of the form:
kss://system/keystorename
where keystorename
is the name of the keystore
registered in KSS.
The value in this attribute is only
used if ServerMBean.KeyStores
is CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST
,
CUSTOM_IDENTITY_AND_CUSTOM_TRUST
or
CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST
.
void setCustomIdentityKeyStoreFileName(java.lang.String fileName)
Sets the value of the CustomIdentityKeyStoreFileName attribute.
fileName
- The new customIdentityKeyStoreFileName valuegetCustomIdentityKeyStoreFileName()
java.lang.String getCustomIdentityKeyStoreType()
The type of the keystore. Generally, this is
JKS
. If using the Oracle Key Store Service, this would be
KSS
If empty or null, then the JDK's default keystore type
(specified in java.security
) is used. The custom
identity key store type is only used if ServerMBean.KeyStores
is
CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST
,
CUSTOM_IDENTITY_AND_CUSTOM_TRUST
or
CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST
.
void setCustomIdentityKeyStoreType(java.lang.String type)
Sets the value of the CustomIdentityKeyStoreType attribute.
type
- The new customIdentityKeyStoreType valuegetCustomIdentityKeyStoreType()
java.lang.String getCustomIdentityKeyStorePassPhrase()
The encrypted custom identity keystore's passphrase. If empty or null, then the keystore will be opened without a passphrase.
This attribute is only used if ServerMBean.KeyStores
is
CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST
, CUSTOM_IDENTITY_AND_CUSTOM_TRUST
or CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST
.
When you get the value of this attribute, WebLogic Server does the following:
CustomIdentityKeyStorePassPhraseEncrypted
attribute.When you set the value of this attribute, WebLogic Server does the following:
CustomIdentityKeyStorePassPhraseEncrypted
attribute to the
encrypted value.Using this attribute (CustomIdentityKeyStorePassPhrase
) is a potential security risk because
the String object (which contains the unencrypted password) remains in
the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how
memory is allocated in the JVM, a significant amount of time could pass
before this unencrypted data is removed from memory.
Instead of using this attribute, use CustomIdentityKeyStorePassPhraseEncrypted
.
getCustomIdentityKeyStorePassPhraseEncrypted()
void setCustomIdentityKeyStorePassPhrase(java.lang.String passPhrase)
Sets the value of the CustomIdentityKeyStorePassPhrase attribute.
passPhrase
- The new customIdentityKeyStorePassPhrase valuegetCustomIdentityKeyStorePassPhrase()
,
setCustomIdentityKeyStorePassPhraseEncrypted(byte[])
byte[] getCustomIdentityKeyStorePassPhraseEncrypted()
Returns encrypted pass phrase defined when creating the keystore.
void setCustomIdentityKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted)
Sets the encrypted value of the CustomIdentityKeyStorePassPhrase attribute.
passPhraseEncrypted
- The new encrypted customIdentityKeyStorePassPhrase valuegetCustomIdentityKeyStorePassPhraseEncrypted()
java.lang.String getHostnameVerifier()
The name of the class that implements the
weblogic.security.SSL.HostnameVerifier
interface.
This class verifies whether the connection to the host with the
hostname from URL should be allowed. The class is used to prevent
man-in-the-middle attacks. The
weblogic.security.SSL.HostnameVerifier
has a
verify()
method that WebLogic Server calls on the client
during the SSL handshake.
void setHostnameVerifier(java.lang.String classname) throws javax.management.InvalidAttributeValueException
Sets the value of the HostnameVerifier attribute.
classname
- The new hostnameVerifier valuejavax.management.InvalidAttributeValueException
getHostnameVerifier()
boolean isHostnameVerificationIgnored()
Specifies whether to ignore the installed implementation of the
weblogic.security.SSL.HostnameVerifier
interface (when
this server is acting as a client to another application
server).
void setHostnameVerificationIgnored(boolean ignoreFlag) throws javax.management.InvalidAttributeValueException
Sets the value of the HostnameVerificationIgnored attribute.
ignoreFlag
- The new hostnameVerificationIgnored valuejavax.management.InvalidAttributeValueException
isHostnameVerificationIgnored()
java.lang.String[] getCiphersuites()
Indicates the cipher suites being used on a particular WebLogic Server channel.
The strongest negotiated cipher suite is chosen during the SSL handshake. The set of cipher suites used by default by JSEE depends on the specific JDK version with which WebLogic Server is configured.
For a list of possible values, see Cipher Suites .
void setCiphersuites(java.lang.String[] ciphers) throws javax.management.InvalidAttributeValueException
Sets the value of the Ciphersuites attribute.
ciphers
- The new ciphersuites valuejavax.management.InvalidAttributeValueException
- if the array is null or contains null elements.getCiphersuites()
java.lang.String[] getExcludedCiphersuites()
List of cipher suites not to be used by WebLogic Server.
void setExcludedCiphersuites(java.lang.String[] excludedCiphersuites)
Sets the value of the ExcludedCiphersuites attribute.
excludedCiphersuites
- The new list of excluded ciphersuitesgetExcludedCiphersuites()
void setAllowUnencryptedNullCipher(boolean enable)
When a SSL server and a SSL client try to negotiate a commonly supported Cipher, there is a chance that they may end up with nothing in common. A NullCipher is a cipher providing no encryption for the SSL message between the client and server, and it may temporarily be used in the development environment if the SSL server and client share no common cipher for some reason. This is not a standard SSL feature, some SSL provider supports this feature
The AllowUnEncryptedNullCipher flag is used to control whether the NullCipher feature is enabled or not. If true, the SSL message may be unencrypted when SSL server and client shares no common cipher.
This AllowUnEncryptedNullCipher flag is only effective to SSL providers which support the NullCipher feature.
Warning: this NullCipher feature should NOT be enabled for a production environment, it may lead to unencrypted SSL message
By default, the AllowUnEncryptedNullCipher is false
enable
- true to allow NullCipher featureboolean isAllowUnencryptedNullCipher()
Test if the AllowUnEncryptedNullCipher is enabled
see
setAllowUnencryptedNullCipher(boolean enable)
for the NullCipher feature.
setAllowUnencryptedNullCipher(boolean)
java.lang.String getInboundCertificateValidation()
Indicates the client certificate validation rules for inbound SSL.
This attribute only applies to ports and network channels using 2-way SSL.
void setInboundCertificateValidation(java.lang.String validationStyle)
Sets the value of the InboundCertificateValidation attribute.
validationStyle
- the new validation stylegetInboundCertificateValidation()
java.lang.String getOutboundCertificateValidation()
Indicates the server certificate validation rules for outbound SSL.
This attribute always applies to outbound SSL that is part of
WebLogic Server (that is, an Administration Server talking to the
Node Manager). It does not apply to application code in the server
that is using outbound SSL unless the application code uses a
weblogic.security.SSL.ServerTrustManager
that is
configured to use outbound SSL validation.
void setOutboundCertificateValidation(java.lang.String validationStyle)
Sets the value of the OutboundCertificateValidation attribute.
validationStyle
- the new validation stylegetOutboundCertificateValidation()
java.lang.String getMinimumTLSProtocolVersion()
setMinimumTLSProtocolVersion(String)
void setMinimumTLSProtocolVersion(java.lang.String minimumTLSProtocolVersion) throws javax.management.InvalidAttributeValueException
minimumTLSProtocolVersion
- the new minimum SSL/TLS protocol versionjavax.management.InvalidAttributeValueException
boolean isSSLv2HelloEnabled()
boolean isClientInitSecureRenegotiationAccepted()
java.lang.String getAllowListViolationAction()
boolean isServerCipherSuitesOrderEnabled()
SSLParameters.getUseCipherSuitesOrder()
void setServerCipherSuitesOrderEnabled(boolean serverCipherSuitesOrderEnabled)
serverCipherSuitesOrderEnabled
- SSLParameters.setUseCipherSuitesOrder(boolean)