Uses of Class
org.apache.hadoop.security.token.SecretManager
Packages that use SecretManager
Package
Description
Tools to help define network clients and servers.
Support for delegation tokens.
Router security token delegation.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SecretManager in org.apache.hadoop.ipc
Constructors in org.apache.hadoop.ipc with parameters of type SecretManagerModifierConstructorDescriptionprotectedServer(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. -
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> -
Uses of SecretManager in org.apache.hadoop.yarn.security.client
Subclasses of SecretManager in org.apache.hadoop.yarn.security.clientModifier and TypeClassDescriptionclassA baseSecretManagerfor AMs to extend and validate Client-RM tokens issued to clients by the RM using the underlying master-key shared by RM to the AMs on their launch.classA simpleSecretManagerfor AMs to validate Client-RM tokens issued to clients by the RM using the underlying master-key shared by RM to the AMs on their launch.