Package com.veeva.vault.vapil.api.client
Class VaultClient.Settings
java.lang.Object
com.veeva.vault.vapil.api.model.VaultModel
com.veeva.vault.vapil.api.client.VaultClient.Settings
- Enclosing class:
- VaultClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAllowAllCertificates
(Boolean allowAllCertificates) void
setAuthenticationType
(VaultClient.AuthenticationType authenticationType) void
setAuthenticationType
(String authenticationType) void
setHttpTimeout
(Integer httpTimeout) void
setIdpOauthAccessToken
(String idpOauthAccessToken) void
setIdpOauthScope
(String idpOauthScope) void
setIdpPassword
(String idpPassword) void
setIdpUsername
(String idpUsername) void
setLogApiErrors
(Boolean logApiErrors) void
setValidateSession
(Boolean validateSession) void
setVaultClientId
(String vaultClientId) void
setVaultDNS
(String vaultDNS) void
setVaultOauthClientId
(String vaultOauthClientId) void
setVaultOauthProfileId
(String vaultOauthProfileId) void
setVaultPassword
(String vaultPassword) void
setVaultSessionId
(String vaultSessionId) void
setVaultUsername
(String vaultUsername) Methods inherited from class com.veeva.vault.vapil.api.model.VaultModel
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
getAuthenticationType
-
setAuthenticationType
-
setAuthenticationType
-
getIdpOauthAccessToken
-
setIdpOauthAccessToken
-
getIdpOauthScope
-
setIdpOauthScope
-
getIdpUsername
-
setIdpUsername
-
getIdpPassword
-
setIdpPassword
-
getVaultUsername
-
setVaultUsername
-
getVaultPassword
-
setVaultPassword
-
getVaultClientId
-
setVaultClientId
-
getVaultDNS
-
setVaultDNS
-
getVaultSessionId
-
setVaultSessionId
-
getVaultOauthClientId
-
setVaultOauthClientId
-
getVaultOauthProfileId
-
setVaultOauthProfileId
-
getLogApiErrors
-
setLogApiErrors
-
getHttpTimeout
-
setHttpTimeout
-
getValidateSession
-
setValidateSession
-
getAllowAllCertificates
-
setAllowAllCertificates
-