| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}wtc-passwordType (extension)
Corresponds to WTCPasswordMBean
Nested Element Summary | |
xs:string | local-access-point The name of the local access point to which this password applies. |
xs:string | local-password The local password used to authenticate connections between the local access point and the remote access point. |
xs:string | local-password-iv The initialization vector used to encrypt the local password. |
xs:string | remote-access-point The name of the remote access point to which this password applies. |
xs:string | remote-password The remote password used to authenticate connections between the local access point and remote access point. |
xs:string | remote-password-iv The initialization vector used to encrypt the remote password. |
<xs:complexType name="wtc-passwordType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |