public class PluginUser extends InternalUser
Modifier and Type | Class and Description |
---|---|
static interface |
PluginUser.Factory |
Modifier | Constructor and Description |
---|---|
protected |
PluginUser(CapabilityControl.Factory capabilityControlFactory,
java.lang.String pluginName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUserName()
Unique name of the user on this server, if one has been assigned.
|
java.lang.String |
toString() |
getEffectiveGroups, getNotificationFilters, getStarredChanges, isInternalUser
asIdentifiedUser, getAccessPath, getAccountId, getCapabilities, getRealUser, isIdentifiedUser, setAccessPath
@Inject protected PluginUser(CapabilityControl.Factory capabilityControlFactory, java.lang.String pluginName)
public java.lang.String getUserName()
CurrentUser
getUserName
in class CurrentUser
public java.lang.String toString()
toString
in class InternalUser