Package oracle.nosql.driver
Class UserInfo
- java.lang.Object
 - 
- oracle.nosql.driver.UserInfo
 
 
- 
public class UserInfo extends Object
On-premises only.A class that encapsulates the information associated with a user including the id and user name in the system.
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Returns the id associated with the user.StringgetName()Returns the name associated with the user.StringtoString() 
 -