public interface INimbusCredentialPlugin extends Shutdownable
| Modifier and Type | Method and Description |
|---|---|
void |
populateCredentials(Map<String,String> credentials,
Map conf)
Method that will be called on nimbus as part of submit topology.
|
void |
prepare(Map conf)
this method will be called when nimbus initializes.
|
shutdownvoid prepare(Map conf)
conf - void populateCredentials(Map<String,String> credentials, Map conf)
credentials - credentials map where more credentials will be added.conf - topology configurationCopyright © 2015. All rights reserved.