Class CarbonUIAuthenticationUtil


  • public class CarbonUIAuthenticationUtil
    extends Object
    • Constructor Detail

      • CarbonUIAuthenticationUtil

        public CarbonUIAuthenticationUtil()
    • Method Detail

      • 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.