Configuration Reference Home
OpenDJ Server - Password Generator

Password Generator

Note: this is an abstract component, that cannot be instantiated.

Password Generators are used by the password modify extended operation to construct a new password for the user.

The server allows any number of password validators to be defined. This can impose any kinds of restrictions on the characteristics of valid passwords. Therefore, it is not feasible for the server to attempt to generate a password on its own that will meet all the requirements of all the validators. The password generator makes it possible to provide custom logic for creating a new password.

Direct Subcomponents

The following Password Generators are available in the server :

These Password Generators inherit from the properties described below.

Relations To this Component

The following components have a direct AGGREGATION relation TO Password Generators :

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled  None
↓ java-class

Basic Properties

enabled

Description
Indicates whether the Password Generator is enabled for use.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Password Generator implementation.
Default Value
None
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.PasswordGenerator
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No