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
AmbariException
char[] getCredential(String alias) throws AmbariException
AmbariException
void setMasterKeyService(MasterKeyService masterService)
Copyright © 2014. All rights reserved.