BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
The type of application security enforced.



The types of security are:


  - NONE: No security is used.

  - APP_PW: Password security is enforced when a connection is established
 from a remote domain. The application password is defined in the
 WTCResourcesMBean.

  - DM_PW: Domain password security is enforced when a connection is
 established from a remote domain. The domain password is defined in
 the WTCPasswordsMBean.
Properties
This component is not nillable.

Model
<security>

</security>

Source
<xs:element minOccurs="0" name="security" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NONE"/>
<xs:enumeration value="APP_PW"/>
<xs:enumeration value="DM_PW"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation