| Modifier and Type | Method and Description |
|---|---|
Privilege |
IdmIdentityService.createPrivilege(String privilegeName)
Creates a new
Privilege with the provided name. |
| Modifier and Type | Method and Description |
|---|---|
Privilege |
IdmIdentityServiceImpl.createPrivilege(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Privilege> |
PrivilegeQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Privilege |
CreatePrivilegeCmd.execute(CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrivilegeEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
PrivilegeEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<Privilege> |
PrivilegeEntityManagerImpl.findPrivilegeByNativeQuery(Map<String,Object> parameterMap) |
List<Privilege> |
PrivilegeEntityManager.findPrivilegeByNativeQuery(Map<String,Object> parameterMap) |
List<Privilege> |
PrivilegeEntityManagerImpl.findPrivilegeByQueryCriteria(PrivilegeQueryImpl query) |
List<Privilege> |
PrivilegeEntityManager.findPrivilegeByQueryCriteria(PrivilegeQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
List<Privilege> |
PrivilegeDataManager.findPrivilegeByNativeQuery(Map<String,Object> parameterMap) |
List<Privilege> |
PrivilegeDataManager.findPrivilegeByQueryCriteria(PrivilegeQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
List<Privilege> |
MybatisPrivilegeDataManager.findPrivilegeByNativeQuery(Map<String,Object> parameterMap) |
List<Privilege> |
MybatisPrivilegeDataManager.findPrivilegeByQueryCriteria(PrivilegeQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdmRestApiInterceptor.accessPrivilegeInfoById(Privilege privilege) |
void |
IdmRestApiInterceptor.addGroupPrivilege(Privilege privilege,
String groupId) |
void |
IdmRestApiInterceptor.addUserPrivilege(Privilege privilege,
String userId) |
PrivilegeResponse |
IdmRestResponseFactory.createPrivilegeResponse(Privilege privilege) |
PrivilegeResponse |
IdmRestResponseFactory.createPrivilegeResponse(Privilege privilege,
List<User> users,
List<Group> groups) |
void |
IdmRestApiInterceptor.deleteGroupPrivilege(Privilege privilege,
String groupId) |
void |
IdmRestApiInterceptor.deleteUserPrivilege(Privilege privilege,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
List<PrivilegeResponse> |
IdmRestResponseFactory.createPrivilegeResponseList(List<Privilege> privileges) |
| Modifier and Type | Method and Description |
|---|---|
protected Privilege |
PrivilegeCollectionResource.getPrivilegeById(String privilegeId) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BootstrapConfiguration.restApiPrivilegeMappingExists(String restAdminId,
Privilege privilege) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Privilege> |
FlowableUser.privileges |
| Modifier and Type | Method and Description |
|---|---|
List<Privilege> |
FlowableUser.getPrivileges()
Deprecated.
use
User.getAuthorities() instead |
| Constructor and Description |
|---|
FlowableUser(User user,
boolean active,
List<? extends Group> groups,
List<? extends Privilege> privileges,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
Deprecated.
Privileges are no longer required use
FlowableUser(User, boolean, List, Collection) instead |
| Modifier and Type | Method and Description |
|---|---|
protected Privilege |
IdmBootstrapper.findOrCreatePrivilege(String privilegeName,
Map<String,Privilege> privilegeMap) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
IdmBootstrapper.privilegeMappingExists(String restAdminId,
Privilege privilege) |
| Modifier and Type | Method and Description |
|---|---|
protected Privilege |
IdmBootstrapper.findOrCreatePrivilege(String privilegeName,
Map<String,Privilege> privilegeMap) |
| Modifier and Type | Method and Description |
|---|---|
Privilege |
PrivilegeService.findPrivilege(String id) |
Privilege |
PrivilegeServiceImpl.findPrivilege(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Privilege> |
PrivilegeService.findPrivileges() |
List<Privilege> |
PrivilegeServiceImpl.findPrivileges() |
Copyright © 2023 Flowable. All rights reserved.