|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.httpclient.Credentials
com.microsoft.tfs.core.httpclient.CookieCredentials
public class CookieCredentials
Credentials that are sent as Cookie headers.
Constructor Summary | |
---|---|
CookieCredentials(Cookie[] cookies)
Creates CookieCredentials from the given cookies. |
Method Summary | |
---|---|
Cookie[] |
getCookies()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CookieCredentials(Cookie[] cookies)
CookieCredentials
from the given cookies.
cookies
- The Cookie
s to send with requests. (not null
)Method Detail |
---|
public Cookie[] getCookies()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |