Uses of Class
com.intel.cosbench.api.context.AuthContext

Packages that use AuthContext
com.intel.cosbench.api.amplistor   
com.intel.cosbench.api.auth   
com.intel.cosbench.api.keystone   
com.intel.cosbench.api.storage   
com.intel.cosbench.api.swauth   
com.intel.cosbench.api.swift   
 

Uses of AuthContext in com.intel.cosbench.api.amplistor
 

Methods in com.intel.cosbench.api.amplistor with parameters of type AuthContext
 void AmpliStorage.setAuthContext(AuthContext info)
           
 

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

Methods in com.intel.cosbench.api.auth that return AuthContext
 AuthContext NoneAuth.login()
           
 AuthContext AuthAPI.login()
          trigger backend authentication mechanism.
 

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

Methods in com.intel.cosbench.api.keystone that return AuthContext
 AuthContext KeystoneAuth.login()
           
 

Uses of AuthContext in com.intel.cosbench.api.storage
 

Methods in com.intel.cosbench.api.storage with parameters of type AuthContext
 void StorageAPI.setAuthContext(AuthContext info)
          associate authentication context with Storage API for further storage operations.
 void NoneStorage.setAuthContext(AuthContext info)
           
 

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

Methods in com.intel.cosbench.api.swauth that return AuthContext
 AuthContext SwiftAuth.login()
           
 

Uses of AuthContext in com.intel.cosbench.api.swift
 

Methods in com.intel.cosbench.api.swift with parameters of type AuthContext
 void SwiftStorage.setAuthContext(AuthContext info)