Class HttpConnectionInformation

java.lang.Object
com.evolveum.midpoint.security.api.HttpConnectionInformation
All Implemented Interfaces:
Serializable

public class HttpConnectionInformation extends Object implements Serializable
Information about the HTTP connection. These can be obtained any time from the servlet Request object.
Author:
semancik
See Also:
  • Constructor Details

    • HttpConnectionInformation

      public HttpConnectionInformation()
  • Method Details

    • getRemoteHostAddress

      public String getRemoteHostAddress()
    • setRemoteHostAddress

      public void setRemoteHostAddress(String remoteHostAddress)
    • getLocalHostName

      public String getLocalHostName()
    • setLocalHostName

      public void setLocalHostName(String localHostName)
    • getSessionId

      public String getSessionId()
    • setSessionId

      public void setSessionId(String sessionId)
    • setServerName

      public void setServerName(String serverName)
    • getServerName

      public String getServerName()