Interface LDAPUserRegistry.SearchCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Release any resources held by the callback.
      void process​(javax.naming.directory.SearchResult result)
      Processes the given search result.
    • Method Detail

      • process

        void process​(javax.naming.directory.SearchResult result)
              throws javax.naming.NamingException,
                     java.text.ParseException
        Processes the given search result.
        Parameters:
        result - the result
        Throws:
        javax.naming.NamingException - on naming exceptions
        java.text.ParseException - on parse exceptions
      • close

        void close()
            throws javax.naming.NamingException
        Release any resources held by the callback.
        Throws:
        javax.naming.NamingException - the naming exception