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

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.confluence.event.events.ConfluenceEvent
                  extended by com.atlassian.confluence.event.events.security.SecurityEvent
All Implemented Interfaces:
Authentication, Serializable
Direct Known Subclasses:
LoginEvent, LoginFailedEvent, LogoutEvent, WebLoginEvent

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.event.Event
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)


Copyright © 2003-2013 Atlassian. All Rights Reserved.