com.intel.cosbench.driver.service
Class COSBAuthAPIService

java.lang.Object
  extended by com.intel.cosbench.driver.service.COSBAuthAPIService
All Implemented Interfaces:
AuthAPIService

public class COSBAuthAPIService
extends java.lang.Object
implements AuthAPIService

This class is the major service for authentication on driver.

Author:
ywang19

Constructor Summary
COSBAuthAPIService()
           
 
Method Summary
 AuthAPI getAuth(java.lang.String type, Config config, Logger logger)
           
 void setFactories(java.util.List<AuthAPIFactory> factories)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

COSBAuthAPIService

public COSBAuthAPIService()
Method Detail

setFactories

public void setFactories(java.util.List<AuthAPIFactory> factories)

getAuth

public AuthAPI getAuth(java.lang.String type,
                       Config config,
                       Logger logger)
Specified by:
getAuth in interface AuthAPIService