Note: this is an abstract component, that cannot be instantiated.
The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDJ directory server.
SASL mechanism handlers are responsible for authenticating users during the course of processing a SASL (Simple Authentication and Security Layer, as defined in RFC 4422) bind.
The following SASL Mechanism Handlers are available in the server :
These SASL Mechanism Handlers inherit from the properties described below.
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ enabled | None |
↓ java-class |
Description | Indicates whether the SASL mechanism handler 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 SASL mechanism handler implementation. |
Default Value | None |
Allowed Values | A java class that implements or extends the class(es) : org.opends.server.api.SASLMechanismHandler |
Multi-valued | No |
Required | Yes |
Admin Action Required | The SASL Mechanism Handler must be disabled and re-enabled for changes to this setting to take effect |
Advanced Property | No |
Read-only | No |