Uses of Class
org.apache.hadoop.security.token.SecretManager
Packages that use SecretManager
Package
Description
Tools to help define network clients and servers.
Classes for hadoop security.
Support for delegation tokens.
ZooKeeper secret manager for TokenIdentifiers and DelegationKeys.
-
Uses of SecretManager in org.apache.hadoop.ipc
Methods in org.apache.hadoop.ipc with parameters of type SecretManagerModifier and TypeMethodDescriptionProtobufRpcEngine.getServer(Class<?> protocol, Object protocolImpl, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Deprecated.ProtobufRpcEngine2.getServer(Class<?> protocol, Object protocolImpl, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) RpcEngine.getServer(Class<?> protocol, Object instance, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Construct a server for a protocol implementation instance.WritableRpcEngine.getServer(Class<?> protocolClass, Object protocolImpl, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Deprecated.RPC.Builder.setSecretManager(SecretManager<? extends TokenIdentifier> secretManager) Constructors in org.apache.hadoop.ipc with parameters of type SecretManagerModifierConstructorDescriptionServer(Class<?> protocolClass, Object protocolImpl, Configuration conf, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Construct an RPC server.Server(Class<?> protocolClass, Object protocolImpl, Configuration conf, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Construct an RPC server.protectedServer(String bindAddress, int port, Class<? extends Writable> paramClass, int handlerCount, int numReaders, int queueSizePerHandler, Configuration conf, String serverName, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig) protectedServer(String bindAddress, int port, Class<? extends Writable> rpcRequestClass, int handlerCount, int numReaders, int queueSizePerHandler, Configuration conf, String serverName, SecretManager<? extends TokenIdentifier> secretManager) protectedServer(String bindAddress, int port, Class<? extends Writable> rpcRequestClass, int handlerCount, int numReaders, int queueSizePerHandler, Configuration conf, String serverName, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig) Constructs a server listening on the named port and address.Server(Class<?> protocolClass, Object protocolImpl, Configuration conf, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig) Deprecated.use Server#Server(Class, Object, Configuration, String, int, int, int, int, boolean, SecretManager)Server(Class<?> protocolClass, Object protocolImpl, Configuration conf, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Deprecated.Construct an RPC server.Server(Object protocolImpl, Configuration conf, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, SecretManager<? extends TokenIdentifier> secretManager) Deprecated.use Server#Server(Class, Object, Configuration, String, int, int, int, int, boolean, SecretManager) -
Uses of SecretManager in org.apache.hadoop.security
Methods in org.apache.hadoop.security with parameters of type SecretManagerModifier and TypeMethodDescriptionSaslRpcServer.create(Server.Connection connection, Map<String, ?> saslProperties, SecretManager<TokenIdentifier> secretManager) static <T extends TokenIdentifier>
TSaslRpcServer.getIdentifier(String id, SecretManager<T> secretManager) Constructors in org.apache.hadoop.security with parameters of type SecretManagerModifierConstructorDescriptionSaslDigestCallbackHandler(SecretManager<TokenIdentifier> secretManager, Server.Connection connection) SaslDigestCallbackHandler(SecretManager<TokenIdentifier> secretManager, Server.Connection connection, Configuration conf) -
Uses of SecretManager in org.apache.hadoop.security.token
Constructors in org.apache.hadoop.security.token with parameters of type SecretManagerModifierConstructorDescriptionToken(T id, SecretManager<T> mgr) Construct a token given a token identifier and a secret manager for the type of the token identifier. -
Uses of SecretManager in org.apache.hadoop.security.token.delegation
Subclasses of SecretManager in org.apache.hadoop.security.token.delegationModifier and TypeClassDescriptionclassAbstractDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>classSQLDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>An implementation ofAbstractDelegationTokenSecretManagerthat persists TokenIdentifiers and DelegationKeys in an existing SQL database.classZKDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>An implementation ofAbstractDelegationTokenSecretManagerthat persists TokenIdentifiers and DelegationKeys in Zookeeper.