Package com.netscape.certsrv.usrgrp
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
Retrieves description.User
locateUser(Certificates certs)
Returns a user whose certificates match with the given certificates
-
-
-
Method Detail
-
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
java.lang.String getDescription()
Retrieves description.- Returns:
- description
-
-