Uses of Interface
com.intel.cosbench.api.auth.AuthAPIService

Packages that use AuthAPIService
com.intel.cosbench.driver.service   
 

Uses of AuthAPIService in com.intel.cosbench.driver.service
 

Classes in com.intel.cosbench.driver.service that implement AuthAPIService
 class COSBAuthAPIService
          This class is the major service for authentication on driver.
 

Methods in com.intel.cosbench.driver.service with parameters of type AuthAPIService
 void COSBDriverServiceFactory.setAuthAPIs(AuthAPIService authAPIs)