Class SecurityEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.event.events.security.SecurityEvent
-
- All Implemented Interfaces:
Authentication,Serializable
- Direct Known Subclasses:
LoginEvent,LoginFailedEvent,LogoutEvent
public abstract class SecurityEvent extends ConfluenceEvent implements Authentication
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSecurityEvent(Object src, String username, String sessionId)protectedSecurityEvent(Object src, String username, String sessionId, String remoteHost, String remoteIP)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRemoteHost()StringgetRemoteIP()StringgetSessionId()StringgetUsername()voidsetRemoteHost(String remoteHost)voidsetRemoteIP(String remoteIP)-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-