Package com.dassault_systemes.plmsecssoserver.plmsessosrvinterfaces

   
Interface ISSOLogContentWriter

 
Class Hierarchy
com.dassault_systemes.plmsecssoserver.plmsessosrvinterfaces.ISSOLogContentWriter
Class Location

Framework : PLMSecuritySSOServer

Module : PLMSecSSOSrvInterfaces

Class Description

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

Field Summary

Constructor Summary

Method Summary
void saveLogData(String iData)


Field Detail

Constructor Detail

Method Detail

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