Uses of Class
de.xima.fc.entities.Rolle
-
Packages that use Rolle 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ätende.xima.fc.gui.bean.application.templates de.xima.fc.gui.bean.settings de.xima.fc.gui.bean.user de.xima.fc.gui.common.bean.profile 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 Helperklassende.xima.fc.importer.stager de.xima.fc.interfaces.auth de.xima.fc.interfaces.setup de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.mdl.auth.authorization de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.ms.test.workflow de.xima.fc.setup Package to create clients, trigger updates and configure the system-loggerde.xima.fc.testhelper de.xima.fc.utils Package für Utilsklassen -
-
Uses of Rolle in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Rolle Modifier and Type Method Description Rolle
RolleAPI. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Deprecated.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 UUIDRolle
RolleAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the role with the given UUIDMethods in de.xima.fc.api.entity that return types with arguments of type Rolle Modifier and Type Method Description List<Rolle>
RolleAPI. getRollenByModul(UserContext uc, Modul modul)
Deprecated.Methods in de.xima.fc.api.entity with parameters of type Rolle Modifier and Type Method Description Rolle
RolleAPI. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Deprecated.List<Modul>
ModulAPI. getAllByRolle(UserContext uc, Rolle rolle)
Deprecated.Method for determining all modules by a role. -
Uses of Rolle in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type Rolle Modifier and Type Method Description static void
DaoActionHookHelper. removeModulDependency(IEntityContext ec, Rolle rolle)
Deprecated.The entity Modul no longer exists.static void
DaoActionHookHelper. syncBerechtigungen(IEntityContext ec, Rolle rolle)
Deprecated.The entity Modul no longer exists. -
Uses of Rolle in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Rolle Modifier and Type Method 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)
Methods in de.xima.fc.dao.impl that return types with arguments of type Rolle Modifier and Type Method Description protected IFCDaoActionHook<Rolle>
RolleDao. getPostActionHook()
protected IFCDaoActionHook<Rolle>
RolleDao. getPreActionHook()
List<Rolle>
RolleDao. getRollenByModul(IEntityContext ec, Modul modul)
Deprecated.Methods in de.xima.fc.dao.impl with parameters of type Rolle Modifier and Type Method Description Modul
ModulDao. addModulToRolle(IEntityContext ec, Rolle rolle, Modul modul)
Deprecated. -
Uses of Rolle in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Rolle Modifier and Type Method Description Rolle
IRolleDao. getAdminRolle(IEntityContext ec, Mandant mandant)
Rolle
IRolleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the role with the given UUIDRolle
IRolleDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the role with the given UUIDMethods in de.xima.fc.dao.interfaces that return types with arguments of type Rolle Modifier and Type Method Description List<Rolle>
IRolleDao. getRollenByModul(IEntityContext ec, Modul modul)
Deprecated.Methods in de.xima.fc.dao.interfaces with parameters of type Rolle Modifier and Type Method Description Modul
IModulDao. addModulToRolle(IEntityContext ec, Rolle rolle, Modul newModul)
Deprecated.user regular update method -
Uses of Rolle in de.xima.fc.entities
Methods in de.xima.fc.entities that return Rolle Modifier and Type Method Description Rolle
Benutzer. getRolle()
Deprecated.Rolle
LDAPGruppe. getRolle()
Deprecated.Methods in de.xima.fc.entities that return types with arguments of type Rolle Modifier and Type Method Description Set<Rolle>
DirectClientAuthorization. getRoles()
Set<Rolle>
IndirectClientAuthorization. getRoles()
List<Rolle>
Modul. getRollen()
Deprecated.Liefert die Liste der zugeordneten RollenMethods in de.xima.fc.entities with parameters of type Rolle Modifier and Type Method Description boolean
AClientAuthorization. addRole(Rolle role)
void
Modul. addRolle(Rolle rolle)
Deprecated.void
Modul. removeRolle(Rolle rolle)
Deprecated.void
Benutzer. setRolle(Rolle rolle)
Deprecated.void
LDAPGruppe. setRolle(Rolle rolle)
Deprecated.Method parameters in de.xima.fc.entities with type arguments of type Rolle Modifier and Type Method Description void
DirectClientAuthorization. setRoles(Set<Rolle> roles)
void
IndirectClientAuthorization. setRoles(Set<Rolle> roles)
void
Modul. setRollen(List<Rolle> rollen)
Deprecated.Ersetzt die Liste der Rollen mit der übergebenen -
Uses of Rolle in de.xima.fc.gui.bean.application.templates
Methods in de.xima.fc.gui.bean.application.templates with parameters of type Rolle Modifier and Type Method Description boolean
RolePropertiesTemplateBean. canRolePermissionsBeEdited(Rolle role)
-
Uses of Rolle in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return Rolle Modifier and Type Method Description Rolle
ClientBean. getAdminRole()
-
Uses of Rolle in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return Rolle Modifier and Type Method Description Rolle
UserRoleBean.EntityListModelImpl. getNew()
Methods in de.xima.fc.gui.bean.user that return types with arguments of type Rolle Modifier and Type Method Description IEntityListModelSelectByView<Rolle>
UserRoleBean. getModel()
List<Rolle>
LDAPGroupBean. getRoleList()
Deprecated.List<Rolle>
UserBean. getRoleList()
Deprecated.List<Rolle>
UserRoleBean. getRoleList()
List<Rolle>
ClientAuthorizationBean. getRolesList()
Method to return list of allRolle
of a selectedIEntityClientAuthorization
Methods in de.xima.fc.gui.bean.user with parameters of type Rolle Modifier and Type Method Description boolean
ClientAuthorizationBean. canRoleBeEdited(Rolle role, IEntityClientAuthorization authorization)
void
UserRoleBean.EntityListModelImpl. setSelected(Rolle selected)
Method parameters in de.xima.fc.gui.bean.user with type arguments of type Rolle Modifier and Type Method Description void
UserRoleBean. setModel(IEntityListModelSelectByView<Rolle> model)
-
Uses of Rolle in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile that return types with arguments of type Rolle Modifier and Type Method Description Map<Mandant,org.apache.commons.lang3.tuple.Pair<Set<Rolle>,Map<String,Set<BenutzerGruppe>>>>
UserProfileInfoPanelBean. getUserAuthorizationInfo(Object user)
-
Uses of Rolle in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type Rolle Modifier and Type Method Description static boolean
PermissionUtils. canUserAccessProjectPage(UserContext uc, Benutzer user, Rolle role, Mandant client, boolean isEditingAllowed, EAccessProperty... props)
Deprecated.static boolean
PermissionUtils. canUserAccessProjectPage(UserContext uc, Benutzer user, Rolle role, Projekt project, boolean isEditingAllowed, EAccessProperty... props)
Deprecated. -
Uses of Rolle in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Rolle Modifier and Type Method Description Rolle
RolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Deprecated.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)
Methods in de.xima.fc.handler.entity that return types with arguments of type Rolle Modifier and Type Method Description List<Rolle>
RolleHandler. getRollenByModul(UserContext uc, Modul modul)
Deprecated.Methods in de.xima.fc.handler.entity with parameters of type Rolle Modifier and Type Method Description Rolle
RolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Deprecated.List<Entityberechtigung>
EntityberechtigungHandler. getAllByRolle(UserContext uc, Rolle rolle)
Deprecated.List<Modul>
ModulHandler. getModuleByRolle(UserContext uc, Rolle rolle)
Deprecated. -
Uses of Rolle in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return Rolle Modifier and Type Method Description Rolle
IRolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Deprecated.Modules no longer exists.Rolle
IRolleHandler. getAdminRolle(UserContext uc, Mandant mandant)
Rolle
IRolleHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the role with the given UUIDRolle
IRolleHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the role with the given UUIDMethods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Rolle Modifier and Type Method Description List<Rolle>
IRolleHandler. getRollenByModul(UserContext uc, Modul modul)
Deprecated.Methods in de.xima.fc.handler.interfaces.entity with parameters of type Rolle Modifier and Type Method Description Rolle
IRolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Deprecated.Modules no longer exists.List<Entityberechtigung>
IEntityberechtigungHandler. getAllByRolle(UserContext uc, Rolle rolle)
Deprecated.UsegetBerechtigungen()
isntead.List<Modul>
IModulHandler. getModuleByRolle(UserContext uc, Rolle rolle)
Deprecated. -
Uses of Rolle in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type Rolle Modifier and Type Method 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. -
Uses of Rolle in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type Rolle Constructor Description UserRoleImportStager(IEntityContext ec, Rolle entity, Mandant client)
Deprecated. -
Uses of Rolle in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return types with arguments of type Rolle Modifier and Type Method Description Set<Rolle>
IClientAuthorization. getRoles()
-
Uses of Rolle in de.xima.fc.interfaces.setup
Methods in de.xima.fc.interfaces.setup that return Rolle Modifier and Type Method Description Rolle
IClientCreateData. getClientAdminRole(Locale locale)
default Rolle
IDefaultMandantData. getClientAdminRole(Locale locale)
Deprecated.Rolle
IDefaultMandantData. getMandantadminRolle(Locale locale)
Deprecated.Methods in de.xima.fc.interfaces.setup that return types with arguments of type Rolle Modifier and Type Method Description List<Rolle>
IClientCreateData. getAllNonAdminRoles(Locale locale)
default List<Rolle>
IDefaultMandantData. getAllNonAdminRoles(Locale locale)
Deprecated.List<Rolle>
IDefaultMandantData. getAllNonAdminRollen(Locale locale)
Deprecated. -
Uses of Rolle in de.xima.fc.mdl
Subclasses of Rolle in de.xima.fc.mdl Modifier and Type Class Description class
VirtualRolle
-
Uses of Rolle in de.xima.fc.mdl.auth.authorization
Methods in de.xima.fc.mdl.auth.authorization that return types with arguments of type Rolle Modifier and Type Method Description Set<Rolle>
BasicClientAuthorization. getRoles()
Method parameters in de.xima.fc.mdl.auth.authorization with type arguments of type Rolle Modifier and Type Method Description BasicClientAuthorization.Builder
BasicClientAuthorization.Builder. withRoles(Set<Rolle> roles)
-
Uses of Rolle in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return Rolle Modifier and Type Method Description Rolle
ERollen. getAsNewRolle(Locale installLocale)
-
Uses of Rolle in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as Rolle Modifier and Type Field Description protected Rolle
AWorkflowEngineTest. role
-
Uses of Rolle in de.xima.fc.setup
Methods in de.xima.fc.setup that return Rolle Modifier and Type Method Description protected Rolle
DefaultClientCreator. createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)
protected Rolle
DefaultClientCreator. createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.Rolle
DefaultClientCreator. createMandantAdminRolle(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.will be removed.Rolle
DefaultClientData. getClientAdminRole(Locale locale)
protected Rolle
DefaultClientData. getInboxEditorRole(Locale locale)
Returns an new role for inbox-editorsMethods in de.xima.fc.setup that return types with arguments of type Rolle Modifier and Type Method Description protected List<Rolle>
DefaultClientCreator. createNonAdminRoles(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, Set<String> moduleNames)
protected List<Rolle>
DefaultClientCreator. createNoneAdminRoles(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.List<Rolle>
DefaultClientCreator. createNoneAdminRollen(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.will be removed.ArrayList<Rolle>
DefaultClientData. getAllNonAdminRoles(Locale locale)
Methods in de.xima.fc.setup with parameters of type Rolle Modifier and Type Method 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)
Deprecated. -
Uses of Rolle in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return Rolle Modifier and Type Method Description static Rolle
EntityDummyFactory. dummyRole(String name, ERollenTyp type, Mandant client)
Methods in de.xima.fc.testhelper with parameters of type Rolle Modifier and Type Method Description static DirectClientAuthorization
EntityDummyFactory. dummyDirectClientAuthorization(UserProfile profile, Mandant client, boolean accepted, Rolle... roles)
static IndirectClientAuthorization
EntityDummyFactory. dummyIndirectClientAuthorization(IClientDescriptor clientDescriptor, String name, Mandant client, Rolle... roles)
static Benutzer
EntityDummyFactory. dummyUser(String surename, String givenName, Rolle role)
Deprecated.static Benutzer
EntityDummyFactory. dummyUser(String surename, String givenName, Rolle role, String email)
Deprecated. -
Uses of Rolle in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type Rolle Modifier and Type Method Description static String
UserMgmtUtils. getClientRole(Rolle role)
Returns a string value representing the role within a client (Mandant
).
-