Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
Packages that use GroupEntity
Package
Description
-
Uses of GroupEntity in org.camunda.bpm.engine.impl.identity.db
Methods in org.camunda.bpm.engine.impl.identity.db that return GroupEntityModifier and TypeMethodDescriptionDbIdentityServiceProvider.createNewGroup
(String groupId) DbReadOnlyIdentityServiceProvider.findGroupById
(String groupId) -
Uses of GroupEntity in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as GroupEntityModifier and TypeFieldDescriptionprotected GroupEntity
MembershipEntity.group
protected GroupEntity
TenantMembershipEntity.group
Methods in org.camunda.bpm.engine.impl.persistence.entity that return GroupEntityMethods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type GroupEntityModifier and TypeMethodDescriptionvoid
MembershipEntity.setGroup
(GroupEntity group) void
TenantMembershipEntity.setGroup
(GroupEntity group) -
Uses of GroupEntity in org.camunda.bpm.identity.impl.ldap
Subclasses of GroupEntity in org.camunda.bpm.identity.impl.ldapMethods in org.camunda.bpm.identity.impl.ldap that return GroupEntityModifier and TypeMethodDescriptionprotected GroupEntity
LdapIdentityProviderSession.transformGroup
(SearchResult result) -
Uses of GroupEntity in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Methods in org.camunda.bpm.spring.boot.starter.security.oauth2.impl that return GroupEntityModifier and TypeMethodDescriptionOAuth2IdentityProvider.createNewGroup
(String groupId) OAuth2IdentityProvider.findGroupById
(String groupId)