All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nimbusds.ldap.dnresolver.package-info Maven / Gradle / Ivy

Go to download

Algorithms for resolving the distinguished name (DN) of an LDAP directory object.

The newest version!
/**
 * Provides two routines for resolving the distinguished name (DN) of an LDAP
 * directory object from a given entry attribute value:
 *
 * 
    *
  • {@link com.nimbusds.ldap.dnresolver.TemplateResolver} * Resolution by simple template substitution. *
  • {@link com.nimbusds.ldap.dnresolver.SearchResolver} * Resolution through LDAP search operation. *
*/ package com.nimbusds.ldap.dnresolver;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy