public interface CredentialStoreService
| Modifier and Type | Method and Description |
|---|---|
void |
addCredential(String alias,
String key) |
char[] |
getCredential(String alias) |
void |
setMasterKeyService(MasterKeyService masterService) |
void addCredential(String alias, String key) throws AmbariException
AmbariExceptionchar[] getCredential(String alias) throws AmbariException
AmbariExceptionvoid setMasterKeyService(MasterKeyService masterService)
Copyright © 2016. All rights reserved.