Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LdapCertMapResult

        public LdapCertMapResult​(java.lang.String dn,
                                 boolean hasCert)
        Constructs ldap cert map result with a dn and hasCert boolean.
    • Method Detail

      • getDn

        public java.lang.String getDn()
        Gets DN from the result.
        Returns:
        Distinguished Name.
      • hasCert

        public boolean hasCert()
        Gets whether the ldap entry had a certificate from result.
        Returns:
        true if cert is present, false otherwise.