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