|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.security.LuteceUserService
public final class LuteceUserService
Service to access user management functionalities. This class provide
Method Summary | |
---|---|
static LuteceUser |
getLuteceUserFromName(String strName)
Get the LuteceUser with the given name |
static void |
userAttributesChanged(String strUserName)
Declares that a user was modified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static LuteceUser getLuteceUserFromName(String strName)
strName
- The name of the LuteceUser to get
public static void userAttributesChanged(String strUserName)
strUserName
- The name of the updated user.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |