public class LdapCertMapResult
extends java.lang.Object
| Constructor and Description |
|---|
LdapCertMapResult(java.lang.String dn,
boolean hasCert)
Constructs ldap cert map result with a dn and hasCert boolean.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDn()
Gets DN from the result.
|
boolean |
hasCert()
Gets whether the ldap entry had a certificate from result.
|