Skip navigation links

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

E20955-01


waggle.common.modules.password
Interface XPasswordModule.Server

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

public static interface XPasswordModule.Server
extends XAPIInterface.Server

Server interface for the Password Module API.


Nested Class Summary

 

Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface
XAPIInterface.Client, XAPIInterface.Server

 

Method Summary
 void changePassword(String oldPassword, String newPassword)
          Change the current user's password.
 void resetPasswordRequest(String emailAddress)
          Request to reset the password for the specified User.
 void resetPasswordVerify(XObjectID userID, String resetID, String userPassword)
          Request that a User's password be reset.

 

Method Detail

resetPasswordRequest

void resetPasswordRequest(String emailAddress)
Request to reset the password for the specified User. An email will be sent. Used when a password has been forgotten.
Parameters:
emailAddress - The User's email address.

resetPasswordVerify

void resetPasswordVerify(XObjectID userID,
                         String resetID,
                         String userPassword)
Request that a User's password be reset. Used when a password has been forgotten.
Parameters:
userID - The User.
resetID - The reset ID.
userPassword - The new Password.

changePassword

void changePassword(String oldPassword,
                    String newPassword)
Change the current user's password.
Parameters:
oldPassword - the current password.
newPassword - the new 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.