Modifier and Type | Method and Description |
---|---|
protected User |
AccessEngine.getUser() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
SecurityHandler.add(User user) |
javax.ws.rs.core.Response |
SecurityHandler.update(User user) |
Modifier and Type | Method and Description |
---|---|
void |
UserJson.mapResources(User user) |
Modifier and Type | Method and Description |
---|---|
static User |
RestUtils.getUser(org.jboss.resteasy.spi.HttpRequest request) |
static User |
UserMapper.getUser(String userName) |
Modifier and Type | Method and Description |
---|---|
static User |
AuthUtils.getUser(javax.ws.rs.core.SecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AuthUtils.hasAccess(User user,
AppProperties.RESOURCE_TYPE resourceType,
Integer resourceId) |
static boolean |
AuthUtils.hasPermission(User user,
AuthUtils.PERMISSION_TYPE permissionType) |
static boolean |
AuthUtils.isSuperAdmin(User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserDaoImpl.get(User user) |
User |
UserDao.getById(Integer id) |
User |
UserDaoImpl.getByUsername(String userName) |
User |
UserDao.getByUsername(String userName) |
Modifier and Type | Method and Description |
---|---|
List<User> |
UserDaoImpl.getAll(List<Integer> ids) |
Modifier and Type | Method and Description |
---|---|
void |
UserSettingsDaoImpl.delete(User user,
String key) |
void |
UserSettingsDao.delete(User user,
String key) |
User |
UserDaoImpl.get(User user) |
List<UserSettings> |
UserSettingsDaoImpl.get(User user,
List<String> keys) |
List<UserSettings> |
UserSettingsDao.get(User user,
List<String> keys) |
UserSettings |
UserSettingsDaoImpl.get(User user,
String key) |
UserSettings |
UserSettingsDao.get(User user,
String key) |
List<UserSettings> |
UserSettingsDaoImpl.getLike(User user,
String key) |
List<UserSettings> |
UserSettingsDao.getLike(User user,
String key) |
Modifier and Type | Method and Description |
---|---|
User |
IMigrationClient.getAdminUser() |
User |
ClientBase.getAdminUser() |
Modifier and Type | Method and Description |
---|---|
User |
UserSettings.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
UserSettings.setUser(User user) |
Constructor and Description |
---|
UserSettings(User user,
String key) |
UserSettings(User user,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
static void |
DashboardSettings.deleteDashboard(User user,
Integer id) |
static UserNativeSettings |
UserNativeSettings.get(User user) |
static Dashboard |
DashboardSettings.getDashboard(User user,
Integer id) |
static Dashboard |
DashboardSettings.getDashboard(User user,
String title) |
static List<Dashboard> |
DashboardSettings.getDashboards(User user) |
static Dashboard |
DashboardSettings.getDefaultDashboard(User user,
String title) |
void |
UserNativeSettings.save(User user) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<TypesIdNameMapper> |
TypesUtils.getExternalServers(User user) |
static ArrayList<TypesIdNameMapper> |
TypesUtils.getForwardPayloads(User user) |
static ArrayList<TypesIdNameMapper> |
TypesUtils.getGateways(User user,
String filter,
long page,
long pageLimit) |
static ArrayList<TypesIdNameMapper> |
TypesUtils.getNodes(User user,
Integer gatewayId,
String filter,
long page,
long pageLimit) |
static ArrayList<TypesIdNameMapper> |
TypesUtils.getResources(User user,
String resourceType,
String filter,
long page,
long pageLimit) |
static ArrayList<TypesIdNameMapper> |
TypesUtils.getResourceTypes(User user,
String resourceType,
String operationType,
String conditionTypeString) |
static ArrayList<TypesIdNameMapper> |
TypesUtils.getRuleDefinitions(User user) |
static ArrayList<TypesIdNameMapper> |
TypesUtils.getSensors(User user,
Integer nodeId,
Integer roomId,
Boolean enableNoRoomFilter,
String filter,
long page,
long pageLimit) |
static ArrayList<TypesIdNameMapper> |
TypesUtils.getSensorVariables(User user,
Integer sensorId,
Integer sensorVariableId,
List<String> variableTypes,
List<String> metricTypes,
String filter,
long page,
long pageLimit) |
static ArrayList<TypesIdNameMapper> |
TypesUtils.getTimers(User user) |
Copyright © 2015–2019. All rights reserved.