public interface UserNameUtil
Modifier and Type | Method and Description |
---|---|
String |
getUserName(long uid)
Returns the user name corresponding to the provided UID.
|
String getUserName(long uid) throws IOException
uid
- The UID whose name to return.IOException
- If the username for the given uid could not be retrieved.Copyright © 2013. All rights reserved.