Class CarbonUIAuthenticationUtil

java.lang.Object
org.wso2.carbon.ui.util.CarbonUIAuthenticationUtil

public class CarbonUIAuthenticationUtil extends Object
  • Constructor Details

    • CarbonUIAuthenticationUtil

      public CarbonUIAuthenticationUtil()
  • Method Details

    • setCookieHeaders

      public static void setCookieHeaders(javax.servlet.http.Cookie cookie, org.apache.axis2.client.ServiceClient serviceClient)
      Sets the cookie information, i.e. whether remember me cookie is enabled of disabled. If enabled we will send that information in a HTTP header.
      Parameters:
      cookie - The remember me cookie.
      serviceClient - The service client used in communication.