Finalized implementation and testing of LDAP-173.
This commit is contained in:
@@ -24,13 +24,13 @@ import javax.naming.directory.DirContext;
|
||||
* Authentication strategy for LDAP DIGEST-MD5 SASL mechanism.
|
||||
*
|
||||
* @author Marvin S. Addison
|
||||
* @since 1.3.1
|
||||
*/
|
||||
public class DigestMd5DirContextAuthenticationStrategy implements DirContextAuthenticationStrategy {
|
||||
|
||||
/** Authentication type for DIGEST-MD5 auth */
|
||||
private static final String DIGEST_MD5_AUTHENTICATION = "DIGEST-MD5";
|
||||
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see org.springframework.ldap.core.support.DirContextAuthenticationStrategy#processContextAfterCreation(javax.naming.directory.DirContext,
|
||||
|
||||
Reference in New Issue
Block a user