BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
The security deployment model. 


The value of this attribute is
 defaulted from the same attribute in the
 weblogic.management.security.RealmMBean unless overridden on the
 deployment command line or by the deployment assistant. The
 order of precedence for the value of this attribute is:
 1. The value set in the deployment command line or deployment assistant
 2. The value set in the realm's deployment security setting
 3. The value set in application's deployment security setting

 


 Default: weblogic.management.security.DeploymentModel.DD_ONLY
Properties
This component is not nillable.

Model
<security-dd-model>

</security-dd-model>

Source
<xs:element minOccurs="0" name="security-dd-model" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="DDOnly"/>
<xs:enumeration value="CustomRoles"/>
<xs:enumeration value="CustomRolesAndPolicies"/>
<xs:enumeration value="Advanced"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation