Uses of Interface
com.liveperson.faas.csds.CsdsClient
-
Packages that use CsdsClient Package Description com.liveperson.faas.client com.liveperson.faas.csds com.liveperson.faas.security -
-
Uses of CsdsClient in com.liveperson.faas.client
Methods in com.liveperson.faas.client with parameters of type CsdsClient Modifier and Type Method Description FaaSWebClient.BuilderFaaSWebClient.Builder. withCsdsClient(CsdsClient csdsClient) -
Uses of CsdsClient in com.liveperson.faas.csds
Classes in com.liveperson.faas.csds that implement CsdsClient Modifier and Type Class Description classCsdsMapClientclassCsdsWebClient -
Uses of CsdsClient in com.liveperson.faas.security
Constructors in com.liveperson.faas.security with parameters of type CsdsClient Constructor Description JwtBearerGenerator(RestClient restClient, CsdsClient csdsClient, String accountId, String clientId, String clientSecret)JwtSignatureBuilder(RestClient client, CsdsClient csdsClient, String accountId, String clientId, String clientSecret)
-