Class MLdapUser


  • public class MLdapUser
    extends Object
    • Constructor Detail

      • MLdapUser

        public MLdapUser()
    • 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