Package com.flowable.platform.websocket
Interface WebSocketPrincipalTenantExtractor
public interface WebSocketPrincipalTenantExtractor
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptiongetTenantId
(Principal principal) Retrieve the tenantId for the given principal.
-
Method Details
-
getTenantId
Retrieve the tenantId for the given principal.- Parameters:
principal
- the principal for which the tenantId should be extracted- Returns:
- the tenant id of the principal
-