com.mf.roundhouse.core.form
Class PasswordPolicyForm

java.lang.Object
  extended byValidatorForm
      extended bycom.mf.roundhouse.core.form.RoundhouseForm
          extended bycom.mf.roundhouse.core.form.PasswordPolicyForm

public class PasswordPolicyForm
extends RoundhouseForm

Author:
Pete Luellen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mf.roundhouse.core.form.RoundhouseForm
ACTION, EDITING, OBJECT_IDENTIFIER
 
Constructor Summary
PasswordPolicyForm()
           
 
Method Summary
 boolean getCannotContainUserName()
           
 java.lang.String getExcludeList()
           
 int getExpirationInterval()
           
 int getMinimumLength()
           
 boolean getMustBeAlphaNumeric()
           
 boolean getMustBeMixedCase()
           
 java.lang.String getName()
           
 int getPasswordHistoryCount()
           
 void reset(ActionMapping mapping, ServletRequest request)
           
 void setCannotContainUserName(boolean cannotContainUserName)
           
 void setExcludeList(java.lang.String excludeList)
           
 void setExpirationInterval(int expirationInterval)
           
 void setMinimumLength(int minimumLength)
           
 void setMustBeAlphaNumeric(boolean mustBeAlphaNumeric)
           
 void setMustBeMixedCase(boolean mustBeMixedCase)
           
 void setName(java.lang.String name)
           
 void setPasswordHistoryCount(int passwordHistoryCount)
           
 
Methods inherited from class com.mf.roundhouse.core.form.RoundhouseForm
getAction, getEditing, getOid, isEmpty, setAction, setEditing, setOid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicyForm

public PasswordPolicyForm()
Method Detail

getCannotContainUserName

public boolean getCannotContainUserName()
Returns:
Returns the cannotContainUserName.

setCannotContainUserName

public void setCannotContainUserName(boolean cannotContainUserName)
Parameters:
cannotContainUserName - The cannotContainUserName to set.

getExcludeList

public java.lang.String getExcludeList()
Returns:
Returns the excludeList.

setExcludeList

public void setExcludeList(java.lang.String excludeList)
Parameters:
excludeList - The excludeList to set.

getExpirationInterval

public int getExpirationInterval()
Returns:
Returns the expirationInterval.

setExpirationInterval

public void setExpirationInterval(int expirationInterval)
Parameters:
expirationInterval - The expirationInterval to set.

getMinimumLength

public int getMinimumLength()
Returns:
Returns the minimumLength.

setMinimumLength

public void setMinimumLength(int minimumLength)
Parameters:
minimumLength - The minimumLength to set.

getMustBeAlphaNumeric

public boolean getMustBeAlphaNumeric()
Returns:
Returns the mustBeAlphaNumeric.

setMustBeAlphaNumeric

public void setMustBeAlphaNumeric(boolean mustBeAlphaNumeric)
Parameters:
mustBeAlphaNumeric - The mustBeAlphaNumeric to set.

getMustBeMixedCase

public boolean getMustBeMixedCase()
Returns:
Returns the mustBeMixedCase.

setMustBeMixedCase

public void setMustBeMixedCase(boolean mustBeMixedCase)
Parameters:
mustBeMixedCase - The mustBeMixedCase to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getPasswordHistoryCount

public int getPasswordHistoryCount()
Returns:
Returns the passwordHistoryCount.

setPasswordHistoryCount

public void setPasswordHistoryCount(int passwordHistoryCount)
Parameters:
passwordHistoryCount - The passwordHistoryCount to set.

reset

public void reset(ActionMapping mapping,
                  ServletRequest request)
See Also:
org.apache.struts.action.ActionForm#reset(org.apache.struts.action.ActionMapping, javax.servlet.ServletRequest)


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.