Uses of Class
com.sap.cloudfoundry.client.facade.CloudCredentials
-
Packages that use CloudCredentials Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.oauth2 com.sap.cloudfoundry.client.facade.rest -
-
Uses of CloudCredentials in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return CloudCredentials Modifier and Type Method Description CloudCredentialsCloudCredentials. proxyForUser(String user)Run commands as a different user.Constructors in com.sap.cloudfoundry.client.facade with parameters of type CloudCredentials Constructor Description CloudControllerClientImpl(URL controllerUrl, CloudCredentials credentials)Construct client without a default organization and space.CloudControllerClientImpl(URL controllerUrl, CloudCredentials credentials, boolean trustSelfSignedCerts)CloudControllerClientImpl(URL controllerUrl, CloudCredentials credentials, CloudSpace target, boolean trustSelfSignedCerts)CloudCredentials(CloudCredentials cloudCredentials, String proxyForUser)Create proxy credentials. -
Uses of CloudCredentials in com.sap.cloudfoundry.client.facade.oauth2
Fields in com.sap.cloudfoundry.client.facade.oauth2 declared as CloudCredentials Modifier and Type Field Description protected CloudCredentialsOAuthClient. credentialsMethods in com.sap.cloudfoundry.client.facade.oauth2 with parameters of type CloudCredentials Modifier and Type Method Description voidOAuthClient. init(CloudCredentials credentials) -
Uses of CloudCredentials in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type CloudCredentials Modifier and Type Method Description CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, CloudSpace target)CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, CloudSpace target, OAuthClient oAuthClient, List<org.springframework.web.reactive.function.client.ExchangeFilterFunction> exchangeFilters)CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, OAuthClient oAuthClient)CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, String organizationName, String spaceName, OAuthClient oAuthClient, List<org.springframework.web.reactive.function.client.ExchangeFilterFunction> exchangeFilters)Constructors in com.sap.cloudfoundry.client.facade.rest with parameters of type CloudCredentials Constructor Description CloudControllerRestClientImpl(URL controllerUrl, CloudCredentials credentials, org.springframework.web.reactive.function.client.WebClient webClient, OAuthClient oAuthClient, org.cloudfoundry.client.CloudFoundryClient delegate)CloudControllerRestClientImpl(URL controllerUrl, CloudCredentials credentials, org.springframework.web.reactive.function.client.WebClient webClient, OAuthClient oAuthClient, org.cloudfoundry.client.CloudFoundryClient delegate, org.cloudfoundry.doppler.DopplerClient dopplerClient, CloudSpace target)
-