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 RolleRolleAPI. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)Deprecated.RolleRolleAPI. getAdminRolle(UserContext uc, Mandant mandant)Method for determining a admin role of a client.RolleRolleAPI. getByUUID(UserContext uc, Mandant client, String uuid)Returns the role with the given UUIDRolleRolleAPI. 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 RolleRolleAPI. 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 voidDaoActionHookHelper. removeModulDependency(IEntityContext ec, Rolle rolle)Deprecated.The entity Modul no longer exists.static voidDaoActionHookHelper. 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 RolleRolleDao. getAdminRolle(IEntityContext ec, Mandant mandant)RolleRolleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)RolleRolleDao. 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 ModulModulDao. 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 RolleIRolleDao. getAdminRolle(IEntityContext ec, Mandant mandant)RolleIRolleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the role with the given UUIDRolleIRolleDao. 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 ModulIModulDao. 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 RolleBenutzer. getRolle()Deprecated.RolleLDAPGruppe. 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 booleanAClientAuthorization. addRole(Rolle role)voidModul. addRolle(Rolle rolle)Deprecated.voidModul. removeRolle(Rolle rolle)Deprecated.voidBenutzer. setRolle(Rolle rolle)Deprecated.voidLDAPGruppe. setRolle(Rolle rolle)Deprecated.Method parameters in de.xima.fc.entities with type arguments of type Rolle Modifier and Type Method Description voidDirectClientAuthorization. setRoles(Set<Rolle> roles)voidIndirectClientAuthorization. setRoles(Set<Rolle> roles)voidModul. 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 booleanRolePropertiesTemplateBean. 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 RolleClientBean. 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 RolleUserRoleBean.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 allRolleof a selectedIEntityClientAuthorizationMethods in de.xima.fc.gui.bean.user with parameters of type Rolle Modifier and Type Method Description booleanClientAuthorizationBean. canRoleBeEdited(Rolle role, IEntityClientAuthorization authorization)voidUserRoleBean.EntityListModelImpl. setSelected(Rolle selected)Method parameters in de.xima.fc.gui.bean.user with type arguments of type Rolle Modifier and Type Method Description voidUserRoleBean. 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 booleanPermissionUtils. canUserAccessProjectPage(UserContext uc, Benutzer user, Rolle role, Mandant client, boolean isEditingAllowed, EAccessProperty... props)Deprecated.static booleanPermissionUtils. 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 RolleRolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)Deprecated.RolleRolleHandler. getAdminRolle(UserContext uc, Mandant mandant)RolleRolleHandler. getByUUID(UserContext uc, Mandant client, String uuid)RolleRolleHandler. 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 RolleRolleHandler. 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 RolleIRolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)Deprecated.Modules no longer exists.RolleIRolleHandler. getAdminRolle(UserContext uc, Mandant mandant)RolleIRolleHandler. getByUUID(UserContext uc, Mandant client, String uuid)Returns the role with the given UUIDRolleIRolleHandler. 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 RolleIRolleHandler. 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 booleanRollePropertyHelper. 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 RolleIClientCreateData. getClientAdminRole(Locale locale)default RolleIDefaultMandantData. getClientAdminRole(Locale locale)Deprecated.RolleIDefaultMandantData. 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 classVirtualRolle - 
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.BuilderBasicClientAuthorization.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 RolleERollen. 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 RolleAWorkflowEngineTest. role - 
Uses of Rolle in de.xima.fc.setup
Methods in de.xima.fc.setup that return Rolle Modifier and Type Method Description protected RolleDefaultClientCreator. createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)protected RolleDefaultClientCreator. createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)Deprecated.RolleDefaultClientCreator. createMandantAdminRolle(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)Deprecated.will be removed.RolleDefaultClientData. getClientAdminRole(Locale locale)protected RolleDefaultClientData. 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 BenutzerDefaultClientCreator. createBenutzer(IEntityContext ec, Mandant client, Benutzer user, Rolle role)protected BenutzerDefaultClientCreator. 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 RolleEntityDummyFactory. dummyRole(String name, ERollenTyp type, Mandant client)Methods in de.xima.fc.testhelper with parameters of type Rolle Modifier and Type Method Description static DirectClientAuthorizationEntityDummyFactory. dummyDirectClientAuthorization(UserProfile profile, Mandant client, boolean accepted, Rolle... roles)static IndirectClientAuthorizationEntityDummyFactory. dummyIndirectClientAuthorization(IClientDescriptor clientDescriptor, String name, Mandant client, Rolle... roles)static BenutzerEntityDummyFactory. dummyUser(String surename, String givenName, Rolle role)Deprecated.static BenutzerEntityDummyFactory. 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 StringUserMgmtUtils. getClientRole(Rolle role)Returns a string value representing the role within a client (Mandant). 
 -