public class PluginUser extends InternalUser
Modifier and Type | Class and Description |
---|---|
static interface |
PluginUser.Factory |
CurrentUser.PropertyKey<T>
Modifier | Constructor and Description |
---|---|
protected |
PluginUser(String pluginName) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getUserName()
Unique name of the user on this server, if one has been assigned.
|
String |
toString() |
getCacheKey, getEffectiveGroups, isInternalUser
asIdentifiedUser, get, getAccessPath, getAccountId, getLastLoginExternalIdKey, getLoggableName, getRealUser, hasSameAccountId, isIdentifiedUser, isImpersonating, put, setAccessPath, setLastLoginExternalIdKey, updateRealAccountId
@Inject protected PluginUser(String pluginName)
public Optional<String> getUserName()
CurrentUser
getUserName
in class CurrentUser
public String toString()
toString
in class InternalUser