public abstract class SecureStoreRenewer extends Object
| Constructor and Description |
|---|
SecureStoreRenewer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
renew(String application,
RunId runId,
SecureStoreWriter secureStoreWriter)
Renew the secure store for an application run.
|
public abstract void renew(String application, RunId runId, SecureStoreWriter secureStoreWriter) throws IOException
SecureStoreWriter to update the
SecureStore.application - The name of the application.runId - The runId of the live application.secureStoreWriter - a SecureStoreWriter for writing out the new SecureStore.IOException - if renewal failedCopyright © 2013-2016 The Apache Software Foundation. All rights reserved.