A C D E G H J O P R S T V Y
A
- AuthRequestFactory - com.xingyuv.justauth中的类
-
AuthRequest工厂类
- AuthRequestFactory() - 类 的构造器com.xingyuv.justauth.AuthRequestFactory
-
- authRequestFactory(JustAuthProperties, AuthStateCache) - 类 中的方法com.xingyuv.justauth.autoconfigure.JustAuthAutoConfiguration
-
- authStateCache - 类 中的变量com.xingyuv.justauth.AuthRequestFactory
-
- authStateCache() - 类 中的方法com.xingyuv.justauth.autoconfigure.JustAuthStateCacheConfiguration.Custom
-
- authStateCache() - 类 中的方法com.xingyuv.justauth.autoconfigure.JustAuthStateCacheConfiguration.Default
-
- authStateCache(RedisTemplate<String, String>, JustAuthProperties) - 类 中的方法com.xingyuv.justauth.autoconfigure.JustAuthStateCacheConfiguration.Redis
-
- AuthStateCacheAutoConfiguration() - 类 的构造器com.xingyuv.justauth.autoconfigure.JustAuthAutoConfiguration.AuthStateCacheAutoConfiguration
-
C
- cache - 类 中的变量com.xingyuv.justauth.autoconfigure.JustAuthProperties
-
缓存配置类
- cache(String, String) - 类 中的方法com.xingyuv.justauth.support.cache.RedisStateCache
-
存入缓存
- cache(String, String, long) - 类 中的方法com.xingyuv.justauth.support.cache.RedisStateCache
-
存入缓存
- CacheProperties - com.xingyuv.justauth.autoconfigure中的类
-
缓存配置类
- CacheProperties() - 类 的构造器com.xingyuv.justauth.autoconfigure.CacheProperties
-
- cacheProperties - 类 中的变量com.xingyuv.justauth.support.cache.RedisStateCache
-
- CacheProperties.CacheType - com.xingyuv.justauth.autoconfigure中的枚举
-
缓存类型
- CacheType() - 枚举 的构造器com.xingyuv.justauth.autoconfigure.CacheProperties.CacheType
-
- com.xingyuv.justauth - 程序包 com.xingyuv.justauth
-
- com.xingyuv.justauth.autoconfigure - 程序包 com.xingyuv.justauth.autoconfigure
-
- com.xingyuv.justauth.support.cache - 程序包 com.xingyuv.justauth.support.cache
-
- config - 类 中的变量com.xingyuv.justauth.autoconfigure.ExtendProperties
-
- configureHttpConfig(String, AuthConfig, JustAuthProperties.JustAuthHttpConfig) - 类 中的方法com.xingyuv.justauth.AuthRequestFactory
-
配置 http 相关的配置
- containsKey(String) - 类 中的方法com.xingyuv.justauth.support.cache.RedisStateCache
-
是否存在key,如果对应key的value值已过期,也返回false
- Custom() - 类 的构造器com.xingyuv.justauth.autoconfigure.JustAuthStateCacheConfiguration.Custom
-
D
- Default() - 类 的构造器com.xingyuv.justauth.autoconfigure.JustAuthStateCacheConfiguration.Default
-
E
- enabled - 类 中的变量com.xingyuv.justauth.autoconfigure.JustAuthProperties
-
是否启用 JustAuth
- enumClass - 类 中的变量com.xingyuv.justauth.autoconfigure.ExtendProperties
-
枚举类全路径
- extend - 类 中的变量com.xingyuv.justauth.autoconfigure.JustAuthProperties
-
JustAuth 自定义配置
- ExtendProperties - com.xingyuv.justauth.autoconfigure中的类
-
扩展配置
- ExtendProperties() - 类 的构造器com.xingyuv.justauth.autoconfigure.ExtendProperties
-
- ExtendProperties.ExtendRequestConfig - com.xingyuv.justauth.autoconfigure中的类
-
- ExtendRequestConfig() - 类 的构造器com.xingyuv.justauth.autoconfigure.ExtendProperties.ExtendRequestConfig
-
G
- get(String) - 类 中的方法com.xingyuv.justauth.AuthRequestFactory
-
返回AuthRequest对象
- get(String) - 类 中的方法com.xingyuv.justauth.support.cache.RedisStateCache
-
获取缓存内容
- getDefaultRequest(String) - 类 中的方法com.xingyuv.justauth.AuthRequestFactory
-
获取默认的 Request
- getExtendRequest(Class, String) - 类 中的方法com.xingyuv.justauth.AuthRequestFactory
-
获取自定义的 request
H
- hostname - 类 中的变量com.xingyuv.justauth.autoconfigure.JustAuthProperties.JustAuthProxyConfig
-
- httpConfig - 类 中的变量com.xingyuv.justauth.autoconfigure.JustAuthProperties
-
http 相关的配置,可设置请求超时时间和代理配置
J
- JustAuthAutoConfiguration - com.xingyuv.justauth.autoconfigure中的类
-
JustAuth 自动装配类
- JustAuthAutoConfiguration() - 类 的构造器com.xingyuv.justauth.autoconfigure.JustAuthAutoConfiguration
-
- JustAuthAutoConfiguration.AuthStateCacheAutoConfiguration - com.xingyuv.justauth.autoconfigure中的类
-
- JustAuthHttpConfig() - 类 的构造器com.xingyuv.justauth.autoconfigure.JustAuthProperties.JustAuthHttpConfig
-
- JustAuthProperties - com.xingyuv.justauth.autoconfigure中的类
-
JustAuth自动装配配置类
- JustAuthProperties() - 类 的构造器com.xingyuv.justauth.autoconfigure.JustAuthProperties
-
- JustAuthProperties.JustAuthHttpConfig - com.xingyuv.justauth.autoconfigure中的类
-
- JustAuthProperties.JustAuthProxyConfig - com.xingyuv.justauth.autoconfigure中的类
-
- JustAuthProxyConfig() - 类 的构造器com.xingyuv.justauth.autoconfigure.JustAuthProperties.JustAuthProxyConfig
-
- justAuthRedisCacheTemplate(RedisConnectionFactory) - 类 中的方法com.xingyuv.justauth.autoconfigure.JustAuthStateCacheConfiguration.Redis
-
- JustAuthStateCacheConfiguration - com.xingyuv.justauth.autoconfigure中的类
-
- JustAuthStateCacheConfiguration() - 类 的构造器com.xingyuv.justauth.autoconfigure.JustAuthStateCacheConfiguration
-
- JustAuthStateCacheConfiguration.Custom - com.xingyuv.justauth.autoconfigure中的类
-
默认缓存
- JustAuthStateCacheConfiguration.Default - com.xingyuv.justauth.autoconfigure中的类
-
默认缓存
- JustAuthStateCacheConfiguration.Redis - com.xingyuv.justauth.autoconfigure中的类
-
Redis 缓存
O
- oauthList() - 类 中的方法com.xingyuv.justauth.AuthRequestFactory
-
返回当前Oauth列表
P
- port - 类 中的变量com.xingyuv.justauth.autoconfigure.JustAuthProperties.JustAuthProxyConfig
-
- prefix - 类 中的变量com.xingyuv.justauth.autoconfigure.CacheProperties
-
缓存前缀,目前只对redis缓存生效,默认 JUSTAUTH::STATE::
- properties - 类 中的变量com.xingyuv.justauth.AuthRequestFactory
-
- proxy - 类 中的变量com.xingyuv.justauth.autoconfigure.JustAuthProperties.JustAuthHttpConfig
-
R
- Redis() - 类 的构造器com.xingyuv.justauth.autoconfigure.JustAuthStateCacheConfiguration.Redis
-
- RedisStateCache - com.xingyuv.justauth.support.cache中的类
-
Redis作为JustAuth的State的缓存
- RedisStateCache() - 类 的构造器com.xingyuv.justauth.support.cache.RedisStateCache
-
- redisTemplate - 类 中的变量com.xingyuv.justauth.support.cache.RedisStateCache
-
- requestClass - 类 中的变量com.xingyuv.justauth.autoconfigure.ExtendProperties.ExtendRequestConfig
-
请求对应全路径
S
- SocialAutoConfiguration - com.xingyuv.justauth.autoconfigure中的类
-
社交自动装配类
- SocialAutoConfiguration() - 类 的构造器com.xingyuv.justauth.autoconfigure.SocialAutoConfiguration
-
T
- timeout - 类 中的变量com.xingyuv.justauth.autoconfigure.CacheProperties
-
超时时长,目前只对redis缓存生效,默认3分钟
- timeout - 类 中的变量com.xingyuv.justauth.autoconfigure.JustAuthProperties.JustAuthHttpConfig
-
- type - 类 中的变量com.xingyuv.justauth.autoconfigure.CacheProperties
-
缓存类型
- type - 类 中的变量com.xingyuv.justauth.autoconfigure.JustAuthProperties.JustAuthProxyConfig
-
- type - 类 中的变量com.xingyuv.justauth.autoconfigure.JustAuthProperties
-
JustAuth 默认配置
V
- valueOf(String) - 枚举 中的静态方法com.xingyuv.justauth.autoconfigure.CacheProperties.CacheType
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.xingyuv.justauth.autoconfigure.CacheProperties.CacheType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
Y
- yudaoAuthRequestFactory(JustAuthProperties, AuthStateCache) - 类 中的方法com.xingyuv.justauth.autoconfigure.SocialAutoConfiguration
-
A C D E G H J O P R S T V Y
Copyright © 2023. All rights reserved.