Modifier and Type | Field and Description |
---|---|
private User |
MangoDaoImpl.user |
Modifier and Type | Method and Description |
---|---|
void |
UsersProfileDao.grantUserAdminProfile(User user) |
void |
UsersProfileDao.resetUserProfile(User user) |
Modifier and Type | Field and Description |
---|---|
protected User |
ScriptContextObject.user |
Modifier and Type | Method and Description |
---|---|
void |
ScriptContextObject.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
void |
CustomComponent.validateDataPoint(User user,
boolean makeReadOnly) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<User> |
UsersProfileImporter.getUsers(com.serotonin.json.JsonObject profileJson) |
Modifier and Type | Method and Description |
---|---|
private void |
UsersProfileImporter.copyDatapointPermissions(User user,
UsersProfileVO profile) |
private void |
UsersProfileImporter.copyDatasourcePermissions(User user,
UsersProfileVO profile) |
private void |
UsersProfileImporter.copyUsersOldAdditionalPermissions(User user,
UsersProfileVO profile) |
private void |
UsersProfileImporter.copyViewPermissions(User user,
UsersProfileVO profile) |
private void |
UsersProfileImporter.copyWatchlistPermissions(User user,
UsersProfileVO profile) |
private void |
UsersProfileImporter.restoreOldDatapointPermissions(UsersProfileVO profile,
User user) |
private void |
UsersProfileImporter.restoreOldDatasourcePermissions(UsersProfileVO profile,
User user) |
private void |
UsersProfileImporter.restoreUsersOldAdditionalPermissions(User user,
UsersProfileVO profile) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<User> |
UserCache.activeUsers |
private java.util.List<User> |
UserCache.permissionedUsers |
Modifier and Type | Method and Description |
---|---|
User |
UserCache.getUpdatedPermissions(User user) |
User |
UserCache.getUser(int userId) |
User |
UserCache.getUser(java.lang.String username) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<User> |
UserCache.filterActiveUsers(java.util.List<User> users) |
java.util.List<User> |
UserCache.getActiveUsers() |
java.util.List<User> |
UserCache.getPermissionedUsers() |
private java.util.List<User> |
UserCache.getPermissionedUsers(java.util.List<User> users) |
Modifier and Type | Method and Description |
---|---|
User |
UserCache.getUpdatedPermissions(User user) |
void |
UserCache.updateUser(User user) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<User> |
UserCache.filterActiveUsers(java.util.List<User> users) |
private java.util.List<User> |
UserCache.getPermissionedUsers(java.util.List<User> users) |
Modifier and Type | Field and Description |
---|---|
private User |
UsersProfileVO.lastAppliedUser |
Modifier and Type | Method and Description |
---|---|
User |
UsersProfileVO.retrieveLastAppliedUser() |
Modifier and Type | Method and Description |
---|---|
void |
UsersProfileVO.apply(User user) |
private void |
UsersProfileVO.applyViewPermissions(User user) |
private void |
UsersProfileVO.applyWatchlistPermissions(User user) |
Modifier and Type | Method and Description |
---|---|
static User |
Common.getUser() |
static User |
Common.getUser(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
static void |
Common.setUser(javax.servlet.http.HttpServletRequest request,
User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserDao.getUser(int id) |
User |
UserDao.getUser(java.lang.String username) |
User |
UserDao.UserRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
java.util.List<User> |
UserDao.getActiveUsers() |
java.util.List<User> |
UserDao.getPermissionedUsers() |
java.util.List<User> |
UserDao.getUsers() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
UserDao.insertUser(User user) |
void |
UserDao.populateUserPermissions(User user) |
private void |
UserDao.saveRelationalData(User user) |
void |
UserDao.saveUser(User user) |
(package private) void |
UserDao.updateUser(User user) |
Modifier and Type | Method and Description |
---|---|
private void |
UserDao.populateUserPermissions(java.util.List<User> users) |
Modifier and Type | Field and Description |
---|---|
private User |
AuditEventType.raisingUser |
Modifier and Type | Method and Description |
---|---|
boolean |
EventType.excludeUser(User user)
Determines if the notification of this event to the given user should be suppressed.
|
boolean |
AuditEventType.excludeUser(User user) |
void |
AuditEventType.setRaisingUser(User raisingUser) |
Modifier and Type | Field and Description |
---|---|
private User |
ReportWorkItem.user |
Modifier and Type | Field and Description |
---|---|
private User |
BackgroundContext.user |
Modifier and Type | Method and Description |
---|---|
User |
BackgroundContext.getUser() |
Modifier and Type | Method and Description |
---|---|
static void |
BackgroundContext.set(User user)
Creates the BackgroundContext instance for this thread and adds it to the store.
|
Constructor and Description |
---|
BackgroundContext(User user)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
View.getUserAccess(User user) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ViewComponent.validateDataPoint(User user,
boolean makeReadOnly) |
void |
PointComponent.validateDataPoint(User user,
boolean makeReadOnly) |
void |
CompoundComponent.validateDataPoint(User user,
boolean makeReadOnly) |
void |
HtmlComponent.validateDataPoint(User user,
boolean makeReadOnly) |
Modifier and Type | Field and Description |
---|---|
private User |
CustomView.authorityUser |
Modifier and Type | Method and Description |
---|---|
User |
CustomView.getAuthorityUser() |
Constructor and Description |
---|
CustomView(User authorityUser) |
Modifier and Type | Method and Description |
---|---|
int |
WatchList.getUserAccess(User user) |
Modifier and Type | Field and Description |
---|---|
private User |
UserEntry.user |
Modifier and Type | Method and Description |
---|---|
User |
UserEntry.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
UserEntry.setUser(User user) |
Modifier and Type | Field and Description |
---|---|
private User |
PermissionException.user |
Modifier and Type | Method and Description |
---|---|
User |
PermissionException.getUser() |
Modifier and Type | Method and Description |
---|---|
static void |
Permissions.ensureAdmin(User user) |
static void |
Permissions.ensureDataPointReadPermission(User user,
DataPointVO point) |
static void |
Permissions.ensureDataPointSetPermission(User user,
DataPointVO point) |
static void |
Permissions.ensureDataSourcePermission(User user) |
static void |
Permissions.ensureDataSourcePermission(User user,
int dataSourceId) |
static void |
Permissions.ensureEventTypePermission(User user,
EventType eventType) |
static void |
Permissions.ensureEventTypePermission(User user,
EventTypeVO eventType) |
static void |
Permissions.ensureReportInstancePermission(User user,
ReportInstance instance) |
static void |
Permissions.ensureReportPermission(User user,
ReportVO report) |
static void |
Permissions.ensureValidUser(User user) |
static void |
Permissions.ensureViewEditPermission(User user,
View view) |
static void |
Permissions.ensureViewPermission(User user,
View view) |
static void |
Permissions.ensureWatchListEditPermission(User user,
WatchList watchList) |
static void |
Permissions.ensureWatchListPermission(User user,
WatchList watchList) |
private static DataPointAccess |
Permissions.getDataPointAccess(User user,
int dataPointId) |
static int |
Permissions.getDataPointAccessType(User user,
DataPointVO point) |
static boolean |
Permissions.hasAdmin(User user) |
static boolean |
Permissions.hasDataPointReadPermission(User user,
DataPointVO point) |
private static boolean |
Permissions.hasDataPointReadPermission(User user,
int dataSourceId,
int dataPointId) |
static boolean |
Permissions.hasDataPointSetPermission(User user,
DataPointVO point) |
static boolean |
Permissions.hasDataSourcePermission(User user) |
static boolean |
Permissions.hasDataSourcePermission(User user,
int dataSourceId) |
static boolean |
Permissions.hasEventTypePermission(User user,
EventType eventType) |
Constructor and Description |
---|
PermissionException(java.lang.String message,
User user) |
Modifier and Type | Method and Description |
---|---|
User |
UsersDwr.getUser(int id) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<User> |
BaseDwr.getShareUsers(User excludeUser) |
Modifier and Type | Method and Description |
---|---|
private void |
ViewDwr.addCustomComponentState(ViewComponent viewComponent,
RuntimeManager rtm,
java.util.Map<java.lang.String,java.lang.Object> model,
javax.servlet.http.HttpServletRequest request,
View view,
User user,
java.util.List<ViewComponentState> states,
boolean edit,
boolean add) |
private void |
ViewDwr.addPointComponentState(ViewComponent viewComponent,
RuntimeManager rtm,
java.util.Map<java.lang.String,java.lang.Object> model,
javax.servlet.http.HttpServletRequest request,
View view,
User user,
java.util.List<ViewComponentState> states,
boolean edit,
boolean add) |
private WatchListState |
WatchListDwr.createWatchListState(javax.servlet.http.HttpServletRequest request,
DataPointVO pointVO,
RuntimeManager rtm,
java.util.Map<java.lang.String,java.lang.Object> model,
User user)
Convenience method for creating a populated view state.
|
private java.util.List<ReportInstance> |
ReportsDwr.getReportInstances(User user) |
protected java.util.List<User> |
BaseDwr.getShareUsers(User excludeUser) |
private java.util.List<ViewComponentState> |
ViewDwr.getViewPointData(User user,
View view,
boolean edit) |
private java.util.Map<java.lang.String,java.lang.Object> |
WatchListDwr.getWatchListData(User user,
WatchList watchList) |
static com.serotonin.web.dwr.DwrResponseI18n |
EmportDwr.importDataImpl(java.lang.String data,
java.util.ResourceBundle bundle,
User user) |
private ViewComponentState |
ViewDwr.preparePointComponentState(PointComponent pointComponent,
User user,
DataPointRT point,
java.util.Map<java.lang.String,java.lang.Object> model,
javax.servlet.http.HttpServletRequest request)
Shared convenience method for creating a populated view component state.
|
private void |
WatchListDwr.prepareWatchList(WatchList watchList,
User user) |
protected void |
BaseDwr.setChange(DataPointVO pointVO,
BasePointState state,
DataPointRT point,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> model,
User user) |
protected void |
BaseDwr.setEvents(DataPointVO pointVO,
User user,
java.util.Map<java.lang.String,java.lang.Object> model) |
private void |
WatchListDwr.updateSetPermission(DataPointVO point,
int access,
User owner) |
Modifier and Type | Field and Description |
---|---|
private User |
ImportTask.user |
Constructor and Description |
---|
ImportTask(com.serotonin.json.JsonReader reader,
com.serotonin.json.JsonObject root,
java.util.ResourceBundle bundle,
User user) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NormalLoggedInFilter.checkAccess(User user) |
protected abstract boolean |
LoggedInFilter.checkAccess(User user) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CrowdUtils.isCrowdAuthenticated(User user) |
static void |
CrowdUtils.setCrowdAuthenticated(User user) |
Modifier and Type | Method and Description |
---|---|
static void |
ControllerUtils.addPointListDataToModel(User user,
int pointId,
java.util.Map<java.lang.String,java.lang.Object> model) |