public interface UserTokenHandler
null 。
用户令牌将用于确保用户特定的资源不会被其他用户共享或重用。
| Modifier and Type | Method and Description |
|---|---|
Object |
getUserToken(HttpContext context)
如果上下文是用户特定的,则此方法返回的令牌对象预计将唯一标识当前用户,如果不是,则期望为
null 。
|
Object getUserToken(HttpContext context)
null 。
context - 执行上下文
null if the context is not user specific.
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.