com.intel.cosbench.driver.service
Class COSBAuthAPIService
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COSBAuthAPIService
public COSBAuthAPIService()
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