Package com.flowable.platform.websocket
Interface WebSocketPrincipalTenantExtractor
-
public interface WebSocketPrincipalTenantExtractor
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTenantId(Principal principal)
Retrieve the tenantId for the given principal.
-