java.lang.Object | |
↳ | org.apache.http.impl.client.DefaultUserTokenHandler |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
The token object returned by this method is expected to uniquely
identify the current user if the context is user specific or to be
null
if it is not.
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||
From interface
org.apache.http.client.UserTokenHandler
|
The token object returned by this method is expected to uniquely
identify the current user if the context is user specific or to be
null
if it is not.
context | the execution context |
---|
null
if the context is not user specific.