Package com.flowable.idm.engine.impl
Class BasicPlatformIdentityInfo<T>
java.lang.Object
com.flowable.idm.engine.impl.BasicPlatformIdentityInfo<T>
- All Implemented Interfaces:
PlatformIdentityInfo
A base implementation of
PlatformIdentityInfo
that can be used
when implementing a custom PlatformIdentityService
- Author:
- Filip Hrisafov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getValue()
static <T> BasicPlatformIdentityInfo<T>
void
setGroupId
(String groupId) void
void
void
setTenantId
(String tenantId) void
setTypeName
(String typeName) void
setUpdateTime
(Date updateTime) void
void
static <T> BasicPlatformIdentityInfo<T>
-
Field Details
-
id
-
userId
-
groupId
-
tenantId
-
name
-
value
-
typeName
-
updateTime
-
-
Constructor Details
-
BasicPlatformIdentityInfo
public BasicPlatformIdentityInfo()
-
-
Method Details
-
getId
- Specified by:
getId
in interfacePlatformIdentityInfo
-
setId
-
getUserId
- Specified by:
getUserId
in interfacePlatformIdentityInfo
-
setUserId
-
getGroupId
- Specified by:
getGroupId
in interfacePlatformIdentityInfo
-
setGroupId
-
getTenantId
- Specified by:
getTenantId
in interfacePlatformIdentityInfo
-
setTenantId
-
getName
- Specified by:
getName
in interfacePlatformIdentityInfo
-
setName
-
getValue
- Specified by:
getValue
in interfacePlatformIdentityInfo
-
setValue
-
getTypeName
- Specified by:
getTypeName
in interfacePlatformIdentityInfo
-
setTypeName
-
getUpdateTime
- Specified by:
getUpdateTime
in interfacePlatformIdentityInfo
-
setUpdateTime
-
userInfo
-
groupInfo
-