Package com.netscape.certsrv.publish
Class LdapCertMapResult
- java.lang.Object
-
- com.netscape.certsrv.publish.LdapCertMapResult
-
public class LdapCertMapResult extends java.lang.Object
Class that represents the result of a Ldap Mapping operation. certificate map result: Represented by a mapped entry as a DN and whether entry has the certificate.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description LdapCertMapResult(java.lang.String dn, boolean hasCert)
Constructs ldap cert map result with a dn and hasCert boolean.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDn()
Gets DN from the result.boolean
hasCert()
Gets whether the ldap entry had a certificate from result.
-