Interface ContextHelperService
-
- All Known Implementing Classes:
DefaultContextHelperService
public interface ContextHelperServiceThis 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 StringgetClientId()Get the client id from the request contextStringgetTenantId()Use the client id from the request context to look up the tenant idvoidsetClientId(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:
-
-