public class PolicyPasswordDataBean
extends com.ibm.commerce.user.beansrc.PolicyPasswordDataBeanBase
implements com.ibm.commerce.user.beans.PolicyPasswordInputDataBean, com.ibm.commerce.user.beans.PolicyPasswordSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
The name of the class.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PolicyPasswordDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyIPolicyPasswordId()
Gets the key (password policy ID) of this data bean.
|
java.lang.String |
getDescription(PolicyPasswordAccessBean ppab)
Gets the description of the password policy for the language ID set in the command context.
|
java.util.Vector |
getPolicyPassword()
Gets the password policy information, for example, the policy ID, the minimum length of a password, and
other password policy information.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyIPolicyPasswordId(java.lang.String aIPolicyPasswordId)
Sets the key of the bean (password policy ID).
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findAll, findAllNoCache, getDescription, getDescriptionNoCache, getEntity, getMatchUserId, getMatchUserIdInEntityType, getMaximumConsecutiveType, getMaximumConsecutiveTypeInEntityType, getMaximumInstances, getMaximumInstancesInEntityType, getMaximumLifetime, getMaximumLifetimeInEntityType, getMinimumAlphabetic, getMinimumAlphabeticInEntityType, getMinimumNumeric, getMinimumNumericInEntityType, getMinimumPasswordLength, getMinimumPasswordLengthInEntityType, getPolicyPasswordId, getPolicyPasswordIdInEntityType, getReusePassword, getReusePasswordInEntityType, instantiateEntity, setInitKey_iPolicyPasswordId, setInitKey_iPolicyPasswordId, setMatchUserId, setMatchUserId, setMaximumConsecutiveType, setMaximumConsecutiveType, setMaximumInstances, setMaximumInstances, setMaximumLifetime, setMaximumLifetime, setMinimumAlphabetic, setMinimumAlphabetic, setMinimumNumeric, setMinimumNumeric, setMinimumPasswordLength, setMinimumPasswordLength, setReusePassword, setReusePasswordpublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeyIPolicyPasswordId()
getDataBeanKeyIPolicyPasswordId in interface com.ibm.commerce.user.beans.PolicyPasswordSmartDataBeanpublic java.lang.String getDescription(PolicyPasswordAccessBean ppab)
ppab - The PolicyPasswordAccessBean object which contains the password policy information.public java.util.Vector getPolicyPassword()
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void populate()
populate in interface SmartDataBeanjava.lang.Exceptionpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyIPolicyPasswordId(java.lang.String aIPolicyPasswordId)
setDataBeanKeyIPolicyPasswordId in interface com.ibm.commerce.user.beans.PolicyPasswordInputDataBeanaIPolicyPasswordId - The key of the bean.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - The request property.