Package com.flowable.idm.engine.impl
Class BasicPlatformGroup
java.lang.Object
com.flowable.idm.engine.impl.BasicPlatformGroup
- All Implemented Interfaces:
PlatformGroup
,Serializable
,Group
- Direct Known Subclasses:
LdapPlatformGroup
A base implementation of
PlatformGroup
that can be used
when implementing a custom PlatformIdentityService
- Author:
- Filip Hrisafov
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
-
key
-
name
-
type
-
tenantId
-
-
Constructor Details
-
BasicPlatformGroup
public BasicPlatformGroup()
-
-
Method Details
-
getId
-
setId
-
getKey
- Specified by:
getKey
in interfacePlatformGroup
-
setKey
-
getName
-
setName
-
getType
-
setType
-
getTenantId
- Specified by:
getTenantId
in interfacePlatformGroup
-
setTenantId
-