Package | Description |
---|---|
fr.paris.lutece.portal.business.rbac | |
fr.paris.lutece.portal.business.user |
Modifier and Type | Method and Description |
---|---|
static AdminRole |
AdminRoleHome.create(AdminRole role)
Creation of an instance of role
|
static AdminRole |
AdminRoleHome.findByPrimaryKey(String strRoleKey)
Returns an instance of a role whose identifier is specified in parameter
|
AdminRole |
IAdminRoleDAO.load(String strRoleKey)
Load the data of AdminRole from the table
|
AdminRole |
AdminRoleDAO.load(String strRoleKey)
Load the data of AdminRole from the table
|
static AdminRole |
AdminRoleHome.update(String strRoleKey,
AdminRole role)
Update of the role which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static Collection<AdminRole> |
AdminRoleHome.findAll()
Returns a collection of roles objects
|
Collection<AdminRole> |
IAdminRoleDAO.selectRoleList()
Load the list of roles
|
Collection<AdminRole> |
AdminRoleDAO.selectRoleList()
Load the list of roles
|
Modifier and Type | Method and Description |
---|---|
static AdminRole |
AdminRoleHome.create(AdminRole role)
Creation of an instance of role
|
void |
IAdminRoleDAO.insert(AdminRole role)
Insert a new record in the table.
|
void |
AdminRoleDAO.insert(AdminRole role)
Insert a new record in the table.
|
void |
IAdminRoleDAO.store(String strRoleKey,
AdminRole role)
Update the record identified by the given role key with the given role in the table
|
void |
AdminRoleDAO.store(String strRoleKey,
AdminRole role)
Update the record identified by the given role key with the given role in the table
|
static AdminRole |
AdminRoleHome.update(String strRoleKey,
AdminRole role)
Update of the role which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
Map<String,AdminRole> |
AdminUser.getRoles()
Returns user's roles
|
static Map<String,AdminRole> |
AdminUserHome.getRolesListForUser(int nUserId)
Get the role list associated to a given user id
|
Map<String,AdminRole> |
AdminUserDAO.selectRolesListForUser(int nUserId)
Get the role list associated to a given user id
|
Map<String,AdminRole> |
IAdminUserDAO.selectRolesListForUser(int nUserId)
Get the role list associated to a given user id
|
Modifier and Type | Method and Description |
---|---|
void |
AdminUserDAO.storeUsersRole(String strOldRoleKey,
AdminRole role)
Update role key if role key name has change
|
void |
IAdminUserDAO.storeUsersRole(String strOldRoleKey,
AdminRole role)
Update role key if role key name has change
|
static void |
AdminUserHome.updateUsersRole(String strOldRoleKey,
AdminRole role)
Update role key if role key name has change
|
Modifier and Type | Method and Description |
---|---|
void |
AdminUser.addRoles(Map<String,AdminRole> roles)
add user's roles
|
void |
AdminUser.setRoles(Map<String,AdminRole> roles)
Defines user's roles
|
Copyright © 2020 City of Paris. All rights reserved.