public interface

WebLDAPLoginInfo

com.microstrategy.web.objects.admin.users.WebLDAPLoginInfo

Class Overview

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.

Summary

Public Methods
abstract String getLDAPDN()
Returns the LDAP distinguished name associated with the user or group, if one exists.
abstract void setLDAPDN(String ldapDN)
Sets the LDAP distinguished name associated with the user or group.

Public Methods

public abstract String getLDAPDN ()

Returns the LDAP distinguished name associated with the user or group, if one exists.

Returns
  • The current setting for the LDAP DN.

public abstract void setLDAPDN (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.