|
Adempiere 3.5.2a | |||||||||
| 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)
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)
model - model
public boolean getDone()
public void setErrorNo(int errNo)
errNo - Error Numberpublic int getErrorNo()
public void setErrorString(String errStr)
errStr - Error String
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||