public abstract class Credentials extends Object
| Constructor and Description |
|---|
Credentials() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addtoJobConf(org.apache.hadoop.mapred.JobConf jobconf,
CredentialsProperties props,
ActionExecutor.Context context)
This is the interface for all the Credentials implementation.
|
public Credentials()
public abstract void addtoJobConf(org.apache.hadoop.mapred.JobConf jobconf, CredentialsProperties props, ActionExecutor.Context context) throws Exception
jobconf - job conf where the token will insert intoprops - properties for getting credential token or certificatecontext - workflow contextException - thrown if failedCopyright © 2015 Apache Software Foundation. All Rights Reserved.