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

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

<!ELEMENT WTCPassword EMPTY >
<!ATTLIST WTCPassword
   LocalAccessPoint           CDATA                    #REQUIRED
   LocalPassword              CDATA                    #REQUIRED
   LocalPasswordIV            CDATA                    #REQUIRED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   RemoteAccessPoint          CDATA                    #REQUIRED
   RemotePassword             CDATA                    #REQUIRED
   RemotePasswordIV           CDATA                    #REQUIRED
>

Parent Elements

The WTCPassword element is a child of the WTCServer element.

Attributes

Table 86-1 WTCPasswordMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Local-Access-Point

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


Local Access Point

Local-Password

Defines the LocalPassword as returned from the genpasswdutility. 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


Local Password

Local-Password-IV

Defines the initialization vector used to encrypt the local password.


Local Password IV

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Remote-Access-Point

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


Remote Access Point

Remote-Password

Defines the RemotePassword as returned from the genpasswdutility. 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


Remote Password

Remote-Password-IV

Defines the initialization vector used to encrypt the remote password.


Remote Password IV


 

 

Back to Top Previous Next