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 String
getErrorMsg()
Get the error stringString
getOrg()
Get the organizationString
getOrgUnit()
Get the organization unitString
getPassword()
Get the user passwordString
getUserId()
Get the user idvoid
reset()
void
setErrorString(String errStr)
Set the error Stringvoid
setOrg(String org)
Set the organizationvoid
setOrgUnit(String orgUnit)
Set the organization unitvoid
setPassword(String passwd)
Set the user passwordvoid
setUserId(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
-
-