public class AuditInformation extends Object
Constructor and Description |
---|
AuditInformation(org.apache.archiva.redback.users.User user,
String remoteAddr) |
Modifier and Type | Method and Description |
---|---|
String |
getRemoteAddr() |
org.apache.archiva.redback.users.User |
getUser() |
void |
setRemoteAddr(String remoteAddr) |
void |
setUser(org.apache.archiva.redback.users.User user) |
String |
toString() |
public AuditInformation(org.apache.archiva.redback.users.User user, String remoteAddr)
public org.apache.archiva.redback.users.User getUser()
public void setUser(org.apache.archiva.redback.users.User user)
public String getRemoteAddr()
public void setRemoteAddr(String remoteAddr)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.