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
ConstructorsModifierConstructorDescriptionprotectedSecurityEvent(Object src, String username, String sessionId) protected -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRemoteHost(String remoteHost) voidsetRemoteIP(String remoteIP) Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SecurityEvent
-
SecurityEvent
-
-
Method Details
-
getUsername
-
getSessionId
-
getRemoteHost
-
setRemoteHost
-
getRemoteIP
-
setRemoteIP
-