psdi.webclient.beans.signature

Class ForgotPswdAppBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class ForgotPswdAppBean
    extends AppBean
    • Constructor Detail

      • ForgotPswdAppBean

        public ForgotPswdAppBean()
    • Method Detail

      • submit

        public int submit()
                   throws MXException,
                          java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • initQuickFIndRemote

        public MboSetRemote initQuickFIndRemote()
                                         throws java.rmi.RemoteException,
                                                MXException
        Description copied from class: AppBean
        Added to provide a way for users to control quickfind mbo which is not needed in some cases.
        Overrides:
        initQuickFIndRemote in class AppBean
        Returns:
        Throws:
        java.rmi.RemoteException
        MXException
      • initialize

        protected void initialize()
                           throws MXException,
                                  java.rmi.RemoteException
        Description copied from class: AppBean
        Typically called after the DataBean gets a new MboSetRemote On the MboSetRemote it sets the app, the app defaults, user defaults If the remote is an instanceof NonPersistentMboSetRemote then setup is called on it and
        Overrides:
        initialize in class AppBean
        Throws:
        MXException
        java.rmi.RemoteException