Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

WTCPassword

 


Description

This interface provides access to the WTC password configuration attributes. The methods defined herein are applicable for WTC configuration at the WLS domain level.

 


Syntax

<WTCPassword
LocalAccessPoint="String"
LocalPassword="String"
LocalPasswordIV="String"
Name="String"
Notes="String"
RemoteAccessPoint="String"
RemotePassword="String"
RemotePasswordIV="String"
/>

 


Parent Elements

 


Attributes

Table 79-1 WTCPassword attributes

Attribute

Description

Range of Values and Default

LocalAccessPoint

Defines the name of the local access point to which the password applies.

Admin Console field label: Local Access Point

LocalPassword

Defines the LocalPassword as returned from the genpasswd utility. This password is used to authenticate connections between the local Tuxedo access point identified by LocalAccessPoint and the remote Tuxedo access point identified by RemoteAccessPoint.

Admin Console field label: Local Password

LocalPasswordIV

Defines the initialization vector used to encrypt the local password.

Admin Console field label: Local Password IV

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

RemoteAccessPoint

Defines the name of the remote access point to which the password applies.

Admin Console field label: Remote Access Point

RemotePassword

Defines the RemotePassword as returned from the genpasswd utility. This password is used to authenticate connections between the local Tuxedo access point identified by LocalAccessPoint and the remote Tuxedo access point identified by RemoteAccessPoint.

Admin Console field label: Remote Password

RemotePasswordIV

Defines the initialization vector used to encrypt the remote password.

Admin Console field label: Remote Password IV

 

Skip navigation bar  Back to Top Previous Next