How to display AuditInfo about user authentication
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 04:17 AM
Hi,
I'm trying to log user authentication.
So i configure my custom auditConfig.xml like this:
All is working fine, datas are correct in alf_audit_fact.
Now i want to display this auditInfos in web-client.
I wanted to make a template but it seems that we can return AuditInfo only for a node. But node_uuid is null in alf_audit_fact when we audit "authenticate" method.
So how i can return auditInfo in template when node_uuid is null ?
If its not possible what are solutions to do what i want ? (add a freemarker function ? make a custom dialog ?)
Thanks in advance.
I'm trying to log user authentication.
So i configure my custom auditConfig.xml like this:
<Service name="AuthenticationService" mode="none"> <Method name="authenticate" mode="success" /></Service>
All is working fine, datas are correct in alf_audit_fact.
Now i want to display this auditInfos in web-client.
I wanted to make a template but it seems that we can return AuditInfo only for a node. But node_uuid is null in alf_audit_fact when we audit "authenticate" method.
So how i can return auditInfo in template when node_uuid is null ?
If its not possible what are solutions to do what i want ? (add a freemarker function ? make a custom dialog ?)
Thanks in advance.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 06:34 AM
Currently this not exposed via the Template (Freemarker API). Adding support for this in the Template API would be the best approach.
