Interface ContextHelperService
-
- All Known Implementing Classes:
DefaultContextHelperService
public interface ContextHelperService
This interface is intended to encapsulate functionality for getting client id and tenant id from the request context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClientId()
Get the client id from the request contextString
getTenantId()
Use the client id from the request context to look up the tenant idvoid
setClientId(String clientId)
Set the client id on the request context
-
-
-
Method Detail
-
getClientId
String getClientId()
Get the client id from the request context- Returns:
-
setClientId
void setClientId(String clientId)
Set the client id on the request context- Parameters:
clientId
-
-
getTenantId
String getTenantId()
Use the client id from the request context to look up the tenant id- Returns:
-
-