BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element system-security

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

Documentation
Specify the value System Security. The following variables are affected.
 clientCertAuthentication, clientAuthentication, identityAssertion
 confidentiality, integrity. The value set in this MBean would only be picked up
 if the value set in RTD.xml is "config".

 


 Default: "supported"
Properties
This component is not nillable.

Model
<system-security>

</system-security>

Source
<xs:element minOccurs="0" name="system-security" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="supported"/>
<xs:enumeration value="required"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation