Uses of Class
com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
-
-
Uses of OAuthClient in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters with parameters of type OAuthClient Modifier and Type Method Description org.cloudfoundry.client.CloudFoundryClientCloudFoundryClientFactory. createClient(URL controllerUrl, OAuthClient oAuthClient, Map<String,String> requestTags)LogCacheClientCloudFoundryClientFactory. createLogCacheClient(URL controllerUrl, OAuthClient oAuthClient, Map<String,String> requestTags)CloudSpaceClientCloudFoundryClientFactory. createSpaceClient(URL controllerUrl, OAuthClient oAuthClient, Map<String,String> requestTags)Constructors in com.sap.cloudfoundry.client.facade.adapters with parameters of type OAuthClient Constructor Description LogCacheClient(String logCacheApi, OAuthClient oAuthClient, Map<String,String> requestTags)OAuthTokenProvider(OAuthClient oAuthClient) -
Uses of OAuthClient in com.sap.cloudfoundry.client.facade.oauth2
Subclasses of OAuthClient in com.sap.cloudfoundry.client.facade.oauth2 Modifier and Type Class Description classOAuthClientWithLoginHint -
Uses of OAuthClient in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type OAuthClient Modifier and Type Method Description CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, CloudSpace target, OAuthClient oAuthClient, Map<String,String> requestTags)CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, String organizationName, String spaceName, OAuthClient oAuthClient, Map<String,String> requestTags) -
Uses of OAuthClient in com.sap.cloudfoundry.client.facade.util
Methods in com.sap.cloudfoundry.client.facade.util that return OAuthClient Modifier and Type Method Description OAuthClientRestUtil. createOAuthClient(URL controllerUrl, org.cloudfoundry.reactor.ConnectionContext connectionContext, String origin, boolean shouldTrustSelfSignedCertificates)OAuthClientRestUtil. createOAuthClientByControllerUrl(URL controllerUrl, boolean shouldTrustSelfSignedCertificates)
-