Home
last modified time | relevance | path

Searched refs:DFS_SERVER_HTTPS_TRUSTSTORE_PASSWORD_KEY (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestDFSUtil.java36 import static org.apache.hadoop.hdfs.DFSConfigKeys.DFS_SERVER_HTTPS_TRUSTSTORE_PASSWORD_KEY;
833 DFS_SERVER_HTTPS_TRUSTSTORE_PASSWORD_KEY)); in testGetPassword()
844 DFS_SERVER_HTTPS_TRUSTSTORE_PASSWORD_KEY, trustpass); in testGetPassword()
858 DFS_SERVER_HTTPS_TRUSTSTORE_PASSWORD_KEY).getCredential()); in testGetPassword()
866 DFSUtil.getPassword(conf, DFS_SERVER_HTTPS_TRUSTSTORE_PASSWORD_KEY)); in testGetPassword()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DDFSConfigKeys.java255 …public static final String DFS_SERVER_HTTPS_TRUSTSTORE_PASSWORD_KEY = "ssl.server.truststore.pass… field in DFSConfigKeys
H A DDFSUtil.java38 import static org.apache.hadoop.hdfs.DFSConfigKeys.DFS_SERVER_HTTPS_TRUSTSTORE_PASSWORD_KEY;
1652 getPassword(sslConf, DFS_SERVER_HTTPS_TRUSTSTORE_PASSWORD_KEY),