Package | Description |
---|---|
org.apache.hadoop.security.token | |
org.apache.hadoop.yarn.security.client |
Constructor and Description |
---|
Token(T id,
SecretManager<T> mgr)
Construct a token given a token identifier and a secret manager for the
type of the token identifier.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseClientToAMTokenSecretManager
A base
SecretManager for 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. |
class |
ClientToAMTokenSecretManager
A simple
SecretManager for 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. |
Copyright © 2015 Apache Software Foundation. All rights reserved.