BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType securityType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}securityType (extension)

Documentation
Corresponds to SecurityMBean
Properties
This component is not nillable.

Model
<...>
(realm?, audit-provider-class-name?, guest-disabled?, system-user?, log-all-checks-enabled?, password-policy?, compatibility-mode? )
</...>


Nested Element Summary
xs:stringaudit-provider-class-name
          The name of the Java class that implements a 6. 
xs:booleancompatibility-mode
          Indicates whether migration from a WebLogic Server 6. 
xs:booleanguest-disabled
          Indicates whether guest logins can be used to access WebLogic resources in this WebLogic Server domain. 
xs:booleanlog-all-checks-enabled
          Indicates whether this WebLogic Server domain should log all security checks. 
xs:stringpassword-policy
          
xs:stringrealm
          
xs:stringsystem-user
          The name of the system user. 
Source
<xs:complexType name="securityType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="realm" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="audit-provider-class-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="guest-disabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="system-user" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="log-all-checks-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="password-policy" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="compatibility-mode" nillable="false" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation