|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.PolicyPasswordBean
This bean provides access to the PLCYPASSWD table.
The following is a description of this table:
This table stores password policies.
Constructor Summary | |
PolicyPasswordBean()
|
Method Summary | |
java.lang.Integer |
getMatchUserId()
This method provides access to the PLCYPASSWD.MATCHUSERID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getMaximumConsecutiveType()
This method provides access to the PLCYPASSWD.MAXCONSECUTIVETYPE column of DB2 type INTEGER NULL. |
java.lang.Integer |
getMaximumInstances()
This method provides access to the PLCYPASSWD.MAXINSTANCES column of DB2 type INTEGER NULL. |
java.lang.Integer |
getMaximumLifetime()
This method provides access to the PLCYPASSWD.MAXLIFETIME column of DB2 type INTEGER NULL. |
java.lang.Integer |
getMinimumAlphabetic()
This method provides access to the PLCYPASSWD.MINALPHABETIC column of DB2 type INTEGER NULL. |
java.lang.Integer |
getMinimumNumeric()
This method provides access to the PLCYPASSWD.MINNUMERIC column of DB2 type INTEGER NULL. |
java.lang.Integer |
getMinimumPasswordLength()
This method provides access to the PLCYPASSWD.MINPASSWDLENGTH column of DB2 type INTEGER NULL. |
java.lang.Long |
getPolicyPasswordId()
This method provides access to the PLCYPASSWD.PLCYPASSWD_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getReusePassword()
This method provides access to the PLCYPASSWD.REUSEPASSWORD column of DB2 type INTEGER NULL. |
void |
setMatchUserId(java.lang.Integer aMatchUserId)
This method provides access to the PLCYPASSWD.MATCHUSERID column of DB2 type INTEGER NULL. |
void |
setMaximumConsecutiveType(java.lang.Integer aMaximumConsecutiveType)
This method provides access to the PLCYPASSWD.MAXCONSECUTIVETYPE column of DB2 type INTEGER NULL. |
void |
setMaximumInstances(java.lang.Integer aMaximumInstances)
This method provides access to the PLCYPASSWD.MAXINSTANCES column of DB2 type INTEGER NULL. |
void |
setMaximumLifetime(java.lang.Integer aMaximumLifetime)
This method provides access to the PLCYPASSWD.MAXLIFETIME column of DB2 type INTEGER NULL. |
void |
setMinimumAlphabetic(java.lang.Integer aMinimumAlphabetic)
This method provides access to the PLCYPASSWD.MINALPHABETIC column of DB2 type INTEGER NULL. |
void |
setMinimumNumeric(java.lang.Integer aMinimumNumeric)
This method provides access to the PLCYPASSWD.MINNUMERIC column of DB2 type INTEGER NULL. |
void |
setMinimumPasswordLength(java.lang.Integer aMinimumPasswordLength)
This method provides access to the PLCYPASSWD.MINPASSWDLENGTH column of DB2 type INTEGER NULL. |
void |
setReusePassword(java.lang.Integer aReusePassword)
This method provides access to the PLCYPASSWD.REUSEPASSWORD column of DB2 type INTEGER NULL. |
Constructor Detail |
public PolicyPasswordBean()
Method Detail |
public java.lang.Integer getMatchUserId()
This method provides access to the PLCYPASSWD.MATCHUSERID column of DB2 type INTEGER NULL.
The following is a description of this column:
Specifies whether the user ID and password can match. (0) if user ID and password do not match. (1) if user ID and password can match.
public java.lang.Integer getMaximumConsecutiveType()
This method provides access to the PLCYPASSWD.MAXCONSECUTIVETYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
The maximum number of consecutive character type allowed in a password.
public java.lang.Integer getMaximumInstances()
This method provides access to the PLCYPASSWD.MAXINSTANCES column of DB2 type INTEGER NULL.
The following is a description of this column:
The maximum number of times a character can occur in a password.
public java.lang.Integer getMaximumLifetime()
This method provides access to the PLCYPASSWD.MAXLIFETIME column of DB2 type INTEGER NULL.
The following is a description of this column:
The maximum number of days a password is valid for, from the last update.
public java.lang.Integer getMinimumAlphabetic()
This method provides access to the PLCYPASSWD.MINALPHABETIC column of DB2 type INTEGER NULL.
The following is a description of this column:
The minimum password alphabetic characters that should be in a password.
public java.lang.Integer getMinimumNumeric()
This method provides access to the PLCYPASSWD.MINNUMERIC column of DB2 type INTEGER NULL.
The following is a description of this column:
The minimum password numeric characters that should be in a password.
public java.lang.Integer getMinimumPasswordLength()
This method provides access to the PLCYPASSWD.MINPASSWDLENGTH column of DB2 type INTEGER NULL.
The following is a description of this column:
The minimum password length.
public java.lang.Long getPolicyPasswordId()
This method provides access to the PLCYPASSWD.PLCYPASSWD_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the Password Policy table.
public java.lang.Integer getReusePassword()
This method provides access to the PLCYPASSWD.REUSEPASSWORD column of DB2 type INTEGER NULL.
The following is a description of this column:
Specifies whether the users previous password can be reused. (0) last password cannot be reused. (1) last password can be reused.
public void setMatchUserId(java.lang.Integer aMatchUserId)
This method provides access to the PLCYPASSWD.MATCHUSERID column of DB2 type INTEGER NULL.
The following is a description of this column:
Specifies whether the user ID and password can match. (0) if user ID and password do not match. (1) if user ID and password can match.
aMatchUserId
- java.lang.Integerpublic void setMaximumConsecutiveType(java.lang.Integer aMaximumConsecutiveType)
This method provides access to the PLCYPASSWD.MAXCONSECUTIVETYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
The maximum number of consecutive character type allowed in a password.
aMaximumConsecutiveType
- java.lang.Integerpublic void setMaximumInstances(java.lang.Integer aMaximumInstances)
This method provides access to the PLCYPASSWD.MAXINSTANCES column of DB2 type INTEGER NULL.
The following is a description of this column:
The maximum number of times a character can occur in a password.
aMaximumInstances
- java.lang.Integerpublic void setMaximumLifetime(java.lang.Integer aMaximumLifetime)
This method provides access to the PLCYPASSWD.MAXLIFETIME column of DB2 type INTEGER NULL.
The following is a description of this column:
The maximum number of days a password is valid for, from the last update.
aMaximumLifetime
- java.lang.Integerpublic void setMinimumAlphabetic(java.lang.Integer aMinimumAlphabetic)
This method provides access to the PLCYPASSWD.MINALPHABETIC column of DB2 type INTEGER NULL.
The following is a description of this column:
The minimum password alphabetic characters that should be in a password.
aMinimumAlphabetic
- java.lang.Integerpublic void setMinimumNumeric(java.lang.Integer aMinimumNumeric)
This method provides access to the PLCYPASSWD.MINNUMERIC column of DB2 type INTEGER NULL.
The following is a description of this column:
The minimum password numeric characters that should be in a password.
aMinimumNumeric
- java.lang.Integerpublic void setMinimumPasswordLength(java.lang.Integer aMinimumPasswordLength)
This method provides access to the PLCYPASSWD.MINPASSWDLENGTH column of DB2 type INTEGER NULL.
The following is a description of this column:
The minimum password length.
aMinimumPasswordLength
- java.lang.Integerpublic void setReusePassword(java.lang.Integer aReusePassword)
This method provides access to the PLCYPASSWD.REUSEPASSWORD column of DB2 type INTEGER NULL.
The following is a description of this column:
Specifies whether the users previous password can be reused. (0) last password cannot be reused. (1) last password can be reused.
aReusePassword
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |