|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.impl.AbstractValueObjectImpl
com.elasticpath.domain.customer.impl.CustomerAuthenticationImpl
public class CustomerAuthenticationImpl
Represents inventory information about a ProductSku.
| Field Summary | |
|---|---|
static long |
serialVersionUID
Serial version id. |
| Constructor Summary | |
|---|---|
CustomerAuthenticationImpl()
|
|
| 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 class com.elasticpath.domain.impl.AbstractPersistenceImpl |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public CustomerAuthenticationImpl()
| Method Detail |
|---|
public java.lang.String getClearTextPassword()
getClearTextPassword in interface CustomerAuthenticationpublic java.lang.String getConfirmClearTextPassword()
getConfirmClearTextPassword in interface CustomerAuthenticationpublic java.lang.String getPassword()
getPassword in interface CustomerAuthenticationpublic java.lang.String resetPassword()
resetPassword in interface CustomerAuthenticationpublic void setClearTextPassword(java.lang.String clearTextPassword)
setClearTextPassword in interface CustomerAuthenticationclearTextPassword - the clear-text password.public void setConfirmClearTextPassword(java.lang.String confirmClearTextPassword)
setConfirmClearTextPassword in interface CustomerAuthenticationconfirmClearTextPassword - the customer confirmClearTextPassword.public void setPassword(java.lang.String password)
setPassword in interface CustomerAuthenticationpassword - the encrypted password.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||