|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.client.DefaultUserTokenHandler
public class DefaultUserTokenHandler
Constructor Summary | |
---|---|
DefaultUserTokenHandler()
|
Method Summary | |
---|---|
java.lang.Object |
getUserToken(org.apache.http.protocol.HttpContext context)
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultUserTokenHandler()
Method Detail |
---|
public java.lang.Object getUserToken(org.apache.http.protocol.HttpContext context)
UserTokenHandler
null
if it is not.
getUserToken
in interface UserTokenHandler
context
- the execution context
null if the context is not user specific.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |