com.ibm.commerce.user.objects
Class PolicyPasswordBean

com.ibm.commerce.user.objects.PolicyPasswordBean
All Implemented Interfaces:
java.io.Serializable

public class PolicyPasswordBean
implements java.io.Serializable

This bean provides access to the PLCYPASSWD table.

The following is a description of this table:

This table stores password policies.

See Also:
Serialized Form

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

PolicyPasswordBean

public PolicyPasswordBean()
Method Detail

getMatchUserId

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.

Returns:
java.lang.Integer

getMaximumConsecutiveType

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.

Returns:
java.lang.Integer

getMaximumInstances

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.

Returns:
java.lang.Integer

getMaximumLifetime

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.

Returns:
java.lang.Integer

getMinimumAlphabetic

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.

Returns:
java.lang.Integer

getMinimumNumeric

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.

Returns:
java.lang.Integer

getMinimumPasswordLength

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.

Returns:
java.lang.Integer

getPolicyPasswordId

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.

Returns:
java.lang.Long

getReusePassword

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.

Returns:
java.lang.Integer

setMatchUserId

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.

Parameters:
aMatchUserId - java.lang.Integer
Returns:
void

setMaximumConsecutiveType

public 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.

Parameters:
aMaximumConsecutiveType - java.lang.Integer
Returns:
void

setMaximumInstances

public 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.

Parameters:
aMaximumInstances - java.lang.Integer
Returns:
void

setMaximumLifetime

public 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.

Parameters:
aMaximumLifetime - java.lang.Integer
Returns:
void

setMinimumAlphabetic

public 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.

Parameters:
aMinimumAlphabetic - java.lang.Integer
Returns:
void

setMinimumNumeric

public 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.

Parameters:
aMinimumNumeric - java.lang.Integer
Returns:
void

setMinimumPasswordLength

public 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.

Parameters:
aMinimumPasswordLength - java.lang.Integer
Returns:
void

setReusePassword

public 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.

Parameters:
aReusePassword - java.lang.Integer
Returns:
void