public abstract class

SecurityEvent

extends ConfluenceEvent
implements Authentication
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
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Protected Constructors
SecurityEvent(Object src, String username, String sessionId)
SecurityEvent(Object src, String username, String sessionId, String remoteHost, String remoteIP)
Public Methods
String getRemoteHost()
String getRemoteIP()
String getSessionId()
String getUsername()
void setRemoteHost(String remoteHost)
void setRemoteIP(String remoteIP)
[Expand]
Inherited Methods
From class com.atlassian.event.Event
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Protected Constructors

protected SecurityEvent (Object src, String username, String sessionId)

protected SecurityEvent (Object src, String username, String sessionId, String remoteHost, String remoteIP)

Public Methods

public String getRemoteHost ()

public String getRemoteIP ()

public String getSessionId ()

public String getUsername ()

public void setRemoteHost (String remoteHost)

public void setRemoteIP (String remoteIP)