|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.UserRegistryBean
This bean provides access to the USERREG table.
The following is a description of this table:
This table stores user authentication information.
Constructor Summary | |
UserRegistryBean()
|
Method Summary | |
java.lang.String |
getChallengeAnswer()
This method provides access to the USERREG.CHALLENGEANSWER column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getChallengeQuestion()
This method provides access to the USERREG.CHALLENGEQUESTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getLogonId()
This method provides access to the USERREG.LOGONID column of DB2 type VARCHAR(254) NOT NULL. |
byte[] |
getLogonPassword()
IBM internal use only. |
java.sql.Timestamp |
getPasswordCreation()
This method provides access to the USERREG.PASSWORDCREATION column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getPasswordExpired()
This method provides access to the USERREG.PASSWORDEXPIRED column of DB2 type INTEGER NULL. |
java.sql.Timestamp |
getPasswordInvalid()
This method provides access to the USERREG.PASSWORDINVALID column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getPasswordRetries()
This method provides access to the USERREG.PASSWORDRETRIES column of DB2 type INTEGER NULL. |
java.lang.Integer |
getPolicyAccountId()
This method provides access to the USERREG.PLCYACCT_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getSalt()
This method provides access to the USERREG.SALT column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getStatus()
IBM internal use only. |
java.lang.Long |
getTimeout()
IBM internal use only. |
java.lang.Long |
getUserId()
This method provides access to the USERREG.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setChallengeAnswer(java.lang.String aChallengeAnswer)
This method provides access to the USERREG.CHALLENGEANSWER column of DB2 type VARCHAR(254) NULL. |
void |
setChallengeQuestion(java.lang.String aChallengeQuestion)
This method provides access to the USERREG.CHALLENGEQUESTION column of DB2 type VARCHAR(254) NULL. |
void |
setLogonId(java.lang.String aLogonId)
This method provides access to the USERREG.LOGONID column of DB2 type VARCHAR(254) NOT NULL. |
void |
setLogonPassword(byte[] aLogonPassword)
IBM internal use only. |
void |
setPasswordCreation(java.sql.Timestamp aPasswordCreation)
This method provides access to the USERREG.PASSWORDCREATION column of DB2 type TIMESTAMP NULL. |
void |
setPasswordExpired(java.lang.Integer aPasswordExpired)
This method provides access to the USERREG.PASSWORDEXPIRED column of DB2 type INTEGER NULL. |
void |
setPasswordInvalid(java.sql.Timestamp aPasswordInvalid)
This method provides access to the USERREG.PASSWORDINVALID column of DB2 type TIMESTAMP NULL. |
void |
setPasswordRetries(java.lang.Integer aPasswordRetries)
This method provides access to the USERREG.PASSWORDRETRIES column of DB2 type INTEGER NULL. |
void |
setPolicyAccountId(java.lang.Integer aPolicyAccountId)
This method provides access to the USERREG.PLCYACCT_ID column of DB2 type INTEGER NULL. |
void |
setSalt(java.lang.String aSalt)
This method provides access to the USERREG.SALT column of DB2 type VARCHAR(254) NULL. |
void |
setStatus(java.lang.Integer aStatus)
IBM internal use only. |
void |
setTimeout(java.lang.Long aTimeout)
IBM internal use only. |
Constructor Detail |
public UserRegistryBean()
Method Detail |
public java.lang.String getChallengeAnswer()
This method provides access to the USERREG.CHALLENGEANSWER column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Answer to challenge question. Compare with the SHCHAANS column of the SHOPPER table.
public java.lang.String getChallengeQuestion()
This method provides access to the USERREG.CHALLENGEQUESTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Challenge question for confirmation of the user identity. Compare with the SCHAQUE column of the SHOPPER table.
public java.lang.String getLogonId()
This method provides access to the USERREG.LOGONID column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The user logon ID.
public byte[] getLogonPassword()
IBM internal use only.
public java.sql.Timestamp getPasswordCreation()
This method provides access to the USERREG.PASSWORDCREATION column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time the password for the user was created or updated.
public java.lang.Integer getPasswordExpired()
This method provides access to the USERREG.PASSWORDEXPIRED column of DB2 type INTEGER NULL.
The following is a description of this column:
Specifies whether or not the user password has expired. Valid values are 0 (not expired) or 1 (expired).
public java.sql.Timestamp getPasswordInvalid()
This method provides access to the USERREG.PASSWORDINVALID column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of the last failed attempt to log in.
public java.lang.Integer getPasswordRetries()
This method provides access to the USERREG.PASSWORDRETRIES column of DB2 type INTEGER NULL.
The following is a description of this column:
The number of times consecutively the password is entered incorrectly.
public java.lang.Integer getPolicyAccountId()
This method provides access to the USERREG.PLCYACCT_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The account policy for this user, foreign key to the PLCYACCT table.
public java.lang.String getSalt()
This method provides access to the USERREG.SALT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The value that is prepended to the password before hashing.
public java.lang.Integer getStatus()
IBM internal use only.
public java.lang.Long getTimeout()
IBM internal use only.
public java.lang.Long getUserId()
This method provides access to the USERREG.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the user member. Foreign key to the USERS table.
public void setChallengeAnswer(java.lang.String aChallengeAnswer)
This method provides access to the USERREG.CHALLENGEANSWER column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Answer to challenge question. Compare with the SHCHAANS column of the SHOPPER table.
aChallengeAnswer
- java.lang.Stringpublic void setChallengeQuestion(java.lang.String aChallengeQuestion)
This method provides access to the USERREG.CHALLENGEQUESTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Challenge question for confirmation of the user identity. Compare with the SCHAQUE column of the SHOPPER table.
aChallengeQuestion
- java.lang.Stringpublic void setLogonId(java.lang.String aLogonId)
This method provides access to the USERREG.LOGONID column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The user logon ID.
aLogonId
- java.lang.Stringpublic void setLogonPassword(byte[] aLogonPassword)
IBM internal use only.
aLogonPassword
- byte[]public void setPasswordCreation(java.sql.Timestamp aPasswordCreation)
This method provides access to the USERREG.PASSWORDCREATION column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time the password for the user was created or updated.
aPasswordCreation
- java.sql.Timestamppublic void setPasswordExpired(java.lang.Integer aPasswordExpired)
This method provides access to the USERREG.PASSWORDEXPIRED column of DB2 type INTEGER NULL.
The following is a description of this column:
Specifies whether or not the user password has expired. Valid values are 0 (not expired) or 1 (expired).
aPasswordExpired
- java.lang.Integerpublic void setPasswordInvalid(java.sql.Timestamp aPasswordInvalid)
This method provides access to the USERREG.PASSWORDINVALID column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of the last failed attempt to log in.
aPasswordInvalid
- java.sql.Timestamppublic void setPasswordRetries(java.lang.Integer aPasswordRetries)
This method provides access to the USERREG.PASSWORDRETRIES column of DB2 type INTEGER NULL.
The following is a description of this column:
The number of times consecutively the password is entered incorrectly.
aPasswordRetries
- java.lang.Integerpublic void setPolicyAccountId(java.lang.Integer aPolicyAccountId)
This method provides access to the USERREG.PLCYACCT_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The account policy for this user, foreign key to the PLCYACCT table.
aPolicyAccountId
- java.lang.Integerpublic void setSalt(java.lang.String aSalt)
This method provides access to the USERREG.SALT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The value that is prepended to the password before hashing.
aSalt
- java.lang.Stringpublic void setStatus(java.lang.Integer aStatus)
IBM internal use only.
aStatus
- java.lang.Integerpublic void setTimeout(java.lang.Long aTimeout)
IBM internal use only.
aTimeout
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |