Interface ContextExecutor<T>

    • Method Detail

      • executeWithContext

        T executeWithContext​(javax.naming.directory.DirContext ctx)
                      throws javax.naming.NamingException
        Perform any operation on the context.
        Parameters:
        ctx - the DirContext to perform the operation on.
        Returns:
        any object resulting from the operation - might be null.
        Throws:
        javax.naming.NamingException - if the operation resulted in one.