|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomerAuthentication
Represents the customer Authentication.
| Method Summary | |
|---|---|
java.lang.String |
getClearTextPassword()
Gets the clear-text password (only available at creation time). |
java.lang.String |
getConfirmClearTextPassword()
Gets the clear-text confirm password (only available at creation time). |
java.lang.String |
getPassword()
Gets the encrypted password. |
java.lang.String |
resetPassword()
Reset the customer's password. |
void |
setClearTextPassword(java.lang.String clearTextPassword)
Sets the clear-text password. |
void |
setConfirmClearTextPassword(java.lang.String confirmClearTextPassword)
Sets the confirm clear-text password. |
void |
setPassword(java.lang.String password)
Sets the encrypted password. |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
java.lang.String getClearTextPassword()
java.lang.String getConfirmClearTextPassword()
java.lang.String getPassword()
java.lang.String resetPassword()
void setClearTextPassword(java.lang.String clearTextPassword)
clearTextPassword - the clear-text password.void setConfirmClearTextPassword(java.lang.String confirmClearTextPassword)
confirmClearTextPassword - the user confirmClearTextPassword.void setPassword(java.lang.String password)
password - the encrypted password.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||