Class CreateInternal

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class CreateInternal extends CreateDirectory
See Also:
  • Constructor Details

    • CreateInternal

      public CreateInternal()
  • Method Details

    • update

      public String update()
    • getPasswordRegex

      public String getPasswordRegex()
    • setPasswordRegex

      public void setPasswordRegex(String passwordRegex)
    • getPasswordMaxAttempts

      public long getPasswordMaxAttempts()
    • setPasswordMaxAttempts

      public void setPasswordMaxAttempts(long passwordMaxAttempts)
    • getPasswordMaxChangeTime

      public long getPasswordMaxChangeTime()
    • setPasswordMaxChangeTime

      public void setPasswordMaxChangeTime(long passwordMaxChangeTime)
    • getPasswordHistoryCount

      public long getPasswordHistoryCount()
    • setPasswordHistoryCount

      public void setPasswordHistoryCount(long passwordHistoryCount)
    • getUserEncryptionMethod

      public String getUserEncryptionMethod()
    • setUserEncryptionMethod

      public void setUserEncryptionMethod(String userEncryptionMethod)
    • getUserEncryptionMethods

      public List<PairType> getUserEncryptionMethods()
    • getPasswordEncoderFactory

      public PasswordEncoderFactory getPasswordEncoderFactory()
    • setPasswordEncoderFactory

      public void setPasswordEncoderFactory(PasswordEncoderFactory passwordEncoderFactory)
    • isUseNestedGroups

      public boolean isUseNestedGroups()
    • setUseNestedGroups

      public void setUseNestedGroups(boolean useNestedGroups)
    • getPasswordComplexityMessage

      public String getPasswordComplexityMessage()
    • setPasswordComplexityMessage

      public void setPasswordComplexityMessage(String passwordComplexityMessage)
    • getPasswordExpirationNotificationPeriods

      public String getPasswordExpirationNotificationPeriods()
    • setPasswordExpirationNotificationPeriods

      public void setPasswordExpirationNotificationPeriods(String passwordExpirationNotificationPeriods)