public class CookieInformation extends Object implements Serializable
| Constructor and Description | 
|---|
| CookieInformation() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDomain() | 
| String | getPath() | 
| String | getSecure() | 
| String | getTimeout() | 
| boolean | isRememberMeEnabled() | 
| void | setDomain(String domain) | 
| void | setPath(String path) | 
| void | setRememberMeEnabled(boolean rememberMeEnabled) | 
| void | setSecure(String secure) | 
| void | setTimeout(String timeout) | 
| String | toString() | 
public CookieInformation()
public String getTimeout()
public void setTimeout(String timeout)
public boolean isRememberMeEnabled()
public void setRememberMeEnabled(boolean rememberMeEnabled)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.