|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.ldap.handlers.bind.AbstractSaslServer
public abstract class AbstractSaslServer
An abstract class containing common parts for the SaslServer local implementation, like the BindRequest;
| Constructor Summary | |
|---|---|
AbstractSaslServer(LdapSession ldapSession,
org.apache.directory.server.core.api.CoreSession adminSession,
org.apache.directory.shared.ldap.model.message.BindRequest bindRequest)
|
|
| Method Summary | |
|---|---|
void |
dispose()
|
org.apache.directory.server.core.api.CoreSession |
getAdminSession()
|
String |
getAuthorizationID()
|
org.apache.directory.shared.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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.security.sasl.SaslServer |
|---|
evaluateResponse, getMechanismName, isComplete |
| Constructor Detail |
|---|
public AbstractSaslServer(LdapSession ldapSession,
org.apache.directory.server.core.api.CoreSession adminSession,
org.apache.directory.shared.ldap.model.message.BindRequest bindRequest)
| Method Detail |
|---|
public byte[] unwrap(byte[] incoming,
int offset,
int len)
throws SaslException
unwrap in interface SaslServerSaslException
public byte[] wrap(byte[] outgoing,
int offset,
int len)
throws SaslException
wrap in interface SaslServerSaslExceptionpublic org.apache.directory.shared.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 SaslServer
public void dispose()
throws SaslException
dispose in interface SaslServerSaslException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||