public interface CredentialsProvider
Modifier and Type | Method and Description |
---|---|
void |
updateCredentials(org.apache.hadoop.security.Credentials credentials,
org.apache.hadoop.conf.Configuration config,
CredentialsProperties props,
ActionExecutor.Context context)
This is the interface for all the Credentials implementation.
|
void updateCredentials(org.apache.hadoop.security.Credentials credentials, org.apache.hadoop.conf.Configuration config, CredentialsProperties props, ActionExecutor.Context context) throws Exception
credentials
- the credentials object which is updatedconfig
- launcher AM configurationprops
- properties for getting credential token or certificatecontext
- workflow contextException
- thrown if failedCopyright © 2018 Apache Software Foundation. All rights reserved.