Uses of Class
com.ibm.cloud.sdk.core.security.IamAuthenticator.Builder
-
Packages that use IamAuthenticator.Builder Package Description com.ibm.cloud.sdk.core.security -
-
Uses of IamAuthenticator.Builder in com.ibm.cloud.sdk.core.security
Methods in com.ibm.cloud.sdk.core.security that return IamAuthenticator.Builder Modifier and Type Method Description IamAuthenticator.BuilderIamAuthenticator.Builder. apikey(java.lang.String apikey)Sets the apikey property.IamAuthenticator.BuilderIamAuthenticator.Builder. clientId(java.lang.String clientId)Sets the clientId property.IamAuthenticator.BuilderIamAuthenticator.Builder. clientSecret(java.lang.String clientSecret)Sets the clientSecret property.IamAuthenticator.BuilderIamAuthenticator.Builder. disableSSLVerification(boolean disableSSLVerification)Sets the disableSSLVerification property.IamAuthenticator.BuilderIamAuthenticator.Builder. headers(java.util.Map<java.lang.String,java.lang.String> headers)Sets the headers property.IamAuthenticator.BuilderIamAuthenticator. newBuilder()Returns a new Builder instance pre-loaded with the configuration from "this".IamAuthenticator.BuilderIamAuthenticator.Builder. proxy(java.net.Proxy proxy)Sets the proxy property.IamAuthenticator.BuilderIamAuthenticator.Builder. proxyAuthenticator(okhttp3.Authenticator proxyAuthenticator)Sets the proxyAuthenticator property.IamAuthenticator.BuilderIamAuthenticator.Builder. scope(java.lang.String scope)Sets the scope property.IamAuthenticator.BuilderIamAuthenticator.Builder. url(java.lang.String url)Sets the url property.
-