- data - 异常错误 中的变量top.dcenter.ums.security.core.exception.AbstractResponseJsonAuthenticationException
-
- DATABASE_AUTHORITY_DELIMITER - 接口 中的静态变量top.dcenter.ums.security.common.consts.RbacConstants
-
数据库 AUTHORITY 分隔符
- decrypt(byte[], String) - 类 中的静态方法top.dcenter.ums.security.common.utils.RsaUtil
-
解密
- DEFAULT_GROUP_PREFIX - 接口 中的静态变量top.dcenter.ums.security.common.consts.RbacConstants
-
角色组权限前缀
- DEFAULT_LOGIN_PAGE_URL - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
默认登录页面
- DEFAULT_LOGIN_PROCESSING_URL_FORM - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
默认的用户名密码登录请求处理url
- DEFAULT_LOGIN_PROCESSING_URL_MOBILE - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
默认的手机验证码登录请求处理url
- DEFAULT_ONE_CLICK_LOGIN_PROCESSING_URL - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
默认的一键登录请求处理url
- DEFAULT_REMEMBER_ME_NAME - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
The default name for remember me parameter name and remember me cookie name
- DEFAULT_REQUEST_PARAM_CUSTOMIZE_CODE_NAME - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
提交自定义验证码请求时,请求中带的自定义验证码变量名,默认 customizeCode
- DEFAULT_REQUEST_PARAM_IMAGE_CODE_NAME - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
提交图片验证码请求时,请求中带的图片验证码变量名,默认 imageCode
- DEFAULT_REQUEST_PARAM_MOBILE_NAME - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
提交短信验证码请求时,请求中带的手机号变量名,默认 mobile
- DEFAULT_REQUEST_PARAM_SELECTION_CODE_NAME - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
从图片中选取内容的验证码请求时,请求中带的从图片中选取内容的验证码变量名,默认 selectionCode
- DEFAULT_REQUEST_PARAM_SLIDER_CODE_NAME - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
提交滑块验证码请求时,请求中带的滑块验证码变量名,默认 sliderCode
- DEFAULT_REQUEST_PARAM_SMS_CODE_NAME - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
提交短信验证码请求时,请求中带的短信验证码变量名,默认 smsCode
- DEFAULT_REQUEST_PARAM_TRACK_CODE_NAME - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
提交轨迹验证码请求时,请求中带的轨迹验证码变量名,默认 trackCode
- DEFAULT_ROLE_PREFIX - 接口 中的静态变量top.dcenter.ums.security.common.consts.RbacConstants
-
角色权限前缀
- DEFAULT_SCOPE_PREFIX - 接口 中的静态变量top.dcenter.ums.security.common.consts.RbacConstants
-
资源权限前缀
- DEFAULT_SESSION_INVALID_URL - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
session失效默认的跳转地址
- DEFAULT_SIGN_UP_PROCESSING_URL_SOCIAL - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
默认的 social OAuth2 注册请求处理url
- DEFAULT_TENANT_PREFIX - 类 中的静态变量top.dcenter.ums.security.common.consts.TenantConstants
-
多租户权限前缀
- DEFAULT_UN_AUTHENTICATION_ROUTING_URL - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
当请求需要身份认证时,默认跳转的url
- DefaultThreadFactory - top.dcenter.ums.security.common.executor中的类
-
Copy of JUC
The default thread factory.
- DefaultThreadFactory(String) - 类 的构造器top.dcenter.ums.security.common.executor.DefaultThreadFactory
-
- DENY_ALL - 接口 中的静态变量top.dcenter.ums.security.common.api.config.HttpSecurityAware
-
- deserialize(JsonParser, DeserializationContext) - 类 中的方法top.dcenter.ums.security.core.oauth.deserializes.AnonymousAuthenticationTokenJsonDeserializer
-
- deserialize(JsonParser, DeserializationContext) - 类 中的方法top.dcenter.ums.security.core.oauth.deserializes.UserDeserializer
-
This method will create User object.
- deserializeCacheValue(byte[]) - 类 中的方法top.dcenter.ums.security.core.redis.cache.RedisHashCache
-
Deserialize the given value to the actual cache value.
- DIGITAL_REGEX - 类 中的静态变量top.dcenter.ums.security.common.consts.RegexConstants
-
- disableCreateOnMissingCache() - 类 中的方法top.dcenter.ums.security.core.redis.cache.RedisHashCacheManager.RedisHashCacheManagerBuilder
-
Disable in-flight Cache creation for unconfigured caches.
- DOMAIN_REGEX - 类 中的静态变量top.dcenter.ums.security.common.consts.RegexConstants
-
域名的正则表达式, 针对域名的解析, 例如: www.example.com , www.example.com.cn, www.example.top aaa.bbb.example.cc,
127.0.0.1
- schedule(Runnable, long, TimeUnit) - 类 中的方法top.dcenter.ums.security.common.executor.MdcScheduledThreadPoolExecutor
-
- schedule(Callable<V>, long, TimeUnit) - 类 中的方法top.dcenter.ums.security.common.executor.MdcScheduledThreadPoolExecutor
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 类 中的方法top.dcenter.ums.security.common.executor.MdcScheduledThreadPoolExecutor
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 类 中的方法top.dcenter.ums.security.common.executor.MdcScheduledThreadPoolExecutor
-
- SecurityConstants - top.dcenter.ums.security.common.consts中的类
-
social 常量
- SecurityCoreAutoConfigurer - top.dcenter.ums.security.common.config中的类
-
核心 HttpSecurity 安全相关配置.
- SecurityCoreAutoConfigurer() - 类 的构造器top.dcenter.ums.security.common.config.SecurityCoreAutoConfigurer
-
- serializeCacheKey(String) - 类 中的方法top.dcenter.ums.security.core.redis.cache.RedisHashCache
-
Serialize the key.
- serializeCacheValue(Object) - 类 中的方法top.dcenter.ums.security.core.redis.cache.RedisHashCache
-
Serialize the value to cache.
- SERVLET_CONTEXT_PERMIT_ALL_SET_KEY - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
Set(UriHttpMethodTuple): 把权限类型为 PERMIT_ALL 的 Set 存储在 servletContext 时所用的 key.
- SESSION_ENHANCE_CHECK_KEY - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
把 session enhance check value 存储在 session 时所用的 key
- SESSION_KEY_CUSTOMIZE - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
自定义验证码的 SESSION KEY
- SESSION_KEY_IMAGE - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
图片验证码的 SESSION KEY
- SESSION_KEY_SELECTION - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
从图片中选取内容的验证码的 SESSION KEY
- SESSION_KEY_SLIDER - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
滑块验证码的 SESSION KEY
- SESSION_KEY_SMS - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
短信验证码的 SESSION KEY
- SESSION_KEY_TRACK - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
轨迹验证码验证码的 SESSION KEY
- SESSION_REDIRECT_URL_KEY - 类 中的静态变量top.dcenter.ums.security.common.consts.SecurityConstants
-
在session失效时 原始请求 url 存储在 session 的 key
- setAuth2RedirectUrl(String) - 类 中的方法top.dcenter.ums.security.core.api.authentication.handler.BaseAuthenticationSuccessHandler
-
- setCacheNames(Set<String>) - 类 中的方法top.dcenter.ums.security.core.redis.properties.RedisCacheProperties.Cache
-
- setCode(int) - 类 中的方法top.dcenter.ums.security.common.vo.ResponseResult
-
- setData(Object) - 类 中的方法top.dcenter.ums.security.common.vo.ResponseResult
-
- setDatabaseIndex(Integer) - 类 中的方法top.dcenter.ums.security.core.redis.properties.RedisCacheProperties.Cache
-
- setDefaultExpireTime(Duration) - 类 中的方法top.dcenter.ums.security.core.redis.properties.RedisCacheProperties.Cache
-
- setEnable(Boolean) - 类 中的方法top.dcenter.ums.security.common.propertis.RememberMeProperties
-
- setEntryTtl(Duration) - 类 中的方法top.dcenter.ums.security.core.redis.properties.RedisCacheProperties.Cache
-
- setErrorPage(String) - 类 中的方法top.dcenter.ums.security.common.access.UmsAccessDeniedHandlerImpl
-
The error page to use.
- setFieldValue(String, Object, Object, Class<?>) - 类 中的静态方法top.dcenter.ums.security.common.utils.ReflectionUtil
-
反射设置字段值
- setMethod(HttpMethod) - 类 中的方法top.dcenter.ums.security.common.bean.UriHttpMethodTuple
-
- setMsg(String) - 类 中的方法top.dcenter.ums.security.common.vo.ResponseResult
-
- setOpen(Boolean) - 类 中的方法top.dcenter.ums.security.core.redis.properties.RedisCacheProperties
-
- setRememberMeCookieName(String) - 类 中的方法top.dcenter.ums.security.common.propertis.RememberMeProperties
-
- setRememberMeParameter(String) - 类 中的方法top.dcenter.ums.security.common.propertis.RememberMeProperties
-
- setRememberMeTimeout(Duration) - 类 中的方法top.dcenter.ums.security.common.propertis.RememberMeProperties
-
- setRequestMappingUri(String, String, Class<?>, Class<?>...) - 类 中的静态方法top.dcenter.ums.security.common.utils.ReflectionUtil
-
给 targetClass 的 methodName 方法上的 @RequestMapping 的 value 重新赋值为 requestMappingUri
- setStatus(int) - 类 中的方法top.dcenter.ums.security.common.vo.RedirectVo
-
- setTimestamp(LocalDateTime) - 类 中的方法top.dcenter.ums.security.common.vo.RedirectVo
-
- setTimestamp(LocalDateTime) - 类 中的方法top.dcenter.ums.security.common.vo.ResponseResult
-
- setUri(String) - 类 中的方法top.dcenter.ums.security.common.bean.UriHttpMethodTuple
-
- setUrl(String) - 类 中的方法top.dcenter.ums.security.common.vo.RedirectVo
-
- setUseIocRedisConnectionFactory(Boolean) - 类 中的方法top.dcenter.ums.security.core.redis.properties.RedisCacheProperties
-
- setUseSecureCookie(Boolean) - 类 中的方法top.dcenter.ums.security.common.propertis.RememberMeProperties
-
- sign(byte[], String) - 类 中的静态方法top.dcenter.ums.security.common.utils.RsaUtil
-
签名
- SIGNATURE_ALGORITHM - 类 中的静态变量top.dcenter.ums.security.common.utils.RsaUtil
-
- SimpleGrantedAuthorityMixin - top.dcenter.ums.security.common.jackson中的类
-
Jackson Mixin class helps in serialize/deserialize
SimpleGrantedAuthority.
- SimpleGrantedAuthorityMixin(String) - 类 的构造器top.dcenter.ums.security.common.jackson.SimpleGrantedAuthorityMixin
-
Mixin Constructor.
- SimpleModuleHolder - top.dcenter.ums.security.common.api.jackson2中的接口
-
自定义 SimpleModule 注入 ioc 容器时会自动注入 ObjectMapper, 设置此接口就是为了防止此类问题.
- split(String, String, int) - 类 中的静态方法top.dcenter.ums.security.core.util.ConvertUtil
-
Copy from org.apache.commons.lang3.StringUtils
Splits the provided text into an array with a maximum length,
separators specified.
- splitByCharacterTypeCamelCase(String, boolean) - 类 中的静态方法top.dcenter.ums.security.core.util.ConvertUtil
-
Copy from org.apache.commons.lang3.StringUtils
Splits a String by Character type as returned by
java.lang.Character.getType(char).
- string2JsonMap(String, String, String) - 类 中的静态方法top.dcenter.ums.security.core.util.ConvertUtil
-
字符转换为 Map 类型,比如:name=tom,age=18
当 kvStrings 为空时,返回空的 map
- string2List(String, String) - 类 中的静态方法top.dcenter.ums.security.core.util.ConvertUtil
-
字符转换为 List 类型,比如:name,age,job
- string2Set(String, String) - 类 中的静态方法top.dcenter.ums.security.core.util.ConvertUtil
-
字符转换为 Set 类型,比如:name,age,job
- submit(Runnable) - 类 中的方法top.dcenter.ums.security.common.executor.MdcScheduledThreadPoolExecutor
-
- submit(Runnable, T) - 类 中的方法top.dcenter.ums.security.common.executor.MdcScheduledThreadPoolExecutor
-
- submit(Callable<T>) - 类 中的方法top.dcenter.ums.security.common.executor.MdcScheduledThreadPoolExecutor
-
- submit(Runnable) - 类 中的方法top.dcenter.ums.security.common.executor.MdcThreadPoolExecutor
-
- submit(Callable<T>) - 类 中的方法top.dcenter.ums.security.common.executor.MdcThreadPoolExecutor
-
- submit(Runnable, T) - 类 中的方法top.dcenter.ums.security.common.executor.MdcThreadPoolExecutor
-
- success() - 类 中的静态方法top.dcenter.ums.security.common.vo.ResponseResult
-
默认成功返回 code = 200
- success(String) - 类 中的静态方法top.dcenter.ums.security.common.vo.ResponseResult
-
默认成功返回 code = 200 与 msg
- success(String, Object) - 类 中的静态方法top.dcenter.ums.security.common.vo.ResponseResult
-
默认成功返回 code = 200, msg, data