Interface IPrincipalReader

  • All Known Implementing Classes:
    ActiveDirectoryPrincipalReader

    public interface IPrincipalReader
    Defines the methods for a principal reader.
    Since:
    4.0.8
    Version:
    $Revision: 5362 $ $Date: 2006-12-15 19:58:24 -0200 (Fri, 15 Dec 2006) $
    • Method Detail

      • read

        Map<String,​String> read​(Node reader)
                               throws PortalException
        Read users and groups and return them in string format in entries named userList and groupList of the map returned.
        Parameters:
        reader -
        Returns:
        Throws:
        PortalException
        Since:
        4.0.8