persistent class %MFT.UserInfo
extends %Persistent, %XML.Adaptor
%MFT.UserInfo is a detailed description of a user
Note: Even though this class is in IRISLIB, the storage is in the namespace which creates the instance.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
property Details
as %String(MAXLEN="");
Details is the service specific dynamic object containing specialized information for this user converted to JSON.
property Name
as %String(MAXLEN=256);
Name is the name of the user.
property Userid
as %String;
UserId is the internal user id for this user.
property Username
as %Library.Username;
Username is the unique username for this user.
It is currently the user's email address for all supported services.