BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element identity-and-trust-locations

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

Documentation
Indicates where SSL should find the server's identity
 (certificate and private key) as well as the server's trust
 (trusted CAs).


  - 


If set to KEYSTORES, then SSL retrieves the
 identity and trust from the server's keystores (that are configured
 on the Server).



  - 


If set to FILES_OR_KEYSTORE_PROVIDERS, then SSL
 first looks in the deprecated KeyStore providers for the identity
 and trust. If not found, then it looks in the flat files indicated
 by the SSL Trusted CA File Name, Server Certificate File Name, and
 Server Key File Name attributes.






Domains created in WebLogic Server version 8.1 or later, default
 to KEYSTORES. Domains created before WebLogic Server
 version 8.1, default to
 FILES_OR_KEYSTORE_PROVIDERS.

 


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

Model
<identity-and-trust-locations>

</identity-and-trust-locations>

Source
<xs:element minOccurs="0" name="identity-and-trust-locations" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="KeyStores"/>
<xs:enumeration value="FilesOrKeyStoreProviders"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation