Package com.isode.dsapi.config
Class DSACreationTemplate.PWParam
java.lang.Object
com.isode.dsapi.config.DSACreationTemplate.PWParam
- Enclosing class:
- DSACreationTemplate
Password parameter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Default number of characters to generate in the password.DN of entry where password should be stored.Label to describe the user whose password this is.int
Number of characters to generate in the password.Password to use. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
label
Label to describe the user whose password this is. -
dn
DN of entry where password should be stored. -
length
public int lengthNumber of characters to generate in the password. -
DEFAULT_LENGTH
public static final int DEFAULT_LENGTHDefault number of characters to generate in the password.- See Also:
-
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()
-