Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Description

TLS Configuration.

Dependencies

Attributes

...

#EnabledProtocols
Anchor
EnabledProtocols
EnabledProtocols

Comma separated list of protocol versions enabled for use on this connection. See #SupportedProtocols for possible values.

Default Value: TLSv1,SSLv3

#SupportedProtocols
Anchor
SupportedProtocols
SupportedProtocols

Supported protocol versions by the used SSL provider. Defines possible values for #EnabledProtocols.

#NeedClientAuthentication
Anchor
NeedClientAuthentication
NeedClientAuthentication

Set to true if client authentication is required, or false if no client authentication is desired.

Default Value: true

#KeyStoreURL
Anchor
KeyStoreURL
KeyStoreURL

URL of key store containing key used in SSL handshake, when running in TLS mode.

Default Value: resource:certificates/test_sys_1.p12

...

#KeyStorePassword
Anchor
KeyStorePassword
KeyStorePassword

The password for access to key store, specified by attribute KeyStoreURL.

...

Default Value: secret

#TrustStoreURL
Anchor
TrustStoreURL
TrustStoreURL

URL of trust store containing accepted certificates, when running in TLS mode.

Default Value: resource:certificates/mesa_certs.jks

...

#TrustStorePassword
Anchor
TrustStorePassword
TrustStorePassword

The password for access to trust store, specified by attribute TrustStoreURL.

...

Default Value: secret

#AuditLoggerName
Anchor
AuditLoggerName
AuditLoggerName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=AuditLogger

...

#Name
Anchor
Name
Name

The class name of the MBean

...

#State
Anchor
State
State

The status of the MBean

...

#StateString
Anchor
StateString
StateString

The status of the MBean in text form

Operations

...

#create
Anchor
create
create

Standard MBean lifecycle method

...

#start
Anchor
start
start

The start lifecycle operation

...

#stop
Anchor
stop
stop

The stop lifecycle operation

...

#destroy
Anchor
destroy
destroy

The destroy lifecycle operation

...

#jbossInternalLifecycle
Anchor
jbossInternalLifecycle
jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

...

#handshakeFailedListener
Anchor
handshakeFailedListener
handshakeFailedListener

Used internally

...

#serverSocketFactory
Anchor
serverSocketFactory
serverSocketFactory

Used internally

...

#socketFactory
Anchor
socketFactory
socketFactory

Used internally

Notifications