public interface DigestMD5SASLMechanismHandlerCfgClient extends SASLMechanismHandlerCfgClient
The DIGEST-MD5 SASL mechanism is used to perform all processing related to SASL DIGEST-MD5 authentication.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends DigestMD5SASLMechanismHandlerCfgClient,? extends DigestMD5SASLMechanismHandlerCfg> |
definition()
Get the configuration definition associated with this Digest MD5 SASL Mechanism Handler.
|
String |
getIdentityMapper()
Gets the "identity-mapper" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection |
getQualityOfProtection()
Gets the "quality-of-protection" property.
|
String |
getRealm()
Gets the "realm" property.
|
String |
getServerFqdn()
Gets the "server-fqdn" property.
|
void |
setIdentityMapper(String value)
Sets the "identity-mapper" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setQualityOfProtection(DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection value)
Sets the "quality-of-protection" property.
|
void |
setRealm(String value)
Sets the "realm" property.
|
void |
setServerFqdn(String value)
Sets the "server-fqdn" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends DigestMD5SASLMechanismHandlerCfgClient,? extends DigestMD5SASLMechanismHandlerCfg> definition()
definition
in interface ConfigurationClient
definition
in interface SASLMechanismHandlerCfgClient
String getIdentityMapper()
Specifies the name of the identity mapper that is to be used with this SASL mechanism handler to match the authentication or authorization ID included in the SASL bind request to the corresponding user in the directory.
void setIdentityMapper(String value) throws PropertyException
Specifies the name of the identity mapper that is to be used with this SASL mechanism handler to match the authentication or authorization ID included in the SASL bind request to the corresponding user in the directory.
value
- The value of the "identity-mapper" property.PropertyException
- If the new value is invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
getJavaClass
in interface SASLMechanismHandlerCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
setJavaClass
in interface SASLMechanismHandlerCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection getQualityOfProtection()
The name of a property that specifies the quality of protection the server will support.
void setQualityOfProtection(DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection value) throws PropertyException
The name of a property that specifies the quality of protection the server will support.
value
- The value of the "quality-of-protection" property.PropertyException
- If the new value is invalid.String getRealm()
Specifies the realms that is to be used by the server for DIGEST-MD5 authentication.
If this value is not provided, then the server defaults to use the fully qualified hostname of the machine.
void setRealm(String value) throws PropertyException
Specifies the realms that is to be used by the server for DIGEST-MD5 authentication.
If this value is not provided, then the server defaults to use the fully qualified hostname of the machine.
value
- The value of the "realm" property.PropertyException
- If the new value is invalid.String getServerFqdn()
Specifies the DNS-resolvable fully-qualified domain name for the server that is used when validating the digest-uri parameter during the authentication process.
If this configuration attribute is present, then the server expects that clients use a digest-uri equal to "ldap/" followed by the value of this attribute. For example, if the attribute has a value of "directory.example.com", then the server expects clients to use a digest-uri of "ldap/directory.example.com". If no value is provided, then the server does not attempt to validate the digest-uri provided by the client and accepts any value.
void setServerFqdn(String value) throws PropertyException
Specifies the DNS-resolvable fully-qualified domain name for the server that is used when validating the digest-uri parameter during the authentication process.
If this configuration attribute is present, then the server expects that clients use a digest-uri equal to "ldap/" followed by the value of this attribute. For example, if the attribute has a value of "directory.example.com", then the server expects clients to use a digest-uri of "ldap/directory.example.com". If no value is provided, then the server does not attempt to validate the digest-uri provided by the client and accepts any value.
value
- The value of the "server-fqdn" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.