BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element app-key

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

Documentation
Specifies the type of AppKey plug-in used.



The allowed values are:


  - TpUsrFile</ty> - TpUsrFile is the default plug-in. It uses
 an imported Tuxedo TPUSR file to provide user security information.
 Previous releases of WebLogic Tuxedo Connector support this
 option.


  - LDAP - The LDAP plug-in utilizes an embedded LDAP server
 to provide user security information. The user record must define
 the Tuxedo UID and GID information in the description field. This
 functionality is not supported in previous releases of WebLogic
 Tuxedo Connector.



  - Custom - The Custom plug-in provides the ability to write
 your own AppKey generator class to provide the security information
 required by Tuxedo. This functionality is not supported in previous
 releases of WebLogic Tuxedo Connector.
Properties
This component is not nillable.

Model
<app-key>

</app-key>

Source
<xs:element minOccurs="0" name="app-key" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="TpUsrFile"/>
<xs:enumeration value="LDAP"/>
<xs:enumeration value="Custom"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation