Class DSACreationTemplate.PWParam

java.lang.Object
com.isode.dsapi.config.DSACreationTemplate.PWParam
Enclosing class:
DSACreationTemplate

public static class DSACreationTemplate.PWParam extends Object
Password parameter.
  • Field Details

    • label

      public String label
      Label to describe the user whose password this is.
    • dn

      public DN dn
      DN of entry where password should be stored.
    • length

      public int length
      Number of characters to generate in the password.
    • DEFAULT_LENGTH

      public static final int DEFAULT_LENGTH
      Default number of characters to generate in the password.
      See Also:
    • password

      public String password
      Password to use. A random generated password is inserted here on loading. It may be replaced with a user-provided password if required before the data is loaded up.
  • Constructor Details

    • PWParam

      public PWParam()