Package org.wso2.carbon.ui.util
Class CarbonUIAuthenticationUtil
java.lang.Object
org.wso2.carbon.ui.util.CarbonUIAuthenticationUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetCookieHeaders(javax.servlet.http.Cookie cookie, org.apache.axis2.client.ServiceClient serviceClient) Sets the cookie information, i.e.
-
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.
-