public class AccessLogEntry extends Object
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
ACCESS_LOGGER_NAME
Name of the Shibboleth Access logging category.
|
コンストラクタと説明 |
---|
AccessLogEntry(javax.servlet.http.HttpServletRequest request)
Constructor.
|
AccessLogEntry(String remote,
String host,
int port,
String path)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getRemoteHost()
Gets the remote client host or IP address.
|
String |
getRequestPath()
Gets the request path without servlet context information.
|
org.joda.time.DateTime |
getRequestTime()
Gets the time the request was made.
|
String |
getServerHost()
Gets the server's host name or IP address.
|
int |
getServerPort()
Gets the server's port number.
|
String |
toString() |
public AccessLogEntry(javax.servlet.http.HttpServletRequest request)
request
- the requestpublic String getRemoteHost()
public String getRequestPath()
public org.joda.time.DateTime getRequestTime()
public String getServerHost()
public int getServerPort()
Copyright © 2012. All Rights Reserved.