public interface CertUserLocator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Retrieves description.
|
com.netscape.cmscore.usrgrp.User |
locateUser(Certificates certs)
Returns a user whose certificates match with the given certificates
|
com.netscape.cmscore.usrgrp.User locateUser(Certificates certs) throws EUsrGrpException, netscape.ldap.LDAPException, ELdapException
EUsrGrpException
- thrown when failed to build usernetscape.ldap.LDAPException
- thrown when LDAP internal database is not availableELdapException
- thrown when the LDAP search failedjava.lang.String getDescription()