Re: Get user information during a listener execution
DAVID RODRIGUEZ MERINO via opencms-dev <[email protected]> Fri, 25 Oct 2024 07:09:17 +0000
| Newsgroups | gmane.comp.cms.opencms.devel |
|---|---|
| Message-ID | <DU0PR08MB74862623A1D1AE111A7501D3A34F2@DU0PR08MB7486.eurprd08.prod.outlook.com> |
HI, If you got the cmsobject and the resource path, you can use readResource to get CmsResource object (https://documentation.opencms.org/javadoc/core/org/opencms/file/CmsObject.html#readResource(java.lang.String)) and then get the user id with CmsResouce.getUserLastModified (https://documentation.opencms.org/javadoc/core/org/opencms/file/CmsResource.html#getUserLastModified()) To manage the session, you can use CmsSessionManager and get user sessions (https://documentation.opencms.org/javadoc/core/org/opencms/main/CmsSessionManager.html#getSessionInfos(org.opencms.util.CmsUUID)). You get some info (https://documentation.opencms.org/javadoc/core/org/opencms/main/CmsSessionInfo.html) Salu2!! -- David Rodríguez Merino Área Web del Gabinete de Comunicación Vicerrectorado de Comunicación Universidad de Valladolid Edificio Rector Tejerina Plaza de Santa Cruz nº 6 47002 Valladolid Email: [email protected]<mailto:[email protected]> Email grupo: [email protected]<mailto:[email protected]> De: opencms-dev <[email protected]> en nombre de David Cortabarra Romero via opencms-dev <[email protected]> Fecha: viernes, 25 de octubre de 2024, 8:28 Para: [email protected] <[email protected]> CC: David Cortabarra Romero <[email protected]> Asunto: [opencms-dev] Get user information during a listener execution Hello, I am working using OpenCms version 16.0. Trying to create a listener that acts when a modification or content creation event occurs, I need to get the user that performed the action. I do not find this information available at any time during the listener execution because I only have access to the CmsObject and the resource I am acting on. Inside the CmsObject I can get the context of the request, but the information of the user who has performed the action does not appear there, only the information of the user used to initialise the listener. On the other hand, I have no way to obtain the session of the specific user who performed the action. I can get the session of all the users that are inside the system, but I have no way of knowing which one is related to the user that has performed the action. Finally, I also don't have access to the request made, where I could also get the information. I would like to know if there is any way to get the information of the user who has performed the action during the execution of the listener. Thanks, Sincerely yours, David Cortabarra _______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit https://lists.opencms.org/mailman/listinfo/opencms-dev