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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetLocalHostName(String localHostName) voidsetRemoteHostAddress(String remoteHostAddress) voidsetServerName(String serverName) voidsetSessionId(String sessionId)
-
Constructor Details
-
HttpConnectionInformation
public HttpConnectionInformation()
-
-
Method Details
-
getRemoteHostAddress
-
setRemoteHostAddress
-
getLocalHostName
-
setLocalHostName
-
getSessionId
-
setSessionId
-
setServerName
-
getServerName
-