| 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XSignupModule.Server
Server interface for the Signup Module API.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface | 
|---|
XAPIInterface.Client, XAPIInterface.Server | 
| Method Summary | |
|---|---|
 void | 
signupRequest(String emailAddress)Signup request.  | 
 void | 
signupVerify(XObjectID userID, String verifyID, String password)Verify a User signup.  | 
 void | 
signupVerifyCheck(XObjectID userID, String verifyID)Check verification mode for a User.  | 
| Method Detail | 
|---|
void signupRequest(String emailAddress)
emailAddress - The email address.
void signupVerifyCheck(XObjectID userID,
                       String verifyID)
userID - The User.verifyID - The VerificationID.
void signupVerify(XObjectID userID,
                  String verifyID,
                  String password)
userID - The User.verifyID - The VerificationID.password - The password.
  | 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||