|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebexUserInfoDelegate
Supported API: true
Extendable: false
The purpose of this delegate is to allow customization of the way
Webex account names and passwords are created and stored. It is used
to create the account name and password. It is the responsibility of
any class implementing this interface to conform with all Webex
requirements. Names, email address, and password must conform to the
Webex requirements listed in the Webex API guides. If storing any
information is required to make this work, that is also the
responsibility of the implementor.
| Method Summary | |
|---|---|
String |
getEmail()
Supported API: true Return the user's email address as a string. |
String |
getFirstName()
Supported API: true |
String |
getLastName()
Supported API: true Return the user's first name as a string. |
String |
getPassword()
Supported API: true Return the user's Webex account name as a string. |
String |
getUsername()
Supported API: true Return the user's last name as a string. |
void |
initialize(WTUser user)
Supported API: true This will be called as the last step in object construction. |
| Method Detail |
|---|
String getFirstName()
String getLastName()
String getUsername()
String getPassword()
String getEmail()
void initialize(WTUser user)
throws WTException
user - The Windchill user object.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||