Class UserInfo
- java.lang.Object
-
- com.saperion.ngc.model.authorization.UserInfo
-
@Deprecated public class UserInfo extends java.lang.ObjectDeprecated.will be removed in version 8.1Class that holds information about a specific user.
-
-
Constructor Summary
Constructors Constructor Description UserInfo(int id, java.lang.String name, java.lang.String displayName)Deprecated.Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetDisplayName()Deprecated.Get the display name.intgetId()Deprecated.Get the user id.java.lang.StringgetName()Deprecated.Get the user name.
-