com.latencybusters.lbm
Interface LBMAuthCredentialsCallback


public interface LBMAuthCredentialsCallback

Interface used for passing authentication credentials when needed


Method Summary
 LBMAuthUserInfo onAuthRequest(java.lang.Object cbArg, LBMAuthUserInfo userInfo)
          Callback function called when an action is attempted that requires different authentication credentials than what were previously provided.
 

Method Detail

onAuthRequest

LBMAuthUserInfo onAuthRequest(java.lang.Object cbArg,
                              LBMAuthUserInfo userInfo)
Callback function called when an action is attempted that requires different authentication credentials than what were previously provided.

Parameters:
cbArg - Callback object token
userInfo - The 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.


All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.