com.atlassian.confluence.event.events.security
Class SecurityEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.springframework.context.ApplicationEvent
          extended bycom.atlassian.event.Event
              extended bycom.atlassian.confluence.event.events.ConfluenceEvent
                  extended bycom.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
protected SecurityEvent(Object src, String username, String sessionId)
           
protected SecurityEvent(Object src, String username, String sessionId, String remoteHost, String remoteIP)
           
 
Method Summary
 String getRemoteHost()
           
 String getRemoteIP()
           
 String getSessionId()
           
 String getUsername()
           
 void 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityEvent

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

SecurityEvent

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

getUsername

public String getUsername()

getSessionId

public String getSessionId()

getRemoteHost

public String getRemoteHost()

setRemoteHost

public void setRemoteHost(String remoteHost)

getRemoteIP

public String getRemoteIP()

setRemoteIP

public void setRemoteIP(String remoteIP)


Confluence is developed by Atlassian.