@Contract(threading=IMMUTABLE) public class NoopUserTokenHandler extends Object implements UserTokenHandler
UserTokenHandler that always returns null.| Modifier and Type | Field and Description | 
|---|---|
| static NoopUserTokenHandler | INSTANCE | 
| Constructor and Description | 
|---|
| NoopUserTokenHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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
  nullif it is not. | 
public static final NoopUserTokenHandler INSTANCE
public Object getUserToken(org.apache.http.protocol.HttpContext context)
UserTokenHandlernull if it is not.getUserToken in interface UserTokenHandlercontext - the execution contextnull if the context is not user specific.Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.