|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.cusermanager.provider.DefaultDataHandlerImpl
@Deprecated public class DefaultDataHandlerImpl
| Field Summary | |
|---|---|
protected static String |
ADDUSER
Deprecated. |
protected static String |
ALLUSERS
Deprecated. |
protected static String |
COUNTUSERS
Deprecated. |
protected static String |
GETTHISUSER
Deprecated. |
protected static String |
SEARCHUSERS
Deprecated. |
protected static String |
SINGLEQUOTE
Deprecated. |
protected static String |
UPDCONDMASK
Deprecated. |
protected static String |
UPDMASK
Deprecated. |
protected static String |
UPDPWD
Deprecated. |
protected static String |
USERSELECT
Deprecated. |
protected static String |
WILDCARD
Deprecated. |
| Constructor Summary | |
|---|---|
DefaultDataHandlerImpl()
Deprecated. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String SINGLEQUOTE
protected static final String WILDCARD
protected static final String UPDMASK
protected static final String UPDCONDMASK
protected static final String COUNTUSERS
protected static final String ADDUSER
protected static final String UPDPWD
protected static final String USERSELECT
protected static final String ALLUSERS
protected static final String GETTHISUSER
protected static final String SEARCHUSERS
| Constructor Detail |
|---|
public DefaultDataHandlerImpl()
| Method Detail |
|---|
public IPerson[] getAllUsers()
throws Exception
getAllUsers in interface IDataHandlerException
public IPerson[] getAllUsersLike(String SearchString)
throws Exception
getAllUsersLike in interface IDataHandlerException
public IPerson getUser(String UID)
throws Exception
getUser in interface IDataHandlerException
public void setUserInformation(IPerson AnIndividual)
throws Exception
setUserInformation in interface IDataHandlerException
public void addUser(IPerson AnIndividual)
throws Exception
addUser in interface IDataHandlerException
public void setUserPassword(IPerson AnIndividual,
String OriginalPassword)
throws Exception
setUserPassword in interface IDataHandlerException
public void removeUser(IPerson AnIndividual)
throws Exception
removeUser in interface IDataHandlerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||