|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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.
Field Summary | |
---|---|
java.lang.String |
password
The password to use for the authenticating the user. |
java.lang.String |
username
The name of the user to authenticate. |
Constructor Summary | |
---|---|
APIAuthenticator.UserData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String username
public java.lang.String password
Constructor Detail |
---|
public APIAuthenticator.UserData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |