BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

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



The allowed values are:


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


  - GLOBAL: The remote Tuxedo access point passes the service request with
 no change.





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

Model
<credential-policy>

</credential-policy>

Source
<xs:element minOccurs="0" name="credential-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