Interface CertUserLocator

All Known Implementing Classes:
CertDNCertUserLocator, ExactMatchCertUserLocator

public interface CertUserLocator
This interface defines a certificate mapping strategy to locate a user
Version:
$Revision$, $Date$
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves description.
    Returns a user whose certificates match with the given certificates
  • Method Details

    • locateUser

      User locateUser(Certificates certs) throws EUsrGrpException, netscape.ldap.LDAPException, ELdapException
      Returns a user whose certificates match with the given certificates
      Returns:
      an user interface
      Throws:
      EUsrGrpException - thrown when failed to build user
      netscape.ldap.LDAPException - thrown when LDAP internal database is not available
      ELdapException - thrown when the LDAP search failed
    • getDescription

      String getDescription()
      Retrieves description.
      Returns:
      description