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

Packages that use AuthAPI
com.intel.cosbench.api.auth   
com.intel.cosbench.api.keystone   
com.intel.cosbench.api.mock   
com.intel.cosbench.api.swauth   
com.intel.cosbench.driver.model   
com.intel.cosbench.driver.service   
 

Uses of AuthAPI in com.intel.cosbench.api.auth
 

Classes in com.intel.cosbench.api.auth that implement AuthAPI
 class NoneAuth
          This class encapsulates one none authentication mechanism which is used if no any other authentication mechanism is assigned.
 

Methods in com.intel.cosbench.api.auth that return AuthAPI
 AuthAPI AuthAPIService.getAuth(java.lang.String type, Config config, Logger logger)
           
 AuthAPI AuthAPIFactory.getAuthAPI()
           
 

Uses of AuthAPI in com.intel.cosbench.api.keystone
 

Classes in com.intel.cosbench.api.keystone that implement AuthAPI
 class KeystoneAuth
          This class encapsulates one openstack keystone implementation for Auth API.
 

Methods in com.intel.cosbench.api.keystone that return AuthAPI
 AuthAPI KeystoneAuthFactory.getAuthAPI()
           
 

Uses of AuthAPI in com.intel.cosbench.api.mock
 

Methods in com.intel.cosbench.api.mock that return AuthAPI
 AuthAPI MockAuthFactory.getAuthAPI()
           
 

Uses of AuthAPI in com.intel.cosbench.api.swauth
 

Classes in com.intel.cosbench.api.swauth that implement AuthAPI
 class SwiftAuth
          This class encapsulates one swift swauth implementation for Auth API.
 

Methods in com.intel.cosbench.api.swauth that return AuthAPI
 AuthAPI SwiftAuthFactory.getAuthAPI()
           
 

Uses of AuthAPI in com.intel.cosbench.driver.model
 

Methods in com.intel.cosbench.driver.model that return AuthAPI
 AuthAPI WorkerContext.getAuthApi()
           
 

Methods in com.intel.cosbench.driver.model with parameters of type AuthAPI
 void WorkerContext.setAuthApi(AuthAPI authApi)
           
 

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

Methods in com.intel.cosbench.driver.service that return AuthAPI
 AuthAPI COSBAuthAPIService.getAuth(java.lang.String type, Config config, Logger logger)