File Formats, Data Descriptions, MIBs, and System Processes Reference
T_DM_PRINCIPAL_MAP Class Definition
Overview
The T_DM_PRINCIPAL_MAP class represents configuration information for mapping principal names to and from external principal names across access points of type SNAX.
Attribute Table
Table 20 DM_MIB(5): T_DM_PRINCIPAL_MAP Class Definition Attribute Table
|
Attribute
|
Type
|
Permissions
|
Values
|
Default
|
|
TA_DMLACCESSPOINT(r)(k)(*)
|
string
|
rw-r--r--
|
string[1..30]
|
N/A
|
|
TA_DMRACCESSPOINT(r)(k)(*)
|
string
|
rw-r--r--
|
string[1..30]
|
N/A
|
|
TA_DMPRINNAME(r)(k)(*)
|
string
|
rw-------
|
string[1..30]
|
N/A
|
|
TA_DMRPRINNAME(r)(k)(*)
|
string
|
rw-------
|
string[1..30]
|
N/A
|
|
TA_DMDIRECTION(k)
|
string
|
rw-r-----
|
"{IN | OUT | BOTH}"
|
"BOTH"
|
|
TA_STATE(r)
|
string
|
rw-r--r--
|
GET:"VAL"
SET:"{NEW | INV}"
|
N/A
N/A
|
|
(r)—required when a new object is created (k)—a key field for object retrieval (*)—a required key field for all SET operations on the class
|
Attribute Semantics
TA_DMLACCESSPOINT: string[1..30]
The local domain access point to which the principal mapping applies.
TA_DMRACCESSPOINT: string[1..30]
The remote domain access point to which the principal mapping applies.
TA_DMPRINNAME: string[1..30]
The local principal name in the principal mapping.
TA_DMRPRINNAME: string[1..30]
The remote principal name in the principal mapping.
TA_DMDIRECTION: "{IN | OUT | BOTH}"
The direction to which the principal mapping applies.
"IN"
Is INcoming to this BEA Tuxedo domain through the given remote domain access point and local domain access point.
"OUT"
Is OUTgoing from this BEA Tuxedo domain through the given local domain access point and remote domain access point.
"BOTH"
Applies to both INcoming and OUTgoing.
TA_STATE:
GET:"{VALid}"
A GET operation retrieves configuration information for the selected T_DM_PRINCIPAL entry. The following state indicates the meaning of a TA_STATE attribute value returned in response to a GET request. States not listed are not returned.
|
"VALid"
|
The object exists.
|
SET:"{NEW | INValid}"
A SET operation updates configuration information for the selected T_DM_PRINCIPAL entry. The following states indicate the meaning of TA_STATE in a SET request. States not listed may not be set.
|
"NEW"
|
A new object is created. A state change is allowed in the state "INValid" and results in the state "VALid".
|
|
unset
|
Modify an existing object. This combination is not allowed in the state "INValid".
|
|
"INValid"
|
The object is deleted. A state change is allowed in the state "VALid" and results in the state "INValid".
|
Limitations
In BEA Tuxedo release 7.1 or later, the T_DM_PRINCIPAL_MAP class applies only to the SNAX domain gateway type.