public interface IUser
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Return a display name for the user; this usually is the full formal name.
|
String |
getLoginID()
The user's login ID.
|
boolean |
hasRight(String r) |
<T> boolean |
hasRight(String r,
T dataElement)
EXPERIMENTAL INTERFACE, DO NOT USE Determines if right r is enabled for the specified data element.
|
String getLoginID()
String getDisplayName()
<T> boolean hasRight(@Nonnull String r, @Nullable T dataElement)
r - dataElement - Copyright © 2017 etc.to. All rights reserved.