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, retrievePasswordcheckAvailableForRead, createPassword, createSecretKey, generateSecretpublic 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 BaseClientToAMTokenSecretManagerCopyright © 2013 Apache Software Foundation. All rights reserved.