Note: this is an abstract component, that cannot be instantiated.
Password Storage Schemes encode new passwords provided by users so that they are stored in an encoded manner. This makes it difficult or impossible for someone to determine the clear-text passwords from the encoded values.
Password Storage Schemes also determine whether a clear-text password provided by a client matches the encoded value stored in the server.
The following Password Storage Schemes are available in the server :
These Password Storage Schemes inherit from the properties described below.
The following components have a direct AGGREGATION relation TO Password Storage Schemes :
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ enabled | None |
↓ java-class |
Description | Indicates whether the Password Storage Scheme 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 |
Description | Specifies the fully-qualified name of the Java class that provides the Password Storage Scheme implementation. |
---|---|
Default Value | None |
Allowed Values | A java class that implements or extends the class(es) : org.opends.server.api.PasswordStorageScheme |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |