1   package com.atlassian.user.impl.ldap;
2   
3   public interface LDAPEntity
4   {
5       String getDistinguishedName();
6   }