Package | Description |
---|---|
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.identity.db | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.identity.impl.ldap |
Modifier and Type | Field and Description |
---|---|
protected GroupEntity |
SaveGroupCmd.group |
Constructor and Description |
---|
SaveGroupCmd(GroupEntity group) |
Modifier and Type | Method and Description |
---|---|
GroupEntity |
DbIdentityServiceProvider.createNewGroup(String groupId) |
GroupEntity |
DbReadOnlyIdentityServiceProvider.findGroupById(String groupId) |
GroupEntity |
DbIdentityServiceProvider.saveGroup(Group group) |
Modifier and Type | Field and Description |
---|---|
protected GroupEntity |
MembershipEntity.group |
Modifier and Type | Method and Description |
---|---|
GroupEntity |
MembershipEntity.getGroup() |
Modifier and Type | Method and Description |
---|---|
void |
MembershipEntity.setGroup(GroupEntity group) |
Modifier and Type | Class and Description |
---|---|
class |
LdapGroupEntity |
Modifier and Type | Method and Description |
---|---|
protected GroupEntity |
LdapIdentityProviderSession.transformGroup(SearchResult result) |
Copyright © 2015. All rights reserved.