com.atlassian.confluence.event.events.security
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
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
SecurityEvent
protected SecurityEvent(Object src,
String username,
String sessionId)
SecurityEvent
protected SecurityEvent(Object src,
String username,
String sessionId,
String remoteHost,
String remoteIP)
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)