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 TypeMethodDescriptionRetrieves description.locateUser(Certificates certs) 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 usernetscape.ldap.LDAPException- thrown when LDAP internal database is not availableELdapException- thrown when the LDAP search failed
-
getDescription
-