public interface LoginResultIf
Modifier and Type | Method and Description |
---|---|
int |
getCustomerId()
Returned if login is successful.
|
java.lang.String |
getSessionId() |
boolean |
isChangePassword()
Set to true if the password needs to be changed
|
boolean |
isCustomerDisabled()
Set to true if the customer isn't enabled
|
boolean |
isPasswordExpired()
Set to true if the password has expired
|
boolean |
isPasswordNoMatch()
Set to true if the password didn't match the stored password
|
void |
setChangePassword(boolean changePassword)
Set to true if the password needs to be changed
|
void |
setCustomerDisabled(boolean customerDisabled)
Set to true if the customer isn't enabled
|
void |
setCustomerId(int customerId)
Returned if login is successful.
|
void |
setPasswordExpired(boolean passwordExpired)
Set to true if the password has expired
|
void |
setPasswordNoMatch(boolean passwordNoMatch)
Set to true if the password didn't match the stored password
|
void |
setSessionId(java.lang.String sessionId) |
java.lang.String getSessionId()
void setSessionId(java.lang.String sessionId)
sessionId
- the sessionId to setboolean isChangePassword()
void setChangePassword(boolean changePassword)
changePassword
- the changePassword to setint getCustomerId()
void setCustomerId(int customerId)
customerId
- the customerId to setboolean isPasswordExpired()
void setPasswordExpired(boolean passwordExpired)
passwordExpired
- the passwordExpired to setboolean isCustomerDisabled()
void setCustomerDisabled(boolean customerDisabled)
customerDisabled
- the customerDisabled to setboolean isPasswordNoMatch()
void setPasswordNoMatch(boolean passwordNoMatch)
passwordNoMatch
- the passwordNoMatch to setCopyright © 2018 DS Data Systems UK Ltd.