Credentials implementation to store in jobConf, HCat-specific properties such as Principal and Uri
User specifies these credential properties along with the action configuration
The jobConf is used further to pass credentials to the tasks while running
Oozie server should be configured to use this Credentials class by including it via property 'oozie.credentials.credentialclasses'
User can extend the parent class to implement own class as well
for handling custom token-based credentials and add to the above server property
This is the interface for all the Credentials implementation. Any new credential implementaion must implement
this function. This function should modify the jobconf which will be used further to pass the credentials to the
tasks while running it. Credentials properties and context is also provided by that user can get all the
necessary configuration.