psdi.app.signature.virtual

Class ForgotPassword

  • All Implemented Interfaces:
    java.rmi.Remote, MboConstants, MboRemote, NonPersistentMboRemote, MaxRemoteProxy


    public class ForgotPassword
    extends NonPersistentMbo
    implements NonPersistentMboRemote
    ForgotPassword virtual object for when a user has forgotten their password and is requesting password reset.

    This is a system level object.

    The attributes in this object are as follows.

    Attribute NameDescription
    PwHintAnswerThe correct answer to the PwHintQuestion, used to verify the identity of a user who is requesting a new password. Same as MaxUser.
    PwHintQuestionThe user's password hint question, defined in valuelist PWHINTQUESTION. Same as MaxUser.
    PrimaryEmailThe user's primary email address. Same as Person.
    • Constructor Detail

      • ForgotPassword

        public ForgotPassword(MboSet ms)
                       throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • init

        public void init()
                  throws MXException
        Description copied from class: Mbo
        Called by the framework when the Mbo has been constructed and the MboValues have been initialized. This can be overridden by the programmer to provide any custom initialization they would like to do.
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • requestPassword

        public void requestPassword()
                             throws MXException,
                                    java.rmi.RemoteException
        If valid, reset password.
        Throws:
        MXException
        java.rmi.RemoteException