public abstract class SecurityEvent extends ConfluenceEvent implements Authentication
source
Modifier | Constructor and Description |
---|---|
protected |
SecurityEvent(Object src,
String username,
String sessionId) |
protected |
SecurityEvent(Object src,
String username,
String sessionId,
String remoteHost,
String remoteIP) |
Modifier and Type | Method and Description |
---|---|
String |
getRemoteHost() |
String |
getRemoteIP() |
String |
getSessionId() |
String |
getUsername() |
void |
setRemoteHost(String remoteHost) |
void |
setRemoteIP(String remoteIP) |
equals, hashCode
getSource, toString
Copyright © 2003–2019 Atlassian. All rights reserved.