lumis.portal.principal.importprincipal.reader
Interface IPrincipalReader

Package class diagram package IPrincipalReader
All Known Implementing Classes:
ActiveDirectoryPrincipalReader

public interface IPrincipalReader

Defines the methods for a principal reader.

Since:
4.0.8

Method Summary
 java.util.Map<java.lang.String,java.lang.String> read(org.w3c.dom.Node reader)
          Read users and groups and return them in string format in entries named userList and groupList of the map returned.
 

Method Detail

read

java.util.Map<java.lang.String,java.lang.String> read(org.w3c.dom.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


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.