Package org.compiere.model
Class MLdapUser
java.lang.Object
org.compiere.model.MLdapUser
MLdapUser, data object stores the user information such as userid,
password, organization and so on.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the error stringgetOrg()
Get the organizationGet the organization unitGet the user passwordGet the user idvoid
reset()
Reset attributesvoid
setErrorString
(String errStr) Set the error Stringvoid
Set the organizationvoid
setOrgUnit
(String orgUnit) Set the organization unitvoid
setPassword
(String passwd) Set the user passwordvoid
Set the user id
-
Constructor Details
-
MLdapUser
public MLdapUser()
-
-
Method Details
-
reset
public void reset()Reset attributes -
setOrg
Set the organization- Parameters:
org
- organization
-
setOrgUnit
Set the organization unit- Parameters:
orgUnit
- organization unit
-
setPassword
Set the user password- Parameters:
passwd
- User password string
-
setUserId
Set the user id- Parameters:
userId
- User id string
-
setErrorString
Set the error String- Parameters:
errStr
- Error String
-
getOrg
Get the organization- Returns:
- org organization
-
getOrgUnit
Get the organization unit- Returns:
- orgUnit organization unit
-
getPassword
Get the user password- Returns:
- passwd User password string
-
getUserId
Get the user id- Returns:
- User id string
-
getErrorMsg
Get the error string- Returns:
- errStr Error String
-