public class SplunkPluginConfig extends AbstractSecuredStoragePluginConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
credentialsProvider, directCredentials| Constructor and Description |
|---|
SplunkPluginConfig(String username,
String password,
String hostname,
int port,
String earliestTime,
String latestTime,
CredentialsProvider credentialsProvider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getEarliestTime() |
String |
getHostname() |
String |
getLatestTime() |
String |
getPassword() |
int |
getPort() |
String |
getUsername() |
UsernamePasswordCredentials |
getUsernamePasswordCredentials() |
int |
hashCode() |
String |
toString() |
getCredentialsProvidergetValue, isEnabled, isEnabledStatusPresent, setEnabledpublic static final String NAME
public UsernamePasswordCredentials getUsernamePasswordCredentials()
public String getUsername()
public String getPassword()
public String getHostname()
public int getPort()
public String getEarliestTime()
public String getLatestTime()
public boolean equals(Object that)
equals in class StoragePluginConfigpublic int hashCode()
hashCode in class StoragePluginConfigCopyright © 2021 The Apache Software Foundation. All rights reserved.