|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IManageUsers
Method Summary | |
---|---|
void |
createGroupForUser(int nIdUser,
java.lang.String strGroupKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Assign a group to user |
void |
createRoleForUser(int nIdUser,
java.lang.String strRoleKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Assign a role to user |
void |
deleteGroupsForUser(int nIdUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete groups for a user |
void |
deleteRolesForUser(int nIdUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete roles for a user |
BaseUser |
selectLuteceUserByLogin(java.lang.String strLogin,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
fr.paris.lutece.portal.service.security.LuteceAuthentication authenticationService)
Find users by login |
java.util.Collection<BaseUser> |
selectLuteceUserList(fr.paris.lutece.portal.service.plugin.Plugin plugin,
fr.paris.lutece.portal.service.security.LuteceAuthentication authenticationService)
Load the list of BaseUser |
java.util.ArrayList<java.lang.String> |
selectUserGroupsFromLogin(java.lang.String strLogin,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find user's groups by login |
java.util.ArrayList<java.lang.String> |
selectUserRolesFromLogin(java.lang.String strLogin,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select the list of DatabaseUsers for a login |
Method Detail |
---|
BaseUser selectLuteceUserByLogin(java.lang.String strLogin, fr.paris.lutece.portal.service.plugin.Plugin plugin, fr.paris.lutece.portal.service.security.LuteceAuthentication authenticationService)
strLogin
- the loginplugin
- The Plugin using this data access serviceauthenticationService
- the LuteceAuthentication object
java.util.Collection<BaseUser> selectLuteceUserList(fr.paris.lutece.portal.service.plugin.Plugin plugin, fr.paris.lutece.portal.service.security.LuteceAuthentication authenticationService)
BaseUser
plugin
- The Plugin using this data access service
BaseUser
java.util.ArrayList<java.lang.String> selectUserRolesFromLogin(java.lang.String strLogin, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strLogin
- The login of DatabaseUserplugin
- The Plugin using this data access service
void deleteRolesForUser(int nIdUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdUser
- The id of the userplugin
- The Plugin using this data access servicevoid createRoleForUser(int nIdUser, java.lang.String strRoleKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdUser
- The id of the userstrRoleKey
- The key of the roleplugin
- The Plugin using this data access servicejava.util.ArrayList<java.lang.String> selectUserGroupsFromLogin(java.lang.String strLogin, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strLogin
- the loginplugin
- The Plugin using this data access service
void deleteGroupsForUser(int nIdUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdUser
- The id of the userplugin
- The Plugin using this data access servicevoid createGroupForUser(int nIdUser, java.lang.String strGroupKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdUser
- The id of the userstrGroupKey
- The key of the groupplugin
- The Plugin using this data access service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |