public abstract class AbstractSaslServer extends Object implements SaslServer
| Constructor and Description |
|---|
AbstractSaslServer(LdapSession ldapSession,
org.apache.directory.server.core.api.CoreSession adminSession,
org.apache.directory.api.ldap.model.message.BindRequest bindRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
org.apache.directory.server.core.api.CoreSession |
getAdminSession() |
String |
getAuthorizationID() |
org.apache.directory.api.ldap.model.message.BindRequest |
getBindRequest() |
LdapSession |
getLdapSession() |
Object |
getNegotiatedProperty(String propName) |
byte[] |
unwrap(byte[] incoming,
int offset,
int len)
NOT IMPLEMENTED
|
byte[] |
wrap(byte[] outgoing,
int offset,
int len)
NOT IMPLEMENTED
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateResponse, getMechanismName, isCompletepublic AbstractSaslServer(LdapSession ldapSession, org.apache.directory.server.core.api.CoreSession adminSession, org.apache.directory.api.ldap.model.message.BindRequest bindRequest)
public byte[] unwrap(byte[] incoming,
int offset,
int len)
throws SaslException
unwrap in interface SaslServerSaslExceptionpublic byte[] wrap(byte[] outgoing,
int offset,
int len)
throws SaslException
wrap in interface SaslServerSaslExceptionpublic org.apache.directory.api.ldap.model.message.BindRequest getBindRequest()
public LdapSession getLdapSession()
public org.apache.directory.server.core.api.CoreSession getAdminSession()
public String getAuthorizationID()
getAuthorizationID in interface SaslServerpublic Object getNegotiatedProperty(String propName)
getNegotiatedProperty in interface SaslServerpublic void dispose()
throws SaslException
dispose in interface SaslServerSaslExceptionCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.