Package com.netscape.certsrv.usrgrp
Class CertUserLocator
java.lang.Object
com.netscape.certsrv.usrgrp.CertUserLocator
- Direct Known Subclasses:
CertDNCertUserLocator
,ExactMatchCertUserLocator
This class defines a certificate mapping strategy to locate
a user
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
Retrieves description.abstract User
locateUser
(Certificates certs) Returns a user whose certificates match with the given certificatesvoid
setCMSEngine
(CMSEngine engine)
-
Field Details
-
engine
-
-
Constructor Details
-
CertUserLocator
public CertUserLocator()
-
-
Method Details
-
getCMSEngine
-
setCMSEngine
-
locateUser
public abstract User locateUser(Certificates certs) throws EUsrGrpException, netscape.ldap.LDAPException 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 available
-
getDescription
Retrieves description.- Returns:
- description
-