Interface AttributesMapper<T>

    • Method Detail

      • mapFromAttributes

        T mapFromAttributes​(javax.naming.directory.Attributes attributes)
                     throws javax.naming.NamingException
        Map Attributes to an object. The supplied attributes are the attributes from a single SearchResult.
        Parameters:
        attributes - attributes from a SearchResult.
        Returns:
        an object built from the attributes.
        Throws:
        javax.naming.NamingException - if any error occurs mapping the attributes