类 WebSaConfig
java.lang.Object
cn.bytengine.d.sa.SaConfig
cn.bytengine.d.sa.WebSaConfig
public class WebSaConfig
extends cn.bytengine.d.sa.SaConfig
Web SA配置策略
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明获取JakartaServletSaIdentificationFinder获取Http请求中HttpSession标识Cookie的Key获取Http请求中HttpSession标识Header的Key获取Http请求中HttpSession标识QueryString的Key设置JakartaServletSaIdentificationFindersetHttpSessionCookieKey(String httpSessionCookieKey) 设置Http请求中HttpSession标识Cookie的KeysetHttpSessionHeaderKey(String httpSessionHeaderKey) 设置Http请求中HttpSession标识Header的KeysetHttpSessionQueryStringKey(String httpSessionQueryStringKey) 设置Http请求中HttpSession标识QueryString的Key从类继承的方法 cn.bytengine.d.sa.SaConfig
getIdentityInfoProvider, getSaPermissionGlobPredicateCache, getSaRoleGlobPredicateCache, setIdentityInfoProvider
-
构造器详细资料
-
WebSaConfig
public WebSaConfig()
-
-
方法详细资料
-
getFinder
获取JakartaServletSaIdentificationFinder- 返回:
- SaIdentificationFinder
-
setFinder
设置JakartaServletSaIdentificationFinder- 参数:
finder- SaIdentificationFinder- 返回:
- 当前配置
-
getHttpSessionQueryStringKey
获取Http请求中HttpSession标识QueryString的Key- 返回:
- HttpSession标识的Key
-
setHttpSessionQueryStringKey
设置Http请求中HttpSession标识QueryString的Key- 参数:
httpSessionQueryStringKey- HttpSession标识的Key- 返回:
- 当前配置
- 另请参阅:
-
getHttpSessionHeaderKey
获取Http请求中HttpSession标识Header的Key- 返回:
- HttpSession标识的Key
-
setHttpSessionHeaderKey
设置Http请求中HttpSession标识Header的Key- 参数:
httpSessionHeaderKey- HttpSession标识的Key- 返回:
- 当前配置
- 另请参阅:
-
getHttpSessionCookieKey
获取Http请求中HttpSession标识Cookie的Key- 返回:
- HttpSession标识的Key
-
setHttpSessionCookieKey
设置Http请求中HttpSession标识Cookie的Key- 参数:
httpSessionCookieKey- HttpSession标识的Key- 返回:
- 当前配置
- 另请参阅:
-