BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType wtc-remote-tux-domType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}wtc-remote-tux-domType (extension)

Documentation
Corresponds to WTCRemoteTuxDomMBean
Properties
This component is not nillable.

Model
<...>
(access-point?, access-point-id?, connection-policy, acl-policy, credential-policy, tp-usr-file?, local-access-point?, conn-principal-name?, retry-interval, max-retries, nw-addr?, federation-url?, federation-name?, cmp-limit, min-encrypt-bits, max-encrypt-bits, app-key, allow-anonymous?, default-app-key?, tuxedo-uid-kw?, tuxedo-gid-kw?, custom-app-key-class?, custom-app-key-class-param? )
</...>


Nested Element Summary
xs:stringaccess-point
          The unique name used to identify this remote Tuxedo access point. 
xs:stringaccess-point-id
          The connection principal name used to identify this remote Tuxedo access point when attempting to establish a session connection to local Tuxedo access points. 
 acl-policy
          The inbound access control list (ACL) policy toward requests from a remote Tuxedo access point. 
xs:booleanallow-anonymous
          Specifies whether the anonymous user is allowed to access remote Tuxedo services. 
 app-key
          Specifies the type of AppKey plug-in used. 
 cmp-limit
          The compression threshold this remote Tuxedo access point uses when sending data to a local Tuxedo access point. 
 connection-policy
          The conditions under which this remote Tuxedo access point establishes a session connection with a local Tuxedo access point. 
xs:stringconn-principal-name
          The principal name used to verify the identity of this remote Tuxedo access point when it establishes a session connection with a local Tuxedo access point. 
 credential-policy
          The outbound access control list (ACL) policy toward requests to a remote Tuxedo access point. 
xs:stringcustom-app-key-class
          The full pathname to the custom AppKey generator class. 
xs:stringcustom-app-key-class-param
          The optional parameters to be used by the custom AppKey class at the class initialization time. 
xs:intdefault-app-key
          The default AppKey value to be used by the anonymous user and other users who are not defined in the user database if the plug-in allows them to access Tuxedo. 
xs:stringfederation-name
          The context at which this remote Tuxedo access point federates to a foreign name service. 
xs:stringfederation-url
          The URL for a foreign name service that is federated into JNDI. 
xs:stringlocal-access-point
          The local domain name from which this remote Tuxedo domain is reached. 
 max-encrypt-bits
          The maximum encryption key length (in bits) this remote Tuxedo access point uses when establishing a session connection. 
 max-retries
          The maximum number of times that this remote Tuxedo access point tries to establish a session connections to local Tuxedo access points. 
 min-encrypt-bits
          The minimum encryption key length (in bits) this remote Tuxedo access point uses when establishing a session connection. 
xs:stringnw-addr
          The network address and port number of this remote Tuxedo access point. 
 retry-interval
          The number of seconds that this remote Tuxedo access point waits between automatic connection attempts to local Tuxedo access points. 
xs:stringtp-usr-file
          The full path to the user password file containing UID/GID information. 
xs:stringtuxedo-gid-kw
          The keyword for Tuxedo GID (Group ID) used in the WlsUser when using the Tuxedo migration utility tpmigldap. 
xs:stringtuxedo-uid-kw
          The keyword for Tuxedo UID (User ID) used in the WlsUser when using the Tuxedo migration utility tpmigldap. 
Source
<xs:complexType name="wtc-remote-tux-domType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="access-point" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="access-point-id" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="connection-policy" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ON_DEMAND"/>
<xs:enumeration value="ON_STARTUP"/>
<xs:enumeration value="INCOMING_ONLY"/>
<xs:enumeration value="LOCAL"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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>
<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>
<xs:element minOccurs="0" name="tp-usr-file" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="local-access-point" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="conn-principal-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="retry-interval" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="-1"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-retries" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="-1"/>
<xs:maxInclusive value="9223372036854775807"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="nw-addr" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="federation-url" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="federation-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="cmp-limit" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="min-encrypt-bits" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="0"/>
<xs:enumeration value="40"/>
<xs:enumeration value="56"/>
<xs:enumeration value="128"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-encrypt-bits" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="0"/>
<xs:enumeration value="40"/>
<xs:enumeration value="56"/>
<xs:enumeration value="128"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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>
<xs:element minOccurs="0" name="allow-anonymous" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="default-app-key" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="tuxedo-uid-kw" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="tuxedo-gid-kw" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="custom-app-key-class" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="custom-app-key-class-param" nillable="true" type="xs:string">
</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