Class DataFlowShellProperties
java.lang.Object
org.springframework.cloud.dataflow.shell.config.DataFlowShellProperties
Configuration properties for Dataflow Shell.
- Since:
- 2.10
- Author:
- Chris Bono
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDataFlowShellProperties
(String uri, String username, String password, String clientRegistrationId, boolean skipSslValidation, String credentialsProviderCommand, DataFlowShellProperties.Proxy proxy) -
Method Summary
-
Constructor Details
-
DataFlowShellProperties
public DataFlowShellProperties(@DefaultValue("http://localhost:9393/") String uri, @DefaultValue("") String username, @DefaultValue("") String password, @DefaultValue("dataflow-shell") String clientRegistrationId, @DefaultValue("true") boolean skipSslValidation, @DefaultValue("") String credentialsProviderCommand, @DefaultValue DataFlowShellProperties.Proxy proxy)
-
-
Method Details
-
getUri
-
getUsername
-
getPassword
-
getClientRegistrationId
-
isSkipSslValidation
public boolean isSkipSslValidation() -
getCredentialsProviderCommand
-
getProxy
-