Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.signup
Interface XSignupModule.Server

All Superinterfaces:
XAPIInterface, XAPIInterface.Server
Enclosing interface:
XSignupModule

public static interface XSignupModule.Server
extends XAPIInterface.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

signupRequest

void signupRequest(String emailAddress)
Signup request.
Parameters:
emailAddress - The email address.

signupVerifyCheck

void signupVerifyCheck(XObjectID userID,
                       String verifyID)
Check verification mode for a User.
Parameters:
userID - The User.
verifyID - The VerificationID.

signupVerify

void signupVerify(XObjectID userID,
                  String verifyID,
                  String password)
Verify a User signup. After this call the User will be valid, enabled and able to login.
Parameters:
userID - The User.
verifyID - The VerificationID.
password - The password.

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.