Class OsLoginServiceSpringProperties
java.lang.Object
com.google.cloud.oslogin.v1.spring.OsLoginServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.oslogin.v1.os-login-service")
public class OsLoginServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for OsLoginService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetCreateSshPublicKeyRetry(Retry createSshPublicKeyRetry) voidsetDeletePosixAccountRetry(Retry deletePosixAccountRetry) voidsetDeleteSshPublicKeyRetry(Retry deleteSshPublicKeyRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetLoginProfileRetry(Retry getLoginProfileRetry) voidsetGetSshPublicKeyRetry(Retry getSshPublicKeyRetry) voidsetImportSshPublicKeyRetry(Retry importSshPublicKeyRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetUpdateSshPublicKeyRetry(Retry updateSshPublicKeyRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
OsLoginServiceSpringProperties
public OsLoginServiceSpringProperties()
-
-
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
-
getCreateSshPublicKeyRetry
-
setCreateSshPublicKeyRetry
-
getDeletePosixAccountRetry
-
setDeletePosixAccountRetry
-
getDeleteSshPublicKeyRetry
-
setDeleteSshPublicKeyRetry
-
getGetLoginProfileRetry
-
setGetLoginProfileRetry
-
getGetSshPublicKeyRetry
-
setGetSshPublicKeyRetry
-
getImportSshPublicKeyRetry
-
setImportSshPublicKeyRetry
-
getUpdateSshPublicKeyRetry
-
setUpdateSshPublicKeyRetry
-