Package com.google.cloud.iap.v1.spring
Class IdentityAwareProxyOAuthServiceSpringProperties
java.lang.Object
com.google.cloud.iap.v1.spring.IdentityAwareProxyOAuthServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.iap.v1.identity-aware-proxy-o-auth-service")
public class IdentityAwareProxyOAuthServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for IdentityAwareProxyOAuthService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetCreateBrandRetry(Retry createBrandRetry) voidsetCreateIdentityAwareProxyClientRetry(Retry createIdentityAwareProxyClientRetry) voidsetDeleteIdentityAwareProxyClientRetry(Retry deleteIdentityAwareProxyClientRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetBrandRetry(Retry getBrandRetry) voidsetGetIdentityAwareProxyClientRetry(Retry getIdentityAwareProxyClientRetry) voidsetListBrandsRetry(Retry listBrandsRetry) voidsetListIdentityAwareProxyClientsRetry(Retry listIdentityAwareProxyClientsRetry) voidsetQuotaProjectId(String quotaProjectId) voidsetResetIdentityAwareProxyClientSecretRetry(Retry resetIdentityAwareProxyClientSecretRetry) voidvoidsetUseRest(boolean useRest)
-
Constructor Details
-
IdentityAwareProxyOAuthServiceSpringProperties
public IdentityAwareProxyOAuthServiceSpringProperties()
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsSupplierSupplies credentials configuration.- Specified by:
getCredentialsin interfaceCredentialsSupplier- Returns:
- a POJO containing Google Cloud credentials location and scopes
-
getQuotaProjectId
-
setQuotaProjectId
-
getUseRest
public boolean getUseRest() -
setUseRest
public void setUseRest(boolean useRest) -
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getListBrandsRetry
-
setListBrandsRetry
-
getCreateBrandRetry
-
setCreateBrandRetry
-
getGetBrandRetry
-
setGetBrandRetry
-
getCreateIdentityAwareProxyClientRetry
-
setCreateIdentityAwareProxyClientRetry
-
getListIdentityAwareProxyClientsRetry
-
setListIdentityAwareProxyClientsRetry
-
getGetIdentityAwareProxyClientRetry
-
setGetIdentityAwareProxyClientRetry
-
getResetIdentityAwareProxyClientSecretRetry
-
setResetIdentityAwareProxyClientSecretRetry
public void setResetIdentityAwareProxyClientSecretRetry(Retry resetIdentityAwareProxyClientSecretRetry) -
getDeleteIdentityAwareProxyClientRetry
-
setDeleteIdentityAwareProxyClientRetry
-