public class SplunkPluginConfig extends AbstractSecuredStoragePluginConfig
Modifier and Type | Field and Description |
---|---|
static int |
DISABLED_RECONNECT_RETRIES |
static String |
NAME |
credentialsProvider, directCredentials
Constructor and Description |
---|
SplunkPluginConfig(String username,
String password,
String hostname,
int port,
String earliestTime,
String latestTime,
CredentialsProvider credentialsProvider,
Integer reconnectRetries) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getEarliestTime() |
String |
getHostname() |
String |
getLatestTime() |
String |
getPassword() |
int |
getPort() |
int |
getReconnectRetries() |
String |
getUsername() |
UsernamePasswordCredentials |
getUsernamePasswordCredentials() |
int |
hashCode() |
String |
toString() |
getCredentialsProvider
getValue, isEnabled, isEnabledStatusPresent, setEnabled
public static final String NAME
public static final int DISABLED_RECONNECT_RETRIES
public UsernamePasswordCredentials getUsernamePasswordCredentials()
public String getUsername()
public String getPassword()
public String getHostname()
public int getPort()
public String getEarliestTime()
public String getLatestTime()
public int getReconnectRetries()
public boolean equals(Object that)
equals
in class StoragePluginConfig
public int hashCode()
hashCode
in class StoragePluginConfig
Copyright © 1970 The Apache Software Foundation. All rights reserved.