Class SecurityEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.security.SecurityEvent
- All Implemented Interfaces:
Authentication
,Serializable
- Direct Known Subclasses:
LoginEvent
,LoginFailedEvent
,LogoutEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SecurityEvent
(Object src, String username, String sessionId) protected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setRemoteHost
(String remoteHost) void
setRemoteIP
(String remoteIP) Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SecurityEvent
-
SecurityEvent
-
-
Method Details
-
getUsername
-
getSessionId
-
getRemoteHost
-
setRemoteHost
-
getRemoteIP
-
setRemoteIP
-