Uses of Interface
org.operaton.bpm.engine.identity.Group
Packages that use Group
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of Group in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return GroupModifier and TypeMethodDescriptionCreates a new group.Methods in org.operaton.bpm.engine with parameters of type Group -
Uses of Group in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return GroupMethods in org.operaton.bpm.engine.impl with parameters of type Group -
Uses of Group in org.operaton.bpm.engine.impl.cfg.auth
Methods in org.operaton.bpm.engine.impl.cfg.auth with parameters of type GroupModifier and TypeMethodDescriptionInvoked whenever a new group is createdDefaultAuthorizationProvider.tenantMembershipCreated(Tenant tenant, Group group) ResourceAuthorizationProvider.tenantMembershipCreated(Tenant tenant, Group group) Invoked whenever a group is added to a tenant. -
Uses of Group in org.operaton.bpm.engine.impl.cmd
Fields in org.operaton.bpm.engine.impl.cmd declared as GroupMethods in org.operaton.bpm.engine.impl.cmd that return GroupModifier and TypeMethodDescriptionprotected GroupCreateGroupCmd.executeCmd(CommandContext commandContext) Constructors in org.operaton.bpm.engine.impl.cmd with parameters of type Group -
Uses of Group in org.operaton.bpm.engine.impl.identity
Methods in org.operaton.bpm.engine.impl.identity that return GroupModifier and TypeMethodDescriptionWritableIdentityProvider.createNewGroup(String groupId) Returns a new (transient)Groupobject.ReadOnlyIdentityProvider.findGroupById(String groupId) Methods in org.operaton.bpm.engine.impl.identity with parameters of type Group -
Uses of Group in org.operaton.bpm.engine.impl.identity.db
Methods in org.operaton.bpm.engine.impl.identity.db that return types with arguments of type GroupModifier and TypeMethodDescriptionDbGroupQueryImpl.executeList(CommandContext commandContext, Page page) DbReadOnlyIdentityServiceProvider.findGroupByQueryCriteria(DbGroupQueryImpl query) Methods in org.operaton.bpm.engine.impl.identity.db with parameters of type GroupModifier and TypeMethodDescriptionprotected voidDbIdentityServiceProvider.createDefaultAuthorizations(Group group) protected voidDbIdentityServiceProvider.createDefaultTenantMembershipAuthorizations(Tenant tenant, Group group) -
Uses of Group in org.operaton.bpm.engine.impl.persistence.entity
Classes in org.operaton.bpm.engine.impl.persistence.entity that implement Group -
Uses of Group in org.operaton.bpm.engine.rest.dto.identity
Methods in org.operaton.bpm.engine.rest.dto.identity with parameters of type GroupMethod parameters in org.operaton.bpm.engine.rest.dto.identity with type arguments of type Group -
Uses of Group in org.operaton.bpm.engine.rest.hal.group
Methods in org.operaton.bpm.engine.rest.hal.group with parameters of type Group -
Uses of Group in org.operaton.bpm.engine.rest.sub.identity.impl
Methods in org.operaton.bpm.engine.rest.sub.identity.impl that return Group -
Uses of Group in org.operaton.bpm.engine.test.api.authorization.util
Fields in org.operaton.bpm.engine.test.api.authorization.util with type parameters of type Group -
Uses of Group in org.operaton.bpm.identity.impl.ldap
Classes in org.operaton.bpm.identity.impl.ldap that implement GroupMethods in org.operaton.bpm.identity.impl.ldap that return GroupMethods in org.operaton.bpm.identity.impl.ldap that return types with arguments of type GroupModifier and TypeMethodDescriptionLdapGroupQuery.executeList(CommandContext commandContext, Page page) LdapIdentityProviderSession.findGroupByQueryCriteria(LdapGroupQuery query) -
Uses of Group in org.operaton.bpm.spring.boot.starter.security.oauth2.impl
Methods in org.operaton.bpm.spring.boot.starter.security.oauth2.impl that return types with arguments of type GroupModifier and TypeMethodDescriptionOAuth2IdentityProvider.OAuth2GroupQuery.executeList(CommandContext commandContext, Page page) OAuth2IdentityProvider.transformGroups()Methods in org.operaton.bpm.spring.boot.starter.security.oauth2.impl with parameters of type GroupModifier and TypeMethodDescription