BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element key-stores

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

Documentation
Which configuration rules should be used for finding the
 server's identity and trust keystores?

 


 Default: weblogic.security.utils.KeyStoreConstants.DEMO_IDENTITY_AND_DEMO_TRUST
Properties
This component is not nillable.

Model
<key-stores>

</key-stores>

Source
<xs:element minOccurs="0" name="key-stores" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="DemoIdentityAndDemoTrust"/>
<xs:enumeration value="CustomIdentityAndJavaStandardTrust"/>
<xs:enumeration value="CustomIdentityAndCustomTrust"/>
<xs:enumeration value="CustomIdentityAndCommandLineTrust"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation