Class DwLoggedEvent
java.lang.Object
net.datenwerke.security.service.eventlogger.DwLoggedEvent
- All Implemented Interfaces:
Event,LoggedEvent
- Direct Known Subclasses:
ActivatedUserEvent,BeginReportExecutionEvent,CloseTableDatasourceEvent,EndReportExecutionEvent,FailedLoginEvent,InitSessionEvent,InvalidateSessionEvent,InvalidConfigEvent,JpaEvent,LoginEvent,LoginScriptFailedEvent,LogoutEvent,MaintenanceJobEnded,MaintenanceJobFailed,MaintenanceJobStarted,MoveNodeEvent,OpenTableDatasourceEvent,ReoportServerExtenderLoadFailedEvent,ReportExecutedEvent,ReportExecutionFailedEvent,SchedulerDaemonRessurectionEvent,SchedulerDaemonSuicideEvent,SchedulerFailedToSopEvent,SchedulerRestartEvent,SchedulerShutdownEvent,SchedulerShutdownNowEvent,SchedulerShutdownWatchdogEvent,SchedulerStartedEvent,SchedulerStartEvent,ScriptDaemonExceptionEvent,ScriptExecuteEvent,ScriptExecutionFailedEvent,ShutdownEvent,StartupEvent,StartupScriptFailedEvent,StatementPreparedEvent,SuEvent,UserLostPasswordEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddLoggedProperties(Map<String, String> properties) voidaddLoggedProperty(String key, Long l) voidaddLoggedProperty(String key, String value) getDate()voidsetAuthenticatorServiceProvider(<any> authenticatorServiceProvider) voidsetLoggedProperties(Map<String, String> properties) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.rs.utils.eventlogger.eventbus.LoggedEvent
getLoggedAction
-
Constructor Details
-
DwLoggedEvent
public DwLoggedEvent() -
DwLoggedEvent
-
-
Method Details
-
setAuthenticatorServiceProvider
public void setAuthenticatorServiceProvider(<any> authenticatorServiceProvider) -
getLoggedUserId
- Specified by:
getLoggedUserIdin interfaceLoggedEvent
-
getLoggedProperties
- Specified by:
getLoggedPropertiesin interfaceLoggedEvent
-
setLoggedProperties
-
addLoggedProperties
-
addLoggedProperty
-
addLoggedProperty
-
getDate
- Specified by:
getDatein interfaceLoggedEvent
-
aboutToBeLogged
public void aboutToBeLogged()- Specified by:
aboutToBeLoggedin interfaceLoggedEvent
-