Uses of Class
org.apache.oozie.action.hadoop.Credentials

Packages that use Credentials
org.apache.oozie.action.hadoop   
 

Uses of Credentials in org.apache.oozie.action.hadoop
 

Subclasses of Credentials in org.apache.oozie.action.hadoop
 class HbaseCredentials
          Hbase Credentials implementation to store in jobConf 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'
 class HCatCredentials
          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
 

Methods in org.apache.oozie.action.hadoop that return Credentials
 Credentials CredentialsProvider.createCredentialObject()
          Create Credential object
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.