Class UsernamePasswordWithProxyCredentials
java.lang.Object
org.apache.drill.exec.store.security.UsernamePasswordCredentials
org.apache.drill.exec.store.security.UsernamePasswordWithProxyCredentials
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
While a builder may seem like overkill for a class that is little more than small struct, it allows us to wrap new instances in an Optional while using contructors does not. -
Field Summary
Fields inherited from class org.apache.drill.exec.store.security.UsernamePasswordCredentials
PASSWORD, USERNAME
-
Constructor Summary
ConstructorDescriptionUsernamePasswordWithProxyCredentials
(String username, String password, String proxyUsername, String proxyPassword) -
Method Summary
Methods inherited from class org.apache.drill.exec.store.security.UsernamePasswordCredentials
equals, getPassword, getUsername, hashCode, toString
-
Constructor Details
-
UsernamePasswordWithProxyCredentials
-
-
Method Details
-
getProxyUsername
-
getProxyPassword
-