Class SecretEnginePasswordPolicy

java.lang.Object
com.strongdm.api.SecretEnginePasswordPolicy

public class SecretEnginePasswordPolicy extends Object
  • Constructor Details

    • SecretEnginePasswordPolicy

      public SecretEnginePasswordPolicy()
  • Method Details

    • getAllowRepeat

      public boolean getAllowRepeat()
      If set to true allows for consecutive characters to repeat itself
    • setAllowRepeat

      public void setAllowRepeat(boolean in)
      If set to true allows for consecutive characters to repeat itself
    • getExcludeCharacters

      public String getExcludeCharacters()
      Characters to exclude when generating password
    • setExcludeCharacters

      public void setExcludeCharacters(String in)
      Characters to exclude when generating password
    • getExcludeUpperCase

      public boolean getExcludeUpperCase()
      If set to true do not include upper case letters when generating password
    • setExcludeUpperCase

      public void setExcludeUpperCase(boolean in)
      If set to true do not include upper case letters when generating password
    • getLength

      public int getLength()
      Password length.
    • setLength

      public void setLength(int in)
      Password length.
    • getNumDigits

      public int getNumDigits()
      Numbers of digits to use when generating password
    • setNumDigits

      public void setNumDigits(int in)
      Numbers of digits to use when generating password
    • getNumSymbols

      public int getNumSymbols()
      Number of symbols to use when generating password
    • setNumSymbols

      public void setNumSymbols(int in)
      Number of symbols to use when generating password