Package com.dassault_systemes.plmsecssoserver.plmsessosrvinterfaces |
|
Interface ISSOLogContentWriter
|
com.dassault_systemes.plmsecssoserver.plmsessosrvinterfaces.ISSOLogContentWriter
Framework : PLMSecuritySSOServer
Module : PLMSecSSOSrvInterfaces
public interface ISSOLogContentWriter
The Interface which enable Authentication audit Log persistency.
Model
This interface has to be reimplemented each time a customer wants
to store authentication audit events
The name of the class implementing this interface has to be found in
the following file :
$os/resources/credentials/SSOServer.properties
this file needs to contain the following line :
SSOLogWriter=classname
where classname is the name of the class implementing this interface
saveLogData
void saveLogData(String iData)
- Parameters:
iData
- : It represents the data to be saved
comming from the client application. This method is called by Dassault Systems
infrastructure each time an authentication event occurs. The content of
iData is provided by the implementation of the interface ISSOLogContentProvider
Copyright © 2000, Dassault Systèmes. All rights reserved