Package | Description |
---|---|
de.xima.fc.api.entity |
Package for the API access of the model classes.
|
de.xima.fc.dao.hook | |
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.gui.bean.user | |
de.xima.fc.gui.common.utils | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.helper |
Package für konkrete Helperklassen
|
de.xima.fc.importer.stager | |
de.xima.fc.interfaces.setup | |
de.xima.fc.mdl |
Allgemeine Modellklassen, nicht Datenbankpersitiert
|
de.xima.fc.mdl.enums |
Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden.
|
de.xima.fc.setup |
Package to create clients, trigger updates and configure the system-logger
|
Modifier and Type | Method and Description |
---|---|
Rolle |
RolleAPI.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul)
Method for adding a module to a existing role.
|
Rolle |
RolleAPI.getAdminRolle(UserContext uc,
Mandant mandant)
Method for determining a admin role of a client.
|
Rolle |
RolleAPI.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the role with the given UUID
|
Rolle |
RolleAPI.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the role with the given UUID
|
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
RolleAPI.getRollenByModul(UserContext uc,
Modul modul)
Method for determining all roles by a module.
|
Modifier and Type | Method and Description |
---|---|
Rolle |
RolleAPI.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul)
Method for adding a module to a existing role.
|
List<Entityberechtigung> |
EntityberechtigungAPI.getAllByRolle(UserContext uc,
Rolle rolle)
Method for determining all entity authorizations by the role.
|
List<Modul> |
ModulAPI.getAllByRolle(UserContext uc,
Rolle rolle)
Method for determining all modules by a role.
|
Modifier and Type | Method and Description |
---|---|
static void |
DaoActionHookHelper.removeModulDependency(IEntityContext ec,
Rolle rolle) |
static void |
DaoActionHookHelper.syncBerechtigungen(IEntityContext ec,
Rolle rolle) |
Modifier and Type | Method and Description |
---|---|
Rolle |
RolleDao.getAdminRolle(IEntityContext ec,
Mandant mandant) |
Rolle |
RolleDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
Rolle |
RolleDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
Modifier and Type | Method and Description |
---|---|
protected IFCDaoActionHook<Rolle> |
RolleDao.getPostActionHook() |
protected IFCDaoActionHook<Rolle> |
RolleDao.getPreActionHook() |
List<Rolle> |
RolleDao.getRollenByModul(IEntityContext ec,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
Modul |
ModulDao.addModulToRolle(IEntityContext ec,
Rolle rolle,
Modul modul)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Rolle |
IRolleDao.getAdminRolle(IEntityContext ec,
Mandant mandant) |
Rolle |
IRolleDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the role with the given UUID
|
Rolle |
IRolleDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the role with the given UUID
|
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
IRolleDao.getRollenByModul(IEntityContext ec,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
Modul |
IModulDao.addModulToRolle(IEntityContext ec,
Rolle rolle,
Modul newModul)
Deprecated.
user regular update method
|
Modifier and Type | Method and Description |
---|---|
Rolle |
Benutzer.getRolle() |
Rolle |
LDAPGruppe.getRolle() |
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
Modul.getRollen()
Liefert die Liste der zugeordneten Rollen
|
Modifier and Type | Method and Description |
---|---|
void |
Modul.addRolle(Rolle rolle) |
void |
Modul.removeRolle(Rolle rolle) |
void |
Benutzer.setRolle(Rolle rolle) |
void |
LDAPGruppe.setRolle(Rolle rolle) |
Modifier and Type | Method and Description |
---|---|
void |
Modul.setRollen(List<Rolle> rollen)
Ersetzt die Liste der Rollen mit der übergebenen
|
Modifier and Type | Method and Description |
---|---|
Rolle |
UserRoleBean.EntityListModelImpl.getNew() |
Modifier and Type | Method and Description |
---|---|
IEntityListModelSelectByView<Rolle> |
UserRoleBean.getModel() |
List<Rolle> |
LDAPGroupBean.getRoleList() |
List<Rolle> |
UserRoleBean.getRoleList() |
List<Rolle> |
UserBean.getRoleList() |
Modifier and Type | Method and Description |
---|---|
void |
UserRoleBean.EntityListModelImpl.setSelected(Rolle selected) |
Modifier and Type | Method and Description |
---|---|
void |
UserRoleBean.setModel(IEntityListModelSelectByView<Rolle> model) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PermissionUtils.canUserAccessProjectPage(UserContext uc,
Benutzer user,
Rolle role,
Mandant client,
boolean isEditingAllowed,
EAccessProperty... props) |
static boolean |
PermissionUtils.canUserAccessProjectPage(UserContext uc,
Benutzer user,
Rolle role,
Projekt project,
boolean isEditingAllowed,
EAccessProperty... props)
Whether the user is allowed access to the given project page (or action).
|
Modifier and Type | Method and Description |
---|---|
Rolle |
RolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
Rolle |
RolleHandler.getAdminRolle(UserContext uc,
Mandant mandant) |
Rolle |
RolleHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Rolle |
RolleHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
RolleHandler.getRollenByModul(UserContext uc,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
Rolle |
RolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
List<Entityberechtigung> |
EntityberechtigungHandler.getAllByRolle(UserContext uc,
Rolle rolle) |
List<Modul> |
ModulHandler.getModuleByRolle(UserContext uc,
Rolle rolle) |
Modifier and Type | Method and Description |
---|---|
Rolle |
IRolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
Rolle |
IRolleHandler.getAdminRolle(UserContext uc,
Mandant mandant) |
Rolle |
IRolleHandler.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the role with the given UUID
|
Rolle |
IRolleHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the role with the given UUID
|
Modifier and Type | Method and Description |
---|---|
List<Rolle> |
IRolleHandler.getRollenByModul(UserContext uc,
Modul modul) |
Modifier and Type | Method and Description |
---|---|
Rolle |
IRolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
List<Entityberechtigung> |
IEntityberechtigungHandler.getAllByRolle(UserContext uc,
Rolle rolle) |
List<Modul> |
IModulHandler.getModuleByRolle(UserContext uc,
Rolle rolle) |
Modifier and Type | Method and Description |
---|---|
static boolean |
RollePropertyHelper.updateAccessProperties(Rolle role)
Sets the defaults for missing access properties on the role, and removes
access properties that do not exist anymore or are deprecated.
|
Constructor and Description |
---|
UserRoleImportStager(IEntityContext ec,
Rolle entity,
Mandant client)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default Rolle |
IDefaultMandantData.getClientAdminRole(Locale locale)
Deprecated.
|
Rolle |
IClientCreateData.getClientAdminRole(Locale locale) |
Rolle |
IDefaultMandantData.getMandantadminRolle(Locale locale)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default List<Rolle> |
IDefaultMandantData.getAllNonAdminRoles(Locale locale)
Deprecated.
|
List<Rolle> |
IClientCreateData.getAllNonAdminRoles(Locale locale) |
List<Rolle> |
IDefaultMandantData.getAllNonAdminRollen(Locale locale)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualRolle |
Modifier and Type | Method and Description |
---|---|
Rolle |
ERollen.getAsNewRolle(Locale installLocale) |
Modifier and Type | Method and Description |
---|---|
protected Rolle |
DefaultClientCreator.createClientAdminRole(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client,
List<Modul> modules) |
Rolle |
DefaultClientCreator.createMandantAdminRolle(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client,
List<Modul> modules)
Deprecated.
will be removed. Use createClientAdminRole to override default
|
Rolle |
DefaultClientData.getClientAdminRole(Locale locale) |
protected Rolle |
DefaultClientData.getInboxEditorRole(Locale locale)
Returns an new role for inbox-editors
|
Modifier and Type | Method and Description |
---|---|
protected List<Rolle> |
DefaultClientCreator.createNoneAdminRoles(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client,
List<Modul> modules) |
List<Rolle> |
DefaultClientCreator.createNoneAdminRollen(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client,
List<Modul> modules)
Deprecated.
will be removed. Use createNoneAdminRoles to override default.
|
ArrayList<Rolle> |
DefaultClientData.getAllNonAdminRoles(Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected Benutzer |
DefaultClientCreator.createBenutzer(IEntityContext ec,
Mandant client,
Benutzer user,
Rolle role)
|
protected Benutzer |
DefaultClientCreator.createUser(IEntityContext ec,
Mandant client,
Benutzer user,
Rolle role) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.