public class JwtSessionStateFactory extends Object implements org.noear.solon.core.handle.SessionStateFactory
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
SESSION_STATE_PRIORITY |
| 限定符和类型 | 方法和说明 |
|---|---|
org.noear.solon.core.handle.SessionState |
create(org.noear.solon.core.handle.Context ctx)
创建会话状态
|
static JwtSessionStateFactory |
getInstance() |
int |
priority()
优先级
|
String |
signKey()
获取签名Key
|
void |
signKeySet(String key)
设置签名Key
|
public static final int SESSION_STATE_PRIORITY
public static JwtSessionStateFactory getInstance()
public String signKey()
public void signKeySet(String key)
public int priority()
priority 在接口中 org.noear.solon.core.handle.SessionStateFactorypublic org.noear.solon.core.handle.SessionState create(org.noear.solon.core.handle.Context ctx)
create 在接口中 org.noear.solon.core.handle.SessionStateFactoryCopyright © 2024. All rights reserved.