Interface WebLDAPLoginInfo


  • public interface WebLDAPLoginInfo
    This interface represents the LDAP settings which can be set on a user entity. This interface is obtained from the WebUserEntity interface, and can be used to read and write those settings related to LDAP on a user or group object.
    Since:
    MicroStrategy Web 7.5.2
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLDAPDN()
      Returns the LDAP distinguished name associated with the user or group, if one exists.
      void setLDAPDN​(java.lang.String ldapDN)
      Sets the LDAP distinguished name associated with the user or group.
    • Method Detail

      • getLDAPDN

        java.lang.String getLDAPDN()
        Returns the LDAP distinguished name associated with the user or group, if one exists.
        Returns:
        The current setting for the LDAP DN.
      • setLDAPDN

        void setLDAPDN​(java.lang.String ldapDN)
        Sets the LDAP distinguished name associated with the user or group. Setting this to an empty string will clear any previous association.
        Parameters:
        ldapDN - The new setting for the LDAP DN.