bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


Local WLS Domains --> Security

Tasks     Related Topics     Attributes

Overview

Domain gateways can authenticate incoming connections requested by remote domains and outgoing connections requested by local domains. You define when security should be enforced for incoming connections from remote domains. Specify the level of security used by a particular local domain by setting the SECURITY attribute.

Data encryption can be used to prevent network-based eavesdroppers from accessing the content of messages or application-generated messages flowing from one domain gateway to another. Configure this security mechanism by setting the MINENCRYPTBITS and MAXENCRYPTBITS attributes.

Tasks

Configuring Security Attributes for Local WLS Domains

Related Topics

Configuring WebLogic Tuxedo Connector

Attributes

Table 11-5

Attribute Label

Description

Value Constraints

Security

The type of application security enforced.

  • NONE: No security is used.

  • APP_PW: Password security is enforced when a connection is established from a remote domain. The application password is defined in the WTCResourcesMBean.

  • DM_PW: Domain password security is enforced when a connection is established from a remote domain. The domain password is defined in the WTCPasswordsMBean.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: Security

Default: "NONE"

Valid values:

  • "NONE"

  • "APP_PW"

  • "DM_PW"

Min Encryption Level

The minimum encryption key length (in bits) used when establishing a network connection for a local domain.

  • A value of 0 indicates no encryption is used.

  • The value of the MinEncrypBits attribute must be less than or equal to the value of the MaxEncrypBits attribute.

  • A MinEncrypBits of 40 can be used only with domains running Tuxedo 7.1 or higher.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: MinEncryptBits

Default: "0"

Valid values:

  • "0"

  • "40"

  • "56"

  • "128"

Max Encryption Level

The maximum encryption key length (in bits) used when establishing a network connection for a local domain.

  • A value of 0 indicates no encryption is used.

  • The value of the MaxEncryptBits attribute must be greater than or equal to the value of the MinEncrypBits attribute.

  • A MaxEncryptBits of 40 can be used only with domains running Tuxedo 7.1 or higher.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: MaxEncryptBits

Default: "128"

Valid values:

  • "0"

  • "40"

  • "56"

  • "128"

 

Back to Top Previous Next