BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType wtc-passwordType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}wtc-passwordType (extension)

Documentation
Corresponds to WTCPasswordMBean
Properties
This component is not nillable.

Model
<...>
(local-access-point?, remote-access-point?, local-password-iv?, local-password?, remote-password-iv?, remote-password? )
</...>


Nested Element Summary
xs:stringlocal-access-point
          The name of the local access point to which this password applies. 
xs:stringlocal-password
          The local password used to authenticate connections between the local access point and the remote access point. 
xs:stringlocal-password-iv
          The initialization vector used to encrypt the local password. 
xs:stringremote-access-point
          The name of the remote access point to which this password applies. 
xs:stringremote-password
          The remote password used to authenticate connections between the local access point and remote access point. 
xs:stringremote-password-iv
          The initialization vector used to encrypt the remote password. 
Source
<xs:complexType name="wtc-passwordType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="local-access-point" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="remote-access-point" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="local-password-iv" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="local-password" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="remote-password-iv" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="remote-password" nillable="false" type="xs:string">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation