Class LDAPUserRegistry.AbstractSearchCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void doProcess​(javax.naming.directory.SearchResult result)  
      void process​(javax.naming.directory.SearchResult result)
      Processes the given search result.
      • Methods inherited from class java.lang.Object

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

      • AbstractSearchCallback

        protected AbstractSearchCallback()
    • Method Detail

      • process

        public void process​(javax.naming.directory.SearchResult result)
                     throws javax.naming.NamingException,
                            java.text.ParseException
        Description copied from interface: LDAPUserRegistry.SearchCallback
        Processes the given search result.
        Specified by:
        process in interface LDAPUserRegistry.SearchCallback
        Parameters:
        result - the result
        Throws:
        javax.naming.NamingException - on naming exceptions
        java.text.ParseException - on parse exceptions
      • doProcess

        protected abstract void doProcess​(javax.naming.directory.SearchResult result)
                                   throws javax.naming.NamingException,
                                          java.text.ParseException
        Throws:
        javax.naming.NamingException
        java.text.ParseException