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> TfindOrElse(String name, Class<T> clazz, T defaultValue) <T> TfindOrElseGet(String name, Class<T> clazz, Supplier<T> defaultValueSupplier) default StringfindString(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, ornullif such info does not exist
-