|
|
|
@ -97,7 +97,6 @@ public final class LdapUtils { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Gets the full dn of a name by prepending the name of the context it is relative to. |
|
|
|
* Gets the full dn of a name by prepending the name of the context it is relative to. |
|
|
|
* If the name already contains the base name, it is returned unaltered. |
|
|
|
* If the name already contains the base name, it is returned unaltered. |
|
|
|
* @deprecated Use {@link #getFullDn(LdapName, Context)} |
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static DistinguishedName getFullDn(DistinguishedName dn, Context baseCtx) throws NamingException { |
|
|
|
public static DistinguishedName getFullDn(DistinguishedName dn, Context baseCtx) throws NamingException { |
|
|
|
DistinguishedName baseDn = new DistinguishedName(baseCtx.getNameInNamespace()); |
|
|
|
DistinguishedName baseDn = new DistinguishedName(baseCtx.getNameInNamespace()); |
|
|
|
|