WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

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 73-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 domain access point identified by LocalAccessPoint and the remote domain 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.

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 domain access point identified by LocalAccessPoint and the remote domain 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

 

Back to Top Previous Next