|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.ldap.LdapResult
public class LdapResult
Ldap Wire Response
| Constructor Summary | |
|---|---|
LdapResult()
|
|
| Method Summary | |
|---|---|
boolean |
getDone()
|
int |
getErrorNo()
Get the error No |
byte[] |
getResult(MLdapProcessor model,
String remoteHost,
String remoteAddr)
Get the response according to the request message |
void |
reset(LdapMessage LdapMsg,
MLdapUser LdapUser)
|
void |
setErrorNo(int errNo)
Set the error No |
void |
setErrorString(String errStr)
Set the error String |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapResult()
| Method Detail |
|---|
public void reset(LdapMessage LdapMsg,
MLdapUser LdapUser)
public byte[] getResult(MLdapProcessor model,
String remoteHost,
String remoteAddr)
model - modelremoteHost - remote host nameremoteAddr - remote host ip address
public boolean getDone()
public void setErrorNo(int errNo)
errNo - Error Numberpublic int getErrorNo()
public void setErrorString(String errStr)
errStr - Error String
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||