Class UserInfo
java.lang.Object
com.saperion.ngc.model.authorization.UserInfo
Deprecated.
will be removed in version 8.1
Class that holds information about a specific user.
-
Constructor Details
-
UserInfo
Deprecated.Constructor.- Parameters:
id
- user idname
- user namedisplayName
- user display name
-
-
Method Details
-
getId
public int getId()Deprecated.Get the user id.- Returns:
- user id.
-
getName
Deprecated.Get the user name.- Returns:
- user name
-
getDisplayName
Deprecated.Get the display name.- Returns:
- display name
-