org.apache.directory.server.ldap.handlers.bind.ntlm
Class NtlmSaslServer
java.lang.Object
org.apache.directory.server.ldap.handlers.bind.AbstractSaslServer
org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmSaslServer
- All Implemented Interfaces:
- SaslServer
public class NtlmSaslServer
- extends AbstractSaslServer
A SaslServer implementation for NTLM based SASL mechanism. This is
required unfortunately because the JDK's SASL provider does not support
this mechanism.
- Author:
- Apache Directory Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NtlmSaslServer
public NtlmSaslServer(NtlmProvider provider,
org.apache.directory.shared.ldap.model.message.BindRequest bindRequest,
LdapSession ldapSession,
CoreSession adminSession)
getMechanismName
public String getMechanismName()
-
responseRecieved
protected void responseRecieved()
responseSent
protected void responseSent()
evaluateResponse
public byte[] evaluateResponse(byte[] response)
throws SaslException
-
- Throws:
SaslException
isComplete
public boolean isComplete()
-
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.