Uses of Class
org.apache.hadoop.security.SecurityUtil.TruststoreKeystore
Packages that use SecurityUtil.TruststoreKeystore
Package
Description
Classes for hadoop security.
This package provides utilities to interact with Curator ZooKeeper.
-
Uses of SecurityUtil.TruststoreKeystore in org.apache.hadoop.ha
Constructors in org.apache.hadoop.ha with parameters of type SecurityUtil.TruststoreKeystoreModifierConstructorDescriptionActiveStandbyElector(String zookeeperHostPorts, int zookeeperSessionTimeout, String parentZnodeName, List<org.apache.zookeeper.data.ACL> acl, List<ZKUtil.ZKAuthInfo> authInfo, ActiveStandbyElector.ActiveStandbyElectorCallback app, int maxRetryNum, boolean failFast, SecurityUtil.TruststoreKeystore truststoreKeystore) Create a new ActiveStandbyElector object
The elector is created by providing to it the Zookeeper configuration, the parent znode under which to create the znode and a reference to the callback interface.ActiveStandbyElector(String zookeeperHostPorts, int zookeeperSessionTimeout, String parentZnodeName, List<org.apache.zookeeper.data.ACL> acl, List<ZKUtil.ZKAuthInfo> authInfo, ActiveStandbyElector.ActiveStandbyElectorCallback app, int maxRetryNum, SecurityUtil.TruststoreKeystore truststoreKeystore) Create a new ActiveStandbyElector object
The elector is created by providing to it the Zookeeper configuration, the parent znode under which to create the znode and a reference to the callback interface. -
Uses of SecurityUtil.TruststoreKeystore in org.apache.hadoop.security
Methods in org.apache.hadoop.security with parameters of type SecurityUtil.TruststoreKeystoreModifier and TypeMethodDescriptionstatic voidSecurityUtil.setSslConfiguration(org.apache.zookeeper.client.ZKClientConfig zkClientConfig, SecurityUtil.TruststoreKeystore truststoreKeystore) Configure ZooKeeper Client with SSL/TLS connection.static voidSecurityUtil.setSslConfiguration(org.apache.zookeeper.client.ZKClientConfig zkClientConfig, SecurityUtil.TruststoreKeystore truststoreKeystore, org.apache.zookeeper.common.ClientX509Util x509Util) static voidSecurityUtil.validateSslConfiguration(SecurityUtil.TruststoreKeystore truststoreKeystore) -
Uses of SecurityUtil.TruststoreKeystore in org.apache.hadoop.util.curator
Constructors in org.apache.hadoop.util.curator with parameters of type SecurityUtil.TruststoreKeystoreModifierConstructorDescriptionHadoopZookeeperFactory(String zkPrincipal, String kerberosPrincipal, String kerberosKeytab, boolean sslEnabled, SecurityUtil.TruststoreKeystore truststoreKeystore) Constructor for the helper class to configure the ZooKeeper client connection.