TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
|
This abstract class represents a user or group and contains methods common to both. More...
Public Member Functions | |
override string | ToString () |
Generate a string representation of this PrincipalInfo. More... | |
Properties | |
string | Name [get] |
Get the name of this user or group. More... | |
string | Description [get, set] |
Get or set the description of this user or group. More... | |
bool | External [get] |
Indicates whether or not this user or group is external. More... | |
This abstract class represents a user or group and contains methods common to both.
|
inline |
Generate a string representation of this PrincipalInfo.
|
getset |
Get or set the description of this user or group.
If the user or group is external then it is an error to attempt to change its description.
AdminException | if the user or group is external. |
|
get |
Indicates whether or not this user or group is external.
Users and groups that are defined in an external repository such as an LDAP server are external whereas those defined in users.conf or groups.conf are not.
|
get |
Get the name of this user or group.