Skip navigation.

File Formats, Data Descriptions, MIBs, and System Processes Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


T_DM_RPRINCIPAL Class Definition

Overview

The T_DM_RPRINCIPAL class represents password configuration information for remote principal names.

Attribute Table

Table 24 DM_MIB(5): T_DM_RPRINCIPAL Class Definition Attribute Table

Attribute

Type

Permissions

Values

Default

TA_DMRACCESSPOINT(r)(k)(*)

string

rw-r--r--

string[1..30]

N/A

TA_DMRPRINNAME(r)(k)(*)

string

rw-------

string[1..30]

N/A

TA_DMRPRINPASSWD(r)(*)

string

-w-------

string[0..8]

N/A

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_DMRACCESSPOINT: string[1..30]

The remote domain access point to which the principal is applicable.

Note: The combination of TA_DMRACCESSPOINT and TA_DMRPRINNAME must be unique within the scope of TA_DM_RPRINCIPAL entries in the Domains configuration.

TA_DMRPRINNAME: string[1..30]

The remote principal name.

Note: The combination of TA_DMRACCESSPOINT and TA_DMRPRINNAME must be unique within the scope of TA_DM_RPRINCIPAL entries in the Domains configuration.

TA_DMRPRINPASSWD: string[0..8]

The remote password to be used for the principal name when communicating through the remote domain access point identified in TA_DMRACCESSPOINT.

TA_STATE:

GET: "{VALid}"

A GET operation retrieves configuration information for the T_DM_RPRINCIPAL object. 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_RPRINCIPAL object. 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 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_RPRINCIPAL class applies only to the SNAX domain gateway type.

 

Skip navigation bar  Back to Top Previous Next