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

Packages that use AuthAPIFactory
com.intel.cosbench.api.keystone   
com.intel.cosbench.api.mock   
com.intel.cosbench.api.swauth   
com.intel.cosbench.driver.service   
 

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

Classes in com.intel.cosbench.api.keystone that implement AuthAPIFactory
 class KeystoneAuthFactory
           
 

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

Classes in com.intel.cosbench.api.mock that implement AuthAPIFactory
 class MockAuthFactory
           
 

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

Classes in com.intel.cosbench.api.swauth that implement AuthAPIFactory
 class SwiftAuthFactory
           
 

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

Method parameters in com.intel.cosbench.driver.service with type arguments of type AuthAPIFactory
 void COSBAuthAPIService.setFactories(java.util.List<AuthAPIFactory> factories)