| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}wtc-remote-tux-domType (extension)
Corresponds to WTCRemoteTuxDomMBean
Nested Element Summary | |
xs:string | access-point The unique name used to identify this remote Tuxedo access point. |
xs:string | access-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:boolean | allow-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:string | conn-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:string | custom-app-key-class The full pathname to the custom AppKey generator class. |
xs:string | custom-app-key-class-param The optional parameters to be used by the custom AppKey class at the class initialization time. |
xs:int | default-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:string | federation-name The context at which this remote Tuxedo access point federates to a foreign name service. |
xs:string | federation-url The URL for a foreign name service that is federated into JNDI. |
xs:string | local-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:string | nw-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:string | tp-usr-file The full path to the user password file containing UID/GID information. |
xs:string | tuxedo-gid-kw The keyword for Tuxedo GID (Group ID) used in the WlsUser when using the Tuxedo migration utility tpmigldap. |
xs:string | tuxedo-uid-kw The keyword for Tuxedo UID (User ID) used in the WlsUser when using the Tuxedo migration utility tpmigldap. |
<xs:complexType name="wtc-remote-tux-domType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="ON_DEMAND"/><xs:enumeration value="ON_STARTUP"/><xs:enumeration value="INCOMING_ONLY"/><xs:enumeration value="LOCAL"/></xs:restriction><xs:element minOccurs="0" name="acl-policy" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="GLOBAL"/><xs:enumeration value="LOCAL"/></xs:restriction><xs:element minOccurs="0" name="credential-policy" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="GLOBAL"/><xs:enumeration value="LOCAL"/></xs:restriction><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:element><xs:restriction base="xs:long"></xs:simpleType><xs:minInclusive value="-1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="max-retries" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:long"></xs:simpleType><xs:minInclusive value="-1"/><xs:maxInclusive value="9223372036854775807"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="min-encrypt-bits" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="0"/><xs:enumeration value="40"/><xs:enumeration value="56"/><xs:enumeration value="128"/></xs:restriction><xs:element minOccurs="0" name="max-encrypt-bits" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="0"/><xs:enumeration value="40"/><xs:enumeration value="56"/><xs:enumeration value="128"/></xs:restriction><xs:element minOccurs="0" name="app-key" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="TpUsrFile"/><xs:enumeration value="LDAP"/><xs:enumeration value="Custom"/></xs:restriction><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |