Class User
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.organization.User
-
public class User extends Object
Represents a human computer user, typically by UNIX account name.- Author:
- jonmv
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdisplayName()booleanequals(Object o)static Userfrom(String username)inthashCode()StringtoString()Stringusername()
-