Uses of Interface
com.sun.identity.password.ui.model.PWResetModel
-
Packages that use PWResetModel Package Description com.sun.identity.password.ui com.sun.identity.password.ui.model -
-
Uses of PWResetModel in com.sun.identity.password.ui
Fields in com.sun.identity.password.ui declared as PWResetModel Modifier and Type Field Description protected PWResetModel
PWResetViewBeanBase. model
Name of the model used in the view beanMethods in com.sun.identity.password.ui that return PWResetModel Modifier and Type Method Description protected PWResetModel
PWResetInvalidURLViewBean. getModel()
Gets model for this view beanprotected PWResetModel
PWResetQuestionViewBean. getModel()
Gets model for this view beanprotected PWResetModel
PWResetSuccessViewBean. getModel()
Gets model for this view beanprotected PWResetModel
PWResetUncaughtExceptionViewBean. getModel()
Gets model for this view bean.protected PWResetModel
PWResetUserValidationViewBean. getModel()
Gets model for this view beanprotected PWResetModel
PWResetViewBeanBase. getModel()
Gets model for this view bean -
Uses of PWResetModel in com.sun.identity.password.ui.model
Subinterfaces of PWResetModel in com.sun.identity.password.ui.model Modifier and Type Interface Description interface
PWResetInvalidURLModel
PWResetInvalidURLModel
defines a set of methods required by invalid URL view bean.interface
PWResetQuestionModel
PWResetQuestionModelImpl
defines a set of methods that are required by password reset question viewbean.interface
PWResetSuccessModel
PWResetSuccessModel
defines a set of methods that are required by password reset success message.interface
PWResetUncaughtExceptionModel
PWResetUncaughtExceptionModel
defines a set of methods required by uncaught exception view bean.interface
PWResetUserValidationModel
PWResetUserValidationModel
defines a set of methods that are required by password reset user validation viewbean.Classes in com.sun.identity.password.ui.model that implement PWResetModel Modifier and Type Class Description class
PWResetInvalidURLModelImpl
PWResetInvalidURLModelImpl
contains a set of methods required byPWResetInvalidURLViewBean
.class
PWResetModelImpl
PWResetModelImpl
defines the basic and commonly used methods used by view beans.class
PWResetQuestionModelImpl
PWResetQuestionModelImpl
defines a set of methods that are required by password reset question viewbean.class
PWResetSuccessModelImpl
PWResetSuccessModelImpl
defines a set of methods that are required by password reset success viewbean.class
PWResetUncaughtExceptionModelImpl
PWResetUncaughtExceptionModelImpl
contains a set of methods required byPWResetUncaughtExceptionViewBean
.class
PWResetUserValidationModelImpl
PWResetUserValidationModelImpl
defines a set of methods that are required by password reset user validation viewbean.
-