| Package | Description |
|---|---|
| org.egov.infra.admin.master.entity | |
| org.egov.infra.admin.master.repository | |
| org.egov.infra.admin.master.service |
| Modifier and Type | Method and Description |
|---|---|
Set<Role> |
Action.getRoles() |
Set<Role> |
User.getRoles() |
Set<Role> |
Feature.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.addRole(Role role) |
void |
User.addRole(Role role) |
void |
Feature.addRole(Role role) |
boolean |
Action.hasRole(Role role) |
boolean |
Feature.hasRole(Role role) |
void |
Action.removeRole(Role role) |
void |
User.removeRole(Role role) |
void |
Feature.removeRole(Role role) |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setRoles(Set<Role> roles) |
void |
User.setRoles(Set<Role> roles) |
void |
Feature.setRoles(Set<Role> roles) |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleRepository.findByNameContainingIgnoreCase(String name) |
Set<Role> |
UserRepository.findUserRolesByUserName(String userName) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FeatureRepository.countByRolesInAndActionsIn(Role role,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
List<Object[]> |
ModuleRepositoryCustom.fetchModulesForRoles(Set<Role> roles) |
List<Object[]> |
ModuleRepositoryImpl.fetchModulesForRoles(Set<Role> roles) |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleService.getRoleById(Long roleID) |
Role |
RoleService.getRoleByName(String name) |
Role |
RoleService.load(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleService.getAllRoles() |
Set<Role> |
UserService.getRolesByUsername(String userName) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleService.createRole(Role role) |
Long |
FeatureService.getNumberOfFeatureByRoleAction(Role role,
Action action) |
void |
FeatureAccessControlService.grantAccess(Feature feature,
Role role) |
void |
RoleService.remove(Role role) |
void |
FeatureAccessControlService.revokeAccess(Feature feature,
Role role) |
void |
RoleService.update(Role role) |
| Modifier and Type | Method and Description |
|---|---|
List<MenuLink> |
ModuleService.getMenuLinksForRoles(Set<Role> roles) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.