BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element outbound-certificate-validation

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
Indicates the server certificate validation rules for outbound
 SSL.



This attribute always applies to outbound SSL that is part of
 WebLogic Server (that is, an Administration Server talking to the
 Node Manager). It does not apply to application code in the server
 that is using outbound SSL unless the application code uses a
 weblogic.security.SSL.ServerTrustManager that is
 configured to use outbound SSL validation.

 


 Default: SSLMBean.BUILTIN_SSL_VALIDATION_ONLY
Properties
This component is not nillable.

Model
<outbound-certificate-validation>

</outbound-certificate-validation>

Source
<xs:element minOccurs="0" name="outbound-certificate-validation" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="BuiltinSSLValidationOnly"/>
<xs:enumeration value="BuiltinSSLValidationAndCertPathValidators"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation