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
public class BasicPlatformGroup extends Object implements PlatformGroup
A base implementation ofPlatformGroup
that can be used when implementing a customPlatformIdentityService
- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicPlatformGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getKey()
String
getName()
String
getTenantId()
String
getType()
void
setId(String id)
void
setKey(String key)
void
setName(String name)
void
setTenantId(String tenantId)
void
setType(String type)
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfacePlatformGroup
-
setKey
public void setKey(String key)
-
getTenantId
public String getTenantId()
- Specified by:
getTenantId
in interfacePlatformGroup
-
setTenantId
public void setTenantId(String tenantId)
-
-