Class AbstractCredentialMonitoringEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
se.swedenconnect.security.credential.spring.monitoring.events.AbstractCredentialMonitoringEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FailedCredentialReloadEvent
,FailedCredentialTestEvent
,SuccessfulCredentialReloadEvent
,SuccessfulCredentialTestEvent
Abstract base class for credential monitoring events.
- Author:
- Martin Lindström
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the credential that was monitored.Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AbstractCredentialMonitoringEvent
Constructor.- Parameters:
credentialName
- the name of the credential that was monitored
-
-
Method Details
-
getCredentialName
Gets the name of the credential that was monitored.- Returns:
- the credential name
-