|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserTokenHandler
A handler for determining if the given execution context is user specific
or not. The token object returned by this handler is expected to uniquely
identify the current user if the context is user specific or to be
null
if the context does not contain any resources or details
specific to the current user.
The user token will be used to ensure that user specific resources will not be shared with or reused by other users.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Object getUserToken(org.apache.http.protocol.HttpContext context)
null
if it is not.
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 |