|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@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.
| 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 |
|---|
IPerson[] getAllUsers()
throws Exception
Exception
IPerson[] getAllUsersLike(String SearchString)
throws Exception
Exception
IPerson getUser(String UID)
throws Exception
Exception
void setUserInformation(IPerson AnIndividual)
throws Exception
Exception
void addUser(IPerson AnIndividual)
throws Exception
Exception
void removeUser(IPerson AnIndividual)
throws Exception
Exception
void setUserPassword(IPerson AnIndividual,
String OriginalPassword)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||