org.jasig.portal.channels.cusermanager
Interface IDataHandler

All Known Implementing Classes:
DefaultDataHandlerImpl

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public interface IDataHandler

This interface uses the default org.jasig.portal.security.provider.PersonImpl of the IPerson object to send and recieve data arrays. These are not functional IPerson objects. Rather, the attributes of a person in the IPerson object are the key/value pairs of the column/values contained within the up_person_dir table.

Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
Author:
smb1@cornell.edu

Method Summary
 void addUser(IPerson AnIndividual)
          Deprecated.  
 IPerson[] getAllUsers()
          Deprecated.  
 IPerson[] getAllUsersLike(String SearchString)
          Deprecated.  
 IPerson getUser(String UID)
          Deprecated.  
 void removeUser(IPerson AnIndividual)
          Deprecated.  
 void setUserInformation(IPerson AnIndividual)
          Deprecated.  
 void setUserPassword(IPerson AnIndividual, String OriginalPassword)
          Deprecated. OriginalPassword is null if called in "UserManager" mode.
 

Method Detail

getAllUsers

IPerson[] getAllUsers()
                      throws Exception
Deprecated. 
Throws:
Exception

getAllUsersLike

IPerson[] getAllUsersLike(String SearchString)
                          throws Exception
Deprecated. 
Throws:
Exception

getUser

IPerson getUser(String UID)
                throws Exception
Deprecated. 
Throws:
Exception

setUserInformation

void setUserInformation(IPerson AnIndividual)
                        throws Exception
Deprecated. 
Throws:
Exception

addUser

void addUser(IPerson AnIndividual)
             throws Exception
Deprecated. 
Throws:
Exception

removeUser

void removeUser(IPerson AnIndividual)
                throws Exception
Deprecated. 
Throws:
Exception

setUserPassword

void setUserPassword(IPerson AnIndividual,
                     String OriginalPassword)
                     throws Exception
Deprecated. 
OriginalPassword is null if called in "UserManager" mode.

Throws:
Exception


Copyright © 2010 Jasig. All Rights Reserved.