Class LdapUserIdentity

java.lang.Object
org.ametys.core.user.UserIdentity
org.ametys.plugins.core.impl.user.LdapUserIdentity

public class LdapUserIdentity extends UserIdentity
UserIdentity of a user in a LdapUserDirectory. It contains the DN of the user
  • Field Details

    • _dn

      protected String _dn
      The DN of the user
  • Constructor Details

    • LdapUserIdentity

      public LdapUserIdentity(String login, String populationId, String dn)
      Constructs a LDAP user identity, containing the DN of the user
      Parameters:
      login - The login of the user
      populationId - The id of the user population the user belongs to
      dn - The DN of the user in the LDAP
  • Method Details