public class NtlmSaslServer extends AbstractSaslServer
Constructor and Description |
---|
NtlmSaslServer(NtlmProvider provider,
org.apache.directory.api.ldap.model.message.BindRequest bindRequest,
LdapSession ldapSession,
CoreSession adminSession) |
Modifier and Type | Method and Description |
---|---|
byte[] |
evaluateResponse(byte[] response) |
String |
getMechanismName() |
boolean |
isComplete() |
protected void |
responseRecieved() |
protected void |
responseSent() |
dispose, getAdminSession, getAuthorizationID, getBindRequest, getLdapSession, getNegotiatedProperty, unwrap, wrap
public NtlmSaslServer(NtlmProvider provider, org.apache.directory.api.ldap.model.message.BindRequest bindRequest, LdapSession ldapSession, CoreSession adminSession)
public String getMechanismName()
protected void responseRecieved()
protected void responseSent()
public byte[] evaluateResponse(byte[] response) throws SaslException
SaslException
public boolean isComplete()
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.