Package org.compiere.model
Class MLdapUser
- java.lang.Object
-
- org.compiere.model.MLdapUser
-
public class MLdapUser extends Object
-
-
Constructor Summary
Constructors Constructor Description MLdapUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMsg()Get the error stringStringgetOrg()Get the organizationStringgetOrgUnit()Get the organization unitStringgetPassword()Get the user passwordStringgetUserId()Get the user idvoidreset()voidsetErrorString(String errStr)Set the error StringvoidsetOrg(String org)Set the organizationvoidsetOrgUnit(String orgUnit)Set the organization unitvoidsetPassword(String passwd)Set the user passwordvoidsetUserId(String userId)Set the user id
-
-
-
Method Detail
-
reset
public void reset()
-
setOrg
public void setOrg(String org)
Set the organization- Parameters:
org- organization
-
setOrgUnit
public void setOrgUnit(String orgUnit)
Set the organization unit- Parameters:
orgUnit- organization unit
-
setPassword
public void setPassword(String passwd)
Set the user password- Parameters:
passwd- User password string
-
setUserId
public void setUserId(String userId)
Set the user id- Parameters:
userId- User id string
-
setErrorString
public void setErrorString(String errStr)
Set the error String- Parameters:
errStr- Error String
-
getOrg
public String getOrg()
Get the organization- Returns:
- org organization
-
getOrgUnit
public String getOrgUnit()
Get the organization unit- Returns:
- orgUnit organization unit
-
getPassword
public String getPassword()
Get the user password- Returns:
- passwd User password string
-
getUserId
public String getUserId()
Get the user id- Returns:
- User id string
-
getErrorMsg
public String getErrorMsg()
Get the error string- Returns:
- errStr Error String
-
-