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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()getValue()static <T> BasicPlatformIdentityInfo<T>voidsetGroupId(String groupId) voidvoidvoidsetTenantId(String tenantId) voidsetTypeName(String typeName) voidsetUpdateTime(Date updateTime) voidvoidstatic <T> BasicPlatformIdentityInfo<T>
-
Field Details
-
id
-
userId
-
groupId
-
tenantId
-
name
-
value
-
typeName
-
updateTime
-
-
Constructor Details
-
BasicPlatformIdentityInfo
public BasicPlatformIdentityInfo()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacePlatformIdentityInfo
-
setId
-
getUserId
- Specified by:
getUserIdin interfacePlatformIdentityInfo
-
setUserId
-
getGroupId
- Specified by:
getGroupIdin interfacePlatformIdentityInfo
-
setGroupId
-
getTenantId
- Specified by:
getTenantIdin interfacePlatformIdentityInfo
-
setTenantId
-
getName
- Specified by:
getNamein interfacePlatformIdentityInfo
-
setName
-
getValue
- Specified by:
getValuein interfacePlatformIdentityInfo
-
setValue
-
getTypeName
- Specified by:
getTypeNamein interfacePlatformIdentityInfo
-
setTypeName
-
getUpdateTime
- Specified by:
getUpdateTimein interfacePlatformIdentityInfo
-
setUpdateTime
-
userInfo
-
groupInfo
-