BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element acl-policy

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

Documentation
The inbound access control list (ACL) policy toward requests
 from a remote Tuxedo access point.



The allowed values are:


  - LOCAL: The local Tuxedo access point modifies the identity of service
 requests received from a given remote Tuxedo access point to the
 principal name specified in the local principal name for a given
 remote Tuxedo access point.


  - GLOBAL: The local Tuxedo access point passes the service request with
 no change in identity.





Note: If Interoperate is set to Yes, AclPolicy is
 ignored.
Properties
This component is not nillable.

Model
<acl-policy>

</acl-policy>

Source
<xs:element minOccurs="0" name="acl-policy" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="GLOBAL"/>
<xs:enumeration value="LOCAL"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation