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 java.lang.String
getTenantId(java.security.Principal principal)
Retrieve the tenantId for the given principal.
-