Package com.flowable.core.idm.api
Interface PlatformGroup
- All Superinterfaces:
Group
,Serializable
- All Known Subinterfaces:
PlatformGroupEntity
- All Known Implementing Classes:
BasicPlatformGroup
,LdapPlatformGroup
,PlatformGroupEntityImpl
-
Method Summary
Modifier and TypeMethodDescription<T> T
findOrElse
(String name, Class<T> clazz, T defaultValue) <T> T
findOrElseGet
(String name, Class<T> clazz, Supplier<T> defaultValueSupplier) default String
findString
(String name) Find a string info with the given name.Returns the identity info properties of this group.getKey()
-
Method Details
-
getKey
String getKey() -
getTenantId
String getTenantId() -
getIdentityInfo
List<PlatformIdentityInfo> getIdentityInfo()Returns the identity info properties of this group.- Returns:
- the identity info properties
-
findOrElseGet
-
findOrElse
-
findString
Find a string info with the given name.- Parameters:
name
- the name of the info- Returns:
- the value for the given
name
, ornull
if such info does not exist
-