java.lang.Object com.ibm.di.api.APIAuthenticator.UserData
public static class APIAuthenticator.UserData
This class is a holder for the user credentials. It is exposed as a script bean by the name "userdata". Its public member variables "username" and "password" could be used in the script by the custom authentication process.
String
password
username
APIAuthenticator.UserData()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public String username
public String password
public APIAuthenticator.UserData()