Class HttpConnectionInformation
java.lang.Object
com.evolveum.midpoint.security.api.HttpConnectionInformation
- All Implemented Interfaces:
Serializable
Information about the HTTP connection. These can be obtained any time from the servlet Request object.
- Author:
- semancik
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setLocalHostName
(String localHostName) void
setRemoteHostAddress
(String remoteHostAddress) void
setServerName
(String serverName) void
setSessionId
(String sessionId)
-
Constructor Details
-
HttpConnectionInformation
public HttpConnectionInformation()
-
-
Method Details
-
getRemoteHostAddress
-
setRemoteHostAddress
-
getLocalHostName
-
setLocalHostName
-
getSessionId
-
setSessionId
-
setServerName
-
getServerName
-