public class ClientToAMTokenSecretManagerInRM extends BaseClientToAMTokenSecretManager
SecretManager.InvalidToken
Constructor and Description |
---|
ClientToAMTokenSecretManagerInRM() |
Modifier and Type | Method and Description |
---|---|
SecretKey |
createMasterKey(ApplicationAttemptId applicationAttemptID) |
SecretKey |
getMasterKey(ApplicationAttemptId applicationAttemptID) |
void |
registerApplication(ApplicationAttemptId applicationAttemptID,
SecretKey key) |
SecretKey |
registerMasterKey(ApplicationAttemptId applicationAttemptID,
byte[] keyData) |
void |
unRegisterApplication(ApplicationAttemptId applicationAttemptID) |
createIdentifier, createPassword, retrievePassword
checkAvailableForRead, createPassword, createSecretKey, generateSecret
public SecretKey createMasterKey(ApplicationAttemptId applicationAttemptID)
public void registerApplication(ApplicationAttemptId applicationAttemptID, SecretKey key)
public SecretKey registerMasterKey(ApplicationAttemptId applicationAttemptID, byte[] keyData)
public void unRegisterApplication(ApplicationAttemptId applicationAttemptID)
public SecretKey getMasterKey(ApplicationAttemptId applicationAttemptID)
getMasterKey
in class BaseClientToAMTokenSecretManager
Copyright © 2013 Apache Software Foundation. All rights reserved.