UM Java API  6.16
com.latencybusters.lbm.LBMAuthCredentialsCallback Interface Reference

Public Member Functions

LBMAuthUserInfo onAuthRequest (Object cbArg, LBMAuthUserInfo userInfo)
 

Detailed Description

Interface used for passing authentication credentials when needed

Member Function Documentation

LBMAuthUserInfo com.latencybusters.lbm.LBMAuthCredentialsCallback.onAuthRequest ( Object  cbArg,
LBMAuthUserInfo  userInfo 
)

Callback function called when an action is attempted that requires different authentication credentials than what were previously provided.

Parameters
cbArgCallback object token
userInfoThe user credentials the action was attempted with, but were insufficient.
Returns
A new LBMAuthUserInfo object containing new (sufficient) username and password credentials that will be used to re-try the action.

Referenced by com.latencybusters.lbm.LBMContext.setAuthCredentials().


The documentation for this interface was generated from the following file: