java.lang.Object |
↳ |
com.google.android.gms.auth.CookieUtil |
Class Overview
Helper class to build the cookie String from the given fields.
Summary
Public Methods |
static
String
|
getCookieUrl(String domain, Boolean isSecure)
|
static
String
|
getCookieValue(String name, String value, String domain, String path, Boolean isHttpOnly, Boolean isSecure, Long maxAge)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
static
String
getCookieUrl
(String domain, Boolean isSecure)
Parameters |
domain |
String |
isSecure |
Boolean |
public
static
String
getCookieValue
(String name, String value, String domain, String path, Boolean isHttpOnly, Boolean isSecure, Long maxAge)
Parameters |
name |
String |
value |
String |
domain |
String |
path |
String |
isHttpOnly |
Boolean |
isSecure |
Boolean |
maxAge |
Long |