Uses of Class
fr.paris.lutece.portal.business.user.AdminUser

Packages that use AdminUser
fr.paris.lutece.portal.business.user   
fr.paris.lutece.portal.business.user.authentication   
fr.paris.lutece.portal.business.workgroup   
fr.paris.lutece.portal.service.admin   
fr.paris.lutece.portal.service.rbac   
fr.paris.lutece.portal.service.workgroup   
fr.paris.lutece.portal.web.admin   
 

Uses of AdminUser in fr.paris.lutece.portal.business.user
 

Methods in fr.paris.lutece.portal.business.user that return AdminUser
static AdminUser AdminUserHome.findByPrimaryKey(int nUserId)
          Get the user infos from user id
static AdminUser AdminUserHome.findUserByLogin(java.lang.String strUserLogin)
          Get the user infos from the access code.
 AdminUser AdminUserDAO.load(int nUserId)
           
 AdminUser AdminUserDAO.selectUserByAccessCode(java.lang.String strUserAccessCode)
           
 

Methods in fr.paris.lutece.portal.business.user that return types with arguments of type AdminUser
static java.util.Collection<AdminUser> AdminUserHome.findByRole(java.lang.String strRoleKey)
          Get all users having a given role
static java.util.Collection<AdminUser> AdminUserHome.findUserList()
           
 java.util.Collection<AdminUser> AdminUserDAO.selectUserList()
           
 java.util.Collection<AdminUser> AdminUserDAO.selectUsersByRole(java.lang.String strRoleKey)
           
 

Methods in fr.paris.lutece.portal.business.user with parameters of type AdminUser
static void AdminUserHome.create(AdminUser user)
           
 boolean AdminUser.isParent(AdminUser user)
          Check if current user has rights over user
static void AdminUserHome.removeAllDelegatedRightsForUser(AdminUser user)
           
static void AdminUserHome.removeAllOwnRightsForUser(AdminUser user)
           
 void AdminUserDAO.store(AdminUser user)
           
static void AdminUserHome.update(AdminUser user)
           
 

Uses of AdminUser in fr.paris.lutece.portal.business.user.authentication
 

Subclasses of AdminUser in fr.paris.lutece.portal.business.user.authentication
 class LuteceDefaultAdminUser
          Admin user implementation for database authentication module
 

Methods in fr.paris.lutece.portal.business.user.authentication that return AdminUser
 AdminUser LuteceDefaultAdminAuthentication.getAnonymousUser()
           
 AdminUser AdminAuthentication.getAnonymousUser()
          This method create an anonymous user
 AdminUser LuteceDefaultAdminAuthentication.getHttpAuthenticatedUser(javax.servlet.http.HttpServletRequest request)
           
 AdminUser AdminAuthentication.getHttpAuthenticatedUser(javax.servlet.http.HttpServletRequest request)
          Returns a Lutece user object if the user is already authenticated in the Http request.
 AdminUser LuteceDefaultAdminAuthentication.getUserPublicData(java.lang.String strLogin)
          Not used - Return null always for this module
 AdminUser AdminAuthentication.getUserPublicData(java.lang.String strAccessCode)
           
 AdminUser LuteceDefaultAdminAuthentication.login(java.lang.String strAccessCode, java.lang.String strUserPassword, javax.servlet.http.HttpServletRequest request)
           
 AdminUser AdminAuthentication.login(java.lang.String strAccessCode, java.lang.String strUserPassword, javax.servlet.http.HttpServletRequest request)
          Checks the login
 

Methods in fr.paris.lutece.portal.business.user.authentication with parameters of type AdminUser
 void LuteceDefaultAdminAuthentication.logout(AdminUser user)
           
 void AdminAuthentication.logout(AdminUser user)
          logout the user
 

Uses of AdminUser in fr.paris.lutece.portal.business.workgroup
 

Methods in fr.paris.lutece.portal.business.workgroup that return types with arguments of type AdminUser
static java.util.Collection<AdminUser> AdminWorkgroupHome.getUserListForWorkgroup(java.lang.String strWorkgroupKey)
          Returns the list of all users for a workgroup
 java.util.Collection<AdminUser> IAdminWorkgroupDAO.getUsersListForWorkgroup(java.lang.String strWorkgroupKey)
          Returns the list of all users for a workgroup
 java.util.Collection<AdminUser> AdminWorkgroupDAO.getUsersListForWorkgroup(java.lang.String strWorkgroupKey)
           
 

Methods in fr.paris.lutece.portal.business.workgroup with parameters of type AdminUser
static void AdminWorkgroupHome.addUserForWorkgroup(AdminUser user, java.lang.String strWorkgroupKey)
           
static ReferenceList AdminWorkgroupHome.getUserWorkgroups(AdminUser user)
          Returns the list of all workgroups the user is member
 void IAdminWorkgroupDAO.insertUserForWorkgroup(AdminUser user, java.lang.String strWorkgroupKey)
           
 void AdminWorkgroupDAO.insertUserForWorkgroup(AdminUser user, java.lang.String strWorkgroupKey)
           
static boolean AdminWorkgroupHome.isUserInWorkgroup(AdminUser user, java.lang.String strWorkgroup)
          Is the user member of the workgroup
static void AdminWorkgroupHome.removeUserFromWorkgroup(AdminUser user, java.lang.String strWorkgroupKey)
           
 

Uses of AdminUser in fr.paris.lutece.portal.service.admin
 

Methods in fr.paris.lutece.portal.service.admin that return AdminUser
static AdminUser AdminUserService.getAdminUser(javax.servlet.http.HttpServletRequest request)
          Get the user in session
 AdminUser AdminAuthenticationService.getRegisteredUser(javax.servlet.http.HttpServletRequest request)
          Gets the Lutece user registered in the Http session
 AdminUser AdminAuthenticationService.getRemoteUser(javax.servlet.http.HttpServletRequest request)
          Gets the AdminUser attached to the current Http session
 AdminUser AdminAuthenticationService.getUserPublicDataFromModule(java.lang.String strAccessCode)
           
 

Uses of AdminUser in fr.paris.lutece.portal.service.rbac
 

Methods in fr.paris.lutece.portal.service.rbac with parameters of type AdminUser
static java.util.Collection RBACService.getAuthorizedActionsCollection(java.util.Collection<? extends RBACAction> collection, RBACResource resource, AdminUser user)
          Filter a collection of RBACAction for a given user
static java.util.Collection RBACService.getAuthorizedCollection(java.util.Collection<? extends RBACResource> collection, java.lang.String strPermission, AdminUser user)
          Filter a collection of resources for a given user
static ReferenceList RBACService.getAuthorizedReferenceList(ReferenceList listResources, java.lang.String strResourceType, java.lang.String strPermission, AdminUser user)
          Filter a Reference List for a given user
static boolean RBACService.isAuthorized(RBACResource resource, java.lang.String strPermission, AdminUser user)
          Check that a given user is allowed to access a resource for a given permission
static boolean RBACService.isAuthorized(java.lang.String strResourceTypeCode, java.lang.String strResourceId, java.lang.String strPermission, AdminUser user)
          Check that a given user is allowed to access a resource for a given permission
static boolean RBACService.isUserInRole(AdminUser user, java.lang.String strRole)
          Check that a given user is in the given role
 

Uses of AdminUser in fr.paris.lutece.portal.service.workgroup
 

Methods in fr.paris.lutece.portal.service.workgroup with parameters of type AdminUser
static java.util.Collection AdminWorkgroupService.getAuthorizedCollection(java.util.Collection<? extends AdminWorkgroupResource> collection, AdminUser user)
          Filter a collection of resources for a given user
static ReferenceList AdminWorkgroupService.getUserWorkgroups(AdminUser user, java.util.Locale locale)
          Gets all workgroups of the user
static boolean AdminWorkgroupService.isAuthorized(AdminWorkgroupResource resource, AdminUser user)
          Check if a resource should be visible to the user according its workgroup
 

Uses of AdminUser in fr.paris.lutece.portal.web.admin
 

Methods in fr.paris.lutece.portal.web.admin that return AdminUser
 AdminUser AdminFeaturesPageJspBean.getUser()
          Returns the AdminUser
 



Copyright © 2007 Mairie de Paris. All Rights Reserved.