Class MLdapUser

java.lang.Object
org.compiere.model.MLdapUser

public class MLdapUser extends Object
MLdapUser, data object stores the user information such as userid, password, organization and so on.
  • Constructor Details

    • MLdapUser

      public MLdapUser()
  • Method Details

    • reset

      public void reset()
      Reset attributes
    • 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