|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.certsrv.publish.LdapCertMapResult
public class LdapCertMapResult
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.
Constructor Summary | |
---|---|
LdapCertMapResult(java.lang.String dn,
boolean hasCert)
Constructs ldap cert map result with a dn and hasCert boolean. |
Method Summary | |
---|---|
java.lang.String |
getDn()
Gets DN from the result. |
boolean |
hasCert()
Gets whether the ldap entry had a certificate from result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LdapCertMapResult(java.lang.String dn, boolean hasCert)
Method Detail |
---|
public java.lang.String getDn()
public boolean hasCert()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |