Package | Description |
---|---|
org.apache.hadoop.yarn.server.security |
Modifier and Type | Field and Description |
---|---|
protected MasterKeyData |
BaseNMTokenSecretManager.currentMasterKey |
protected MasterKeyData |
BaseContainerTokenSecretManager.currentMasterKey
THE masterKey.
|
Modifier and Type | Method and Description |
---|---|
protected MasterKeyData |
BaseNMTokenSecretManager.createNewMasterKey() |
protected MasterKeyData |
BaseContainerTokenSecretManager.createNewMasterKey() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
BaseContainerTokenSecretManager.retrievePasswordInternal(org.apache.hadoop.yarn.security.ContainerTokenIdentifier identifier,
MasterKeyData masterKey) |
protected byte[] |
BaseNMTokenSecretManager.retrivePasswordInternal(org.apache.hadoop.yarn.security.NMTokenIdentifier identifier,
MasterKeyData masterKey) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.