@ConfigurationProperties(value="dataflow") @ConstructorBinding public class DataFlowShellProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DataFlowShellProperties.Proxy |
Constructor and Description |
---|
DataFlowShellProperties(String uri,
String username,
String password,
String clientRegistrationId,
boolean skipSslValidation,
String credentialsProviderCommand,
DataFlowShellProperties.Proxy proxy) |
Modifier and Type | Method and Description |
---|---|
String |
getClientRegistrationId() |
String |
getCredentialsProviderCommand() |
String |
getPassword() |
DataFlowShellProperties.Proxy |
getProxy() |
String |
getUri() |
String |
getUsername() |
boolean |
isSkipSslValidation() |
public DataFlowShellProperties(@DefaultValue(value="http://localhost:9393/") String uri, @DefaultValue(value="") String username, @DefaultValue(value="") String password, @DefaultValue(value="dataflow-shell") String clientRegistrationId, @DefaultValue(value="true") boolean skipSslValidation, @DefaultValue(value="") String credentialsProviderCommand, @DefaultValue DataFlowShellProperties.Proxy proxy)
public String getUri()
public String getUsername()
public String getPassword()
public String getClientRegistrationId()
public boolean isSkipSslValidation()
public String getCredentialsProviderCommand()
public DataFlowShellProperties.Proxy getProxy()
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.