*/
public class CramMd5MechanismHandler extends AbstractMechanismHandler
{
public SaslServer handleMechanism( LdapSession ldapSession, InternalBindRequest bindRequest ) throws Exception
{
SaslServer ss = (SaslServer)ldapSession.getSaslProperty( SaslConstants.SASL_SERVER );
// TODO - don't use session properties anymore
if ( ss == null )
{
String saslHost = ldapSession.getLdapServer().getSaslHost();