public class JwtSessionStateFactory extends Object implements org.noear.solon.core.handle.SessionStateFactory
| Modifier and Type | Field and Description |
|---|---|
static int |
SESSION_STATE_PRIORITY |
| Modifier and Type | Method and Description |
|---|---|
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 in interface org.noear.solon.core.handle.SessionStateFactorypublic org.noear.solon.core.handle.SessionState create(org.noear.solon.core.handle.Context ctx)
create in interface org.noear.solon.core.handle.SessionStateFactoryCopyright © 2025. All rights reserved.