Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W _ 

A

AbstractAuthorizationEvent - Class in org.hswebframework.web.authorization.events
抽象授权事件,保存事件常用的数据
AbstractAuthorizationEvent(String, String, Function<String, Object>) - Constructor for class org.hswebframework.web.authorization.events.AbstractAuthorizationEvent
所有参数不能为null
AbstractDataAccessConfig - Class in org.hswebframework.web.authorization.simple
 
AbstractDataAccessConfig() - Constructor for class org.hswebframework.web.authorization.simple.AbstractDataAccessConfig
 
AbstractReactiveCacheManager - Class in org.hswebframework.web.cache.supports
 
AbstractReactiveCacheManager() - Constructor for class org.hswebframework.web.cache.supports.AbstractReactiveCacheManager
 
acceptContext(Consumer<Context>) - Static method in class org.hswebframework.web.context.ContextUtils
 
access_token - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
AccessDenyException - Exception in org.hswebframework.web.authorization.exception
权限验证异常
AccessDenyException() - Constructor for exception org.hswebframework.web.authorization.exception.AccessDenyException
 
AccessDenyException(String) - Constructor for exception org.hswebframework.web.authorization.exception.AccessDenyException
 
AccessDenyException(String, Set<String>) - Constructor for exception org.hswebframework.web.authorization.exception.AccessDenyException
 
AccessDenyException(String, String) - Constructor for exception org.hswebframework.web.authorization.exception.AccessDenyException
 
AccessDenyException(String, Throwable) - Constructor for exception org.hswebframework.web.authorization.exception.AccessDenyException
 
AccessDenyException(String, String, Throwable) - Constructor for exception org.hswebframework.web.authorization.exception.AccessDenyException
 
AccessLogger - Annotation Type in org.hswebframework.web.logging
访问日志,在类或者方法上注解此类,将对方法进行访问日志记录
AccessLoggerAfterEvent - Class in org.hswebframework.web.logging.events
 
AccessLoggerAfterEvent() - Constructor for class org.hswebframework.web.logging.events.AccessLoggerAfterEvent
 
AccessLoggerBeforeEvent - Class in org.hswebframework.web.logging.events
 
AccessLoggerBeforeEvent() - Constructor for class org.hswebframework.web.logging.events.AccessLoggerBeforeEvent
 
AccessLoggerInfo - Class in org.hswebframework.web.logging
访问日志信息,此对象包含了被拦截的方法和类信息,如果要对此对象进行序列化,请自行转换为想要的格式.
AccessLoggerInfo() - Constructor for class org.hswebframework.web.logging.AccessLoggerInfo
 
AccessLoggerListener - Interface in org.hswebframework.web.logging
访问日志监听器,实现此接口并注入到spring容器即可获取访问日志信息
AccessLoggerParser - Interface in org.hswebframework.web.logging.aop
 
AccessToken - Class in org.hswebframework.web.oauth2.server
 
AccessToken() - Constructor for class org.hswebframework.web.oauth2.server.AccessToken
 
AccessTokenManager - Interface in org.hswebframework.web.oauth2.server
OAuth2 AccessToken管理器,用于创建,刷新token以及根据token获取权限信息
ACTION_ADD - Static variable in interface org.hswebframework.web.authorization.Permission
新增
ACTION_DELETE - Static variable in interface org.hswebframework.web.authorization.Permission
删除
ACTION_DISABLE - Static variable in interface org.hswebframework.web.authorization.Permission
禁用
ACTION_ENABLE - Static variable in interface org.hswebframework.web.authorization.Permission
启用
ACTION_EXPORT - Static variable in interface org.hswebframework.web.authorization.Permission
导出
ACTION_GET - Static variable in interface org.hswebframework.web.authorization.Permission
获取明细
ACTION_IMPORT - Static variable in interface org.hswebframework.web.authorization.Permission
导入
ACTION_QUERY - Static variable in interface org.hswebframework.web.authorization.Permission
查询
ACTION_SAVE - Static variable in interface org.hswebframework.web.authorization.Permission
保存
ACTION_UPDATE - Static variable in interface org.hswebframework.web.authorization.Permission
更新
ActionEntity - Class in org.hswebframework.web.system.authorization.api.entity
 
ActionEntity() - Constructor for class org.hswebframework.web.system.authorization.api.entity.ActionEntity
 
add(Flux<E>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveSaveController
 
add(Mono<E>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveSaveController
 
add(Flux<E>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
add(Mono<E>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
add(List<E>) - Method in interface org.hswebframework.web.crud.web.SaveController
 
add(E) - Method in interface org.hswebframework.web.crud.web.SaveController
 
add(List<E>) - Method in interface org.hswebframework.web.crud.web.ServiceSaveController
 
add(E) - Method in interface org.hswebframework.web.crud.web.ServiceSaveController
 
add(C) - Method in interface org.hswebframework.web.datasource.config.DynamicDataSourceConfigRepository
 
add(AtomikosDataSourceConfig) - Method in class org.hswebframework.web.datasource.jta.InMemoryAtomikosDataSourceRepository
 
addAction(String, String) - Method in class org.hswebframework.web.authorization.define.ResourceDefinition
 
addAction(ResourceActionDefinition) - Method in class org.hswebframework.web.authorization.define.ResourceDefinition
 
addBindProvider(DimensionUserBindProvider) - Method in class org.hswebframework.web.authorization.simple.DefaultDimensionManager
 
addConstructor(String) - Method in class org.hswebframework.web.proxy.Proxy
 
addConvert(DataAccessConfigConverter) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilderFactory
 
addCopier(PropertyCopier<S, T>) - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
addCopier(Class<S>, Class<T>, PropertyCopier<S, T>) - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
addDefine(DictDefine) - Method in class org.hswebframework.web.dict.defaults.DefaultDictDefineRepository
 
addDefine(DictDefine) - Method in interface org.hswebframework.web.dict.DictDefineRepository
 
addDimension(DimensionDefinition) - Method in class org.hswebframework.web.authorization.define.DimensionsDefinition
 
addDimension(DimensionDefinition) - Method in class org.hswebframework.web.authorization.define.MergedAuthorizeDefinition
 
addField(String) - Method in class org.hswebframework.web.proxy.Proxy
 
addField(String, Class<? extends Annotation>) - Method in class org.hswebframework.web.proxy.Proxy
 
addField(String, Class<? extends Annotation>, Map<String, Object>) - Method in class org.hswebframework.web.proxy.Proxy
 
addHandler(DataAccessHandler) - Method in class org.hswebframework.web.authorization.basic.handler.access.DefaultDataAccessController
 
addListener(EventListener) - Method in class org.hswebframework.web.crud.events.CompositeEventListener
 
addMapping(Class<T>, MapperEntityFactory.Mapper<? extends T>) - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
addMessageSource(MessageSource) - Method in class org.hswebframework.web.starter.i18n.CompositeMessageSource
 
addMessageSources(Collection<MessageSource>) - Method in class org.hswebframework.web.starter.i18n.CompositeMessageSource
 
addMethod(String) - Method in class org.hswebframework.web.proxy.Proxy
 
addParser(EntityTableMetadataParser) - Method in class org.hswebframework.web.crud.configuration.CompositeEntityTableMetadataResolver
 
addProvider(DimensionProvider) - Method in class org.hswebframework.web.authorization.simple.DefaultDimensionManager
 
addResource(ResourceDefinition) - Method in class org.hswebframework.web.authorization.define.MergedAuthorizeDefinition
 
addResource(ResourceDefinition, boolean) - Method in class org.hswebframework.web.authorization.define.ResourcesDefinition
 
addScriptContext(String, Object) - Method in class org.hswebframework.web.starter.initialize.SystemInitialize
 
addSupplier(AuthenticationSupplier) - Static method in class org.hswebframework.web.authorization.AuthenticationHolder
addSupplier(ReactiveAuthenticationSupplier) - Static method in class org.hswebframework.web.authorization.ReactiveAuthenticationHolder
afterPropertiesSet() - Method in class org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationProperties
 
afterPropertiesSet() - Method in class org.hswebframework.web.crud.configuration.AutoDDLProcessor
 
all - Static variable in enum org.hswebframework.web.crud.events.EntityEventPhase
 
ALL - Static variable in class org.hswebframework.web.starter.CorsProperties.CorsConfiguration
Wildcard representing all origins, methods, or headers.
all() - Static method in class org.hswebframework.web.system.authorization.api.event.ClearUserAuthorizationCacheEvent
 
allLoggedUser() - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
allLoggedUser() - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
allLoggedUser() - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
allLoggedUser() - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
 
AllopatricLoginMode - Enum in org.hswebframework.web.authorization.token
异地登录模式
alwaysNoMatchStrategyMatcher() - Method in class org.hswebframework.web.datasource.AopDataSourceSwitcherAutoConfiguration
 
analytical(String, String) - Static method in class org.hswebframework.web.utils.ExpressionUtils
使用默认的变量解析表达式
analytical(String, Map<String, Object>, String) - Static method in class org.hswebframework.web.utils.ExpressionUtils
解析表达式,表达式使用ExpressionUtils.PATTERN进行提取
如调用 analytical("http://${3+2}/test",var,"spel")
支持的表达式语言: freemarker spel ognl groovy js
and(String) - Method in interface org.hswebframework.web.authorization.AuthenticationPredicate
 
and(Predicate<? super Authentication>) - Method in interface org.hswebframework.web.authorization.AuthenticationPredicate
 
and(Predicate<? super DataAccessConfig>) - Method in interface org.hswebframework.web.authorization.Permission.DataAccessPredicate
 
annotationDataSourceSwitchStrategyMatcher() - Method in class org.hswebframework.web.datasource.AopDataSourceSwitcherAutoConfiguration
 
AnnotationDataSourceSwitchStrategyMatcher - Class in org.hswebframework.web.datasource.strategy
 
AnnotationDataSourceSwitchStrategyMatcher() - Constructor for class org.hswebframework.web.datasource.strategy.AnnotationDataSourceSwitchStrategyMatcher
 
AnnotationUtils - Class in org.hswebframework.web.utils
 
anyProviderPresent() - Method in class org.hswebframework.web.cache.configuration.ReactiveCacheProperties
 
AopAccessLoggerSupport - Class in org.hswebframework.web.logging.aop
使用AOP记录访问日志,并触发AccessLoggerListener.onLogger(AccessLoggerInfo)
AopAccessLoggerSupport() - Constructor for class org.hswebframework.web.logging.aop.AopAccessLoggerSupport
 
aopAccessLoggerSupport() - Method in class org.hswebframework.web.logging.aop.AopAccessLoggerSupportAutoConfiguration
 
AopAccessLoggerSupportAutoConfiguration - Class in org.hswebframework.web.logging.aop
AOP 访问日志记录自动配置
AopAccessLoggerSupportAutoConfiguration() - Constructor for class org.hswebframework.web.logging.aop.AopAccessLoggerSupportAutoConfiguration
 
AopAuthorizeAutoConfiguration - Class in org.hswebframework.web.authorization.basic.configuration
 
AopAuthorizeAutoConfiguration() - Constructor for class org.hswebframework.web.authorization.basic.configuration.AopAuthorizeAutoConfiguration
 
AopAuthorizeDefinition - Interface in org.hswebframework.web.authorization.define
 
AopAuthorizeDefinitionParser - Class in org.hswebframework.web.authorization.basic.define
 
AopAuthorizingController - Class in org.hswebframework.web.authorization.basic.aop
 
AopAuthorizingController(AuthorizingHandler, AopMethodAuthorizeDefinitionParser) - Constructor for class org.hswebframework.web.authorization.basic.aop.AopAuthorizingController
 
aopAuthorizingController(AuthorizingHandler, AopMethodAuthorizeDefinitionParser) - Method in class org.hswebframework.web.authorization.basic.configuration.AopAuthorizeAutoConfiguration
 
AopDataSourceSwitcherAutoConfiguration - Class in org.hswebframework.web.datasource
通过aop方式进行对注解方式切换数据源提供支持
AopDataSourceSwitcherAutoConfiguration() - Constructor for class org.hswebframework.web.datasource.AopDataSourceSwitcherAutoConfiguration
 
AopDataSourceSwitcherAutoConfiguration.SwitcherMethodMatcherPointcutAdvisor - Class in org.hswebframework.web.datasource
 
AopMethodAuthorizeDefinitionCustomizerParser - Interface in org.hswebframework.web.authorization.basic.aop
自定义权限控制定义,在拦截到方法后,优先使用此接口来获取权限控制方式
AopMethodAuthorizeDefinitionParser - Interface in org.hswebframework.web.authorization.basic.aop
权限控制定义解析器,用于解析被拦截的请求是否需要进行权限控制,以及权限控制的方式
apply(CorsRegistration) - Method in class org.hswebframework.web.starter.CorsProperties.CorsConfiguration
 
applyAuthentication(E, Authentication) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveSaveController
 
applyAuthentication(E, Authentication) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
applyAuthentication(E, Authentication) - Method in interface org.hswebframework.web.crud.web.SaveController
 
applyAuthentication(E, Authentication) - Method in interface org.hswebframework.web.crud.web.ServiceSaveController
 
applyAuthentication(AuthorizationSettingEntity, Authentication) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxAuthorizationSettingController
 
applyCreationEntity(Authentication, E) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveSaveController
 
applyCreationEntity(Authentication, E) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
applyCreationEntity(Authentication, E) - Method in interface org.hswebframework.web.crud.web.SaveController
 
applyCreationEntity(Authentication, E) - Method in interface org.hswebframework.web.crud.web.ServiceSaveController
 
applyModifierEntity(Authentication, E) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveSaveController
 
applyModifierEntity(Authentication, E) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
applyModifierEntity(Authentication, E) - Method in interface org.hswebframework.web.crud.web.SaveController
 
applyModifierEntity(Authentication, E) - Method in interface org.hswebframework.web.crud.web.ServiceSaveController
 
applyQueryParam(DimensionDataAccessConfig, DataAccessHandlerContext, Param) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
applyQueryParam(DimensionDataAccessConfig, DataAccessHandlerContext, Object...) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
applyQueryParam(FieldFilterDataAccessConfig, Object) - Method in class org.hswebframework.web.authorization.basic.handler.access.FieldFilterDataAccessHandler
 
applyReactiveQueryParam(DimensionDataAccessConfig, DataAccessHandlerContext, Object...) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
applyReactiveUpdatePayload(DimensionDataAccessConfig, DimensionDataAccessHandler.MappingInfo, Collection<?>, DataAccessHandlerContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
applyTreeProperty(E) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
applyTreeProperty(E) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
applyUpdateParam(FieldFilterDataAccessConfig, Object...) - Method in class org.hswebframework.web.authorization.basic.handler.access.FieldFilterDataAccessHandler
 
applyUpdatePayload(DimensionDataAccessConfig, DimensionDataAccessHandler.MappingInfo, Collection<?>, DataAccessHandlerContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
AppProperties - Class in org.hswebframework.web.starter.initialize
 
AppProperties() - Constructor for class org.hswebframework.web.starter.initialize.AppProperties
 
artifactId - Variable in class org.hswebframework.web.starter.initialize.Dependency
 
as(Class<T>) - Method in class org.hswebframework.web.authorization.setting.SettingNullValueHolder
 
as(Class<T>) - Method in interface org.hswebframework.web.authorization.setting.SettingValueHolder
 
as(Class<T>) - Method in class org.hswebframework.web.authorization.setting.StringSourceSettingHolder
 
asDouble() - Method in class org.hswebframework.web.authorization.setting.SettingNullValueHolder
 
asDouble() - Method in interface org.hswebframework.web.authorization.setting.SettingValueHolder
 
asDouble() - Method in class org.hswebframework.web.authorization.setting.StringSourceSettingHolder
 
asInt() - Method in class org.hswebframework.web.authorization.setting.SettingNullValueHolder
 
asInt() - Method in interface org.hswebframework.web.authorization.setting.SettingValueHolder
 
asInt() - Method in class org.hswebframework.web.authorization.setting.StringSourceSettingHolder
 
asList(Class<T>) - Method in class org.hswebframework.web.authorization.setting.SettingNullValueHolder
 
asList(Class<T>) - Method in interface org.hswebframework.web.authorization.setting.SettingValueHolder
 
asList(Class<T>) - Method in class org.hswebframework.web.authorization.setting.StringSourceSettingHolder
 
asLong() - Method in class org.hswebframework.web.authorization.setting.SettingNullValueHolder
 
asLong() - Method in interface org.hswebframework.web.authorization.setting.SettingValueHolder
 
asLong() - Method in class org.hswebframework.web.authorization.setting.StringSourceSettingHolder
 
assertHas(Authentication) - Method in interface org.hswebframework.web.authorization.AuthenticationPredicate
 
asString() - Method in class org.hswebframework.web.authorization.setting.SettingNullValueHolder
 
asString() - Method in interface org.hswebframework.web.authorization.setting.SettingValueHolder
 
asString() - Method in class org.hswebframework.web.authorization.setting.StringSourceSettingHolder
 
async(Publisher<?>) - Method in interface org.hswebframework.web.event.AsyncEvent
注册一个异步任务
async(Publisher<?>) - Method in class org.hswebframework.web.event.DefaultAsyncEvent
 
AsyncEvent - Interface in org.hswebframework.web.event
异步事件,使用响应式编程进行事件监听时,请使用此事件接口
AtomikosDataSourceAutoConfiguration - Class in org.hswebframework.web.datasource.jta
 
AtomikosDataSourceAutoConfiguration() - Constructor for class org.hswebframework.web.datasource.jta.AtomikosDataSourceAutoConfiguration
 
AtomikosDataSourceConfig - Class in org.hswebframework.web.datasource.jta
 
AtomikosDataSourceConfig() - Constructor for class org.hswebframework.web.datasource.jta.AtomikosDataSourceConfig
 
attributes(String) - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilder
 
attributes(Map<String, Serializable>) - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilder
 
attributes(String) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
attributes(Map<String, Serializable>) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
authenticate(AuthenticationRequest) - Method in interface org.hswebframework.web.authorization.AuthenticationManager
进行授权操作
authenticate(AuthenticationRequest) - Method in class org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationManager
 
authenticate(AuthenticationRequest) - Method in class org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationProperties
 
authenticate(Mono<AuthenticationRequest>) - Method in class org.hswebframework.web.authorization.basic.embed.EmbedReactiveAuthenticationManager
 
authenticate(Mono<AuthenticationRequest>) - Method in interface org.hswebframework.web.authorization.ReactiveAuthenticationManager
进行授权操作
authenticate(Mono<AuthenticationRequest>) - Method in interface org.hswebframework.web.authorization.ReactiveAuthenticationManagerProvider
进行授权操作
authenticate(Mono<AuthenticationRequest>) - Method in class org.hswebframework.web.authorization.simple.CompositeReactiveAuthenticationManager
 
authenticate(Mono<AuthenticationRequest>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationManager
 
Authentication - Interface in org.hswebframework.web.authorization
用户授权信息,当前登录用户的权限信息,包括用户的基本信息,角色,权限集合等常用信息
获取方式: springmvc 入参方式: ResponseMessage myTest(Authorization auth){} 静态方法方式:AuthorizationHolder.get(); 响应式方式: return Authentication.currentReactive().map(auth->....)
AuthenticationBuilder - Interface in org.hswebframework.web.authorization.builder
 
AuthenticationBuilderFactory - Interface in org.hswebframework.web.authorization.builder
权限构造器工厂
authenticationBuilderFactory(DataAccessConfigBuilderFactory) - Method in class org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration
 
authenticationCustomMessageConverter(AuthenticationBuilderFactory) - Method in class org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration
 
AuthenticationException - Exception in org.hswebframework.web.authorization.exception
 
AuthenticationException(String) - Constructor for exception org.hswebframework.web.authorization.exception.AuthenticationException
 
AuthenticationException(String, String) - Constructor for exception org.hswebframework.web.authorization.exception.AuthenticationException
 
AuthenticationException(String, String, Throwable) - Constructor for exception org.hswebframework.web.authorization.exception.AuthenticationException
 
AuthenticationHolder - Class in org.hswebframework.web.authorization
权限获取器,用于静态方式获取当前登录用户的权限信息.
AuthenticationHolder() - Constructor for class org.hswebframework.web.authorization.AuthenticationHolder
 
AuthenticationManager - Interface in org.hswebframework.web.authorization
授权信息管理器,用于获取用户授权和同步授权信息
AuthenticationPredicate - Interface in org.hswebframework.web.authorization
 
AuthenticationRequest - Interface in org.hswebframework.web.authorization
 
AuthenticationSupplier - Interface in org.hswebframework.web.authorization
 
AuthenticationUserToken - Interface in org.hswebframework.web.authorization.token
包含认证信息的token
AuthenticationUtils - Class in org.hswebframework.web.authorization
 
AuthenticationUtils() - Constructor for class org.hswebframework.web.authorization.AuthenticationUtils
 
author - Variable in class org.hswebframework.web.starter.initialize.Dependency
 
authorization - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
authorization_code - Static variable in interface org.hswebframework.web.oauth2.GrantType
 
AuthorizationBeforeEvent - Class in org.hswebframework.web.authorization.events
授权前事件
AuthorizationBeforeEvent(String, String, Function<String, Object>) - Constructor for class org.hswebframework.web.authorization.events.AuthorizationBeforeEvent
 
authorizationCode() - Method in class org.hswebframework.web.oauth2.server.impl.CompositeOAuth2GrantService
 
authorizationCode() - Method in interface org.hswebframework.web.oauth2.server.OAuth2GrantService
 
AuthorizationCodeCache - Class in org.hswebframework.web.oauth2.server.code
 
AuthorizationCodeCache() - Constructor for class org.hswebframework.web.oauth2.server.code.AuthorizationCodeCache
 
AuthorizationCodeGranter - Interface in org.hswebframework.web.oauth2.server.code
授权码模式认证
AuthorizationCodeRequest - Class in org.hswebframework.web.oauth2.server.code
 
AuthorizationCodeRequest(OAuth2Client, Authentication, Map<String, String>) - Constructor for class org.hswebframework.web.oauth2.server.code.AuthorizationCodeRequest
 
AuthorizationCodeResponse - Class in org.hswebframework.web.oauth2.server.code
 
AuthorizationCodeResponse(String) - Constructor for class org.hswebframework.web.oauth2.server.code.AuthorizationCodeResponse
 
AuthorizationCodeTokenRequest - Class in org.hswebframework.web.oauth2.server.code
 
AuthorizationCodeTokenRequest(OAuth2Client, Map<String, String>) - Constructor for class org.hswebframework.web.oauth2.server.code.AuthorizationCodeTokenRequest
 
authorizationController() - Method in class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration
 
AuthorizationController - Class in org.hswebframework.web.authorization.basic.web
 
AuthorizationController() - Constructor for class org.hswebframework.web.authorization.basic.web.AuthorizationController
 
AuthorizationDecodeEvent - Class in org.hswebframework.web.authorization.events
在进行授权时的最开始,触发此事件进行用户名密码解码,解码后请调用AuthorizationDecodeEvent.setUsername(String) AuthorizationDecodeEvent.setPassword(String)重新设置用户名密码
AuthorizationDecodeEvent(String, String, Function<String, Object>) - Constructor for class org.hswebframework.web.authorization.events.AuthorizationDecodeEvent
 
AuthorizationEvent - Interface in org.hswebframework.web.authorization.events
授权事件
AuthorizationExitEvent - Class in org.hswebframework.web.authorization.events
退出登录事件
AuthorizationExitEvent(Authentication) - Constructor for class org.hswebframework.web.authorization.events.AuthorizationExitEvent
 
AuthorizationFailedEvent - Class in org.hswebframework.web.authorization.events
授权失败时触发
AuthorizationFailedEvent(String, String, Function<String, Object>) - Constructor for class org.hswebframework.web.authorization.events.AuthorizationFailedEvent
 
AuthorizationInitializeEvent - Class in org.hswebframework.web.authorization.events
 
AuthorizationInitializeEvent() - Constructor for class org.hswebframework.web.authorization.events.AuthorizationInitializeEvent
 
AuthorizationServiceAutoConfiguration - Class in org.hswebframework.web.system.authorization.defaults.configuration
 
AuthorizationServiceAutoConfiguration() - Constructor for class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationServiceAutoConfiguration
 
AuthorizationSettingEntity - Class in org.hswebframework.web.system.authorization.api.entity
 
AuthorizationSettingEntity() - Constructor for class org.hswebframework.web.system.authorization.api.entity.AuthorizationSettingEntity
 
AuthorizationSuccessEvent - Class in org.hswebframework.web.authorization.events
授权成功事件,当授权成功时,触发此事件,并传入授权的信息
AuthorizationSuccessEvent(Authentication, Function<String, Object>) - Constructor for class org.hswebframework.web.authorization.events.AuthorizationSuccessEvent
 
AuthorizationWebAutoConfiguration - Class in org.hswebframework.web.system.authorization.defaults.configuration
 
AuthorizationWebAutoConfiguration() - Constructor for class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationWebAutoConfiguration
 
AuthorizationWebAutoConfiguration.WebFluxAuthorizationConfiguration - Class in org.hswebframework.web.system.authorization.defaults.configuration
 
Authorize - Annotation Type in org.hswebframework.web.authorization.annotation
基础权限控制注解,提供基本的控制配置
authorizeByCode(ServerWebExchange) - Method in class org.hswebframework.web.oauth2.server.web.OAuth2AuthorizeController
 
authorizeByJson(Mono<Map<String, Object>>) - Method in class org.hswebframework.web.authorization.basic.web.AuthorizationController
 
AuthorizeDefinition - Interface in org.hswebframework.web.authorization.define
权限控制定义,定义权限控制的方式
AuthorizeDefinitionInitializedEvent - Class in org.hswebframework.web.authorization.define
 
AuthorizeDefinitionInitializedEvent(List<AuthorizeDefinition>) - Constructor for class org.hswebframework.web.authorization.define.AuthorizeDefinitionInitializedEvent
 
AuthorizedToken - Interface in org.hswebframework.web.authorization.basic.web
已完成认证的令牌,如果返回此令牌,将直接使用AuthorizedToken.getUserId()来绑定用户信息
AuthorizingContext - Class in org.hswebframework.web.authorization.define
权限控制上下文
AuthorizingContext() - Constructor for class org.hswebframework.web.authorization.define.AuthorizingContext
 
AuthorizingHandleBeforeEvent - Class in org.hswebframework.web.authorization.events
 
AuthorizingHandleBeforeEvent(AuthorizingContext, HandleType) - Constructor for class org.hswebframework.web.authorization.events.AuthorizingHandleBeforeEvent
 
authorizingHandler(DataAccessController) - Method in class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration
 
AuthorizingHandler - Interface in org.hswebframework.web.authorization.basic.handler
aop方式权限控制处理器
AuthorizingHandlerAutoConfiguration - Class in org.hswebframework.web.authorization.basic.configuration
权限控制自动配置类
AuthorizingHandlerAutoConfiguration() - Constructor for class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration
 
AuthorizingHandlerAutoConfiguration.BasicAuthorizationConfiguration - Class in org.hswebframework.web.authorization.basic.configuration
 
AuthorizingHandlerAutoConfiguration.DataAccessHandlerProcessor - Class in org.hswebframework.web.authorization.basic.configuration
 
AutoDDLProcessor - Class in org.hswebframework.web.crud.configuration
 
AutoDDLProcessor() - Constructor for class org.hswebframework.web.crud.configuration.AutoDDLProcessor
 
autoRegisterFeature(RDBDatabaseMetadata) - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
autoResolveI18nMessageSource() - Method in class org.hswebframework.web.starter.i18n.I18nConfiguration
 

B

BasicAuthorizationConfiguration() - Constructor for class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration.BasicAuthorizationConfiguration
 
basicAuthorizationTokenParser(AuthenticationManager, UserTokenManager) - Method in class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration.BasicAuthorizationConfiguration
 
BasicAuthorizationTokenParser - Class in org.hswebframework.web.authorization.basic.configuration
 
BasicAuthorizationTokenParser(AuthenticationManager, UserTokenManager) - Constructor for class org.hswebframework.web.authorization.basic.configuration.BasicAuthorizationTokenParser
 
BeanFactory - Interface in org.hswebframework.web.bean
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.hswebframework.web.crud.web.ResponseMessageWrapperAdvice
 
bind(Statement, int, Object) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
bindNull(Statement, int, Class) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
bool(String) - Static method in class org.hswebframework.web.context.ContextKey
 
build() - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilder
 
build() - Method in interface org.hswebframework.web.authorization.builder.DataAccessConfigBuilder
 
build() - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
build() - Method in class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilder
 
build() - Method in class org.hswebframework.web.starter.initialize.AppProperties
 
buildCacheKey(Class<?>, Method) - Method in class org.hswebframework.web.authorization.basic.aop.DefaultAopMethodAuthorizeDefinitionParser
 
BusinessException - Exception in org.hswebframework.web.exception
业务异常
BusinessException(String) - Constructor for exception org.hswebframework.web.exception.BusinessException
 
BusinessException(String, int, Object...) - Constructor for exception org.hswebframework.web.exception.BusinessException
 
BusinessException(String, String) - Constructor for exception org.hswebframework.web.exception.BusinessException
 
BusinessException(String, String, int, Object...) - Constructor for exception org.hswebframework.web.exception.BusinessException
 
BusinessException(String, Throwable) - Constructor for exception org.hswebframework.web.exception.BusinessException
 
BusinessException(String, Throwable, int) - Constructor for exception org.hswebframework.web.exception.BusinessException
 

C

cache - Static variable in class org.hswebframework.web.bean.ToString
 
cache - Variable in class org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService
 
CachedDataSourceSwitchStrategyMatcher - Class in org.hswebframework.web.datasource.strategy
 
CachedDataSourceSwitchStrategyMatcher() - Constructor for class org.hswebframework.web.datasource.strategy.CachedDataSourceSwitchStrategyMatcher
 
CachedDataSourceSwitchStrategyMatcher.CacheKey - Class in org.hswebframework.web.datasource.strategy
 
CachedTableSwitchStrategyMatcher - Class in org.hswebframework.web.datasource.strategy
 
CachedTableSwitchStrategyMatcher() - Constructor for class org.hswebframework.web.datasource.strategy.CachedTableSwitchStrategyMatcher
 
CachedTableSwitchStrategyMatcher.CacheKey - Class in org.hswebframework.web.datasource.strategy
 
CacheKey() - Constructor for class org.hswebframework.web.bean.FastBeanCopier.CacheKey
 
CacheKey() - Constructor for class org.hswebframework.web.datasource.strategy.CachedDataSourceSwitchStrategyMatcher.CacheKey
 
CacheKey() - Constructor for class org.hswebframework.web.datasource.strategy.CachedTableSwitchStrategyMatcher.CacheKey
 
CaffeineProperties() - Constructor for class org.hswebframework.web.cache.configuration.ReactiveCacheProperties.CaffeineProperties
 
CaffeineReactiveCache<E> - Class in org.hswebframework.web.cache.supports
 
CaffeineReactiveCache() - Constructor for class org.hswebframework.web.cache.supports.CaffeineReactiveCache
 
CaffeineReactiveCacheManager - Class in org.hswebframework.web.cache.supports
 
CaffeineReactiveCacheManager() - Constructor for class org.hswebframework.web.cache.supports.CaffeineReactiveCacheManager
 
CallBack - Interface in org.hswebframework.web.starter.initialize
 
canDecode(ResolvableType, MimeType) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
canEncode(ResolvableType, MimeType) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
changePassword(String, String, String) - Method in interface org.hswebframework.web.system.authorization.api.service.reactive.ReactiveUserService
修改用户密码
changePassword(String, String, String) - Method in interface org.hswebframework.web.system.authorization.api.service.UserService
 
changePassword(String, String, String) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
changePassword(WebFluxUserController.ChangePasswordRequest) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxUserController
 
ChangePasswordRequest() - Constructor for class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxUserController.ChangePasswordRequest
 
changePermissionState(Byte, List<String>) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxPermissionController
 
changeState(Publisher<String>, byte) - Method in interface org.hswebframework.web.system.authorization.api.service.reactive.ReactiveUserService
修改用户状态
changeState(String, byte) - Method in interface org.hswebframework.web.system.authorization.api.service.UserService
 
changeState(Publisher<String>, byte) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
changeState(String, Byte) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxUserController
 
changeTokenState(String, TokenState) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
changeTokenState(UserToken, TokenState) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
changeTokenState(String, TokenState) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
changeTokenState(String, TokenState) - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
changeTokenState(String, TokenState) - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
修改token的状态
changeUserState(String, TokenState) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
changeUserState(String, TokenState) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
changeUserState(String, TokenState) - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
changeUserState(String, TokenState) - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
修改userId的状态
checkCyclicDependency(K, E) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
checkCyclicDependency(K, E) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
checkDynamicDataSourceReady() - Static method in class org.hswebframework.web.datasource.DataSourceHolder
 
checkExpired() - Method in interface org.hswebframework.web.authorization.token.UserToken
检查会话是否过期
checkExpiredToken() - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
checkExpiredToken() - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
checkExpiredToken() - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
checkExpiredToken() - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
检查已过期的token,并将其remove
checkSupported(DimensionDataAccessConfig, DataAccessHandlerContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
ClassDictDefine - Interface in org.hswebframework.web.dict
 
clean() - Method in interface org.hswebframework.web.context.Context
 
clear() - Method in interface org.hswebframework.web.cache.ReactiveCache
 
clear() - Method in class org.hswebframework.web.cache.supports.CaffeineReactiveCache
 
clear() - Method in class org.hswebframework.web.cache.supports.GuavaReactiveCache
 
clear() - Method in class org.hswebframework.web.cache.supports.RedisReactiveCache
 
clear() - Method in class org.hswebframework.web.cache.supports.UnSupportedReactiveCache
 
ClearDictionaryCacheEvent - Class in org.hswebframework.web.dictionary.event
 
ClearDictionaryCacheEvent() - Constructor for class org.hswebframework.web.dictionary.event.ClearDictionaryCacheEvent
 
clearUserAuthCache(List<AuthorizationSettingEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultAuthorizationSettingService
 
ClearUserAuthorizationCacheEvent - Class in org.hswebframework.web.system.authorization.api.event
 
ClearUserAuthorizationCacheEvent() - Constructor for class org.hswebframework.web.system.authorization.api.event.ClearUserAuthorizationCacheEvent
 
client_credentials - Static variable in interface org.hswebframework.web.oauth2.GrantType
 
client_id - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
client_secret - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
clientCredential() - Method in class org.hswebframework.web.oauth2.server.impl.CompositeOAuth2GrantService
 
clientCredential() - Method in interface org.hswebframework.web.oauth2.server.OAuth2GrantService
 
ClientCredentialGranter - Interface in org.hswebframework.web.oauth2.server.credential
 
ClientCredentialRequest - Class in org.hswebframework.web.oauth2.server.credential
 
ClientCredentialRequest(OAuth2Client, Map<String, String>) - Constructor for class org.hswebframework.web.oauth2.server.credential.ClientCredentialRequest
 
clone() - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
code() - Method in enum org.hswebframework.web.oauth2.ErrorType
 
code - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
code - Static variable in interface org.hswebframework.web.oauth2.ResponseType
 
code() - Method in class org.hswebframework.web.oauth2.server.code.AuthorizationCodeTokenRequest
 
CodeConstants - Interface in org.hswebframework.web
 
CodeConstants.Error - Interface in org.hswebframework.web
 
CollectionUtils - Class in org.hswebframework.web.utils
 
CollectionUtils() - Constructor for class org.hswebframework.web.utils.CollectionUtils
 
comment - Static variable in interface org.hswebframework.web.starter.initialize.SystemVersion.Property
 
comment - Variable in class org.hswebframework.web.starter.initialize.Version
 
CommonErrorControllerAdvice - Class in org.hswebframework.web.crud.web
 
CommonErrorControllerAdvice() - Constructor for class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
commonErrorControllerAdvice() - Method in class org.hswebframework.web.crud.web.CommonWebFluxConfiguration
 
commonErrorControllerAdvice() - Method in class org.hswebframework.web.crud.web.CommonWebMvcConfiguration
 
CommonWebFluxConfiguration - Class in org.hswebframework.web.crud.web
 
CommonWebFluxConfiguration() - Constructor for class org.hswebframework.web.crud.web.CommonWebFluxConfiguration
 
CommonWebMvcConfiguration - Class in org.hswebframework.web.crud.web
 
CommonWebMvcConfiguration() - Constructor for class org.hswebframework.web.crud.web.CommonWebMvcConfiguration
 
CommonWebMvcErrorControllerAdvice - Class in org.hswebframework.web.crud.web
 
CommonWebMvcErrorControllerAdvice() - Constructor for class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
compare(Object, Object) - Static method in class org.hswebframework.web.bean.CompareUtils
 
compare(Map<?, ?>, Object) - Static method in class org.hswebframework.web.bean.CompareUtils
 
compare(Collection, Object) - Static method in class org.hswebframework.web.bean.CompareUtils
 
compare(Object[], Object) - Static method in class org.hswebframework.web.bean.CompareUtils
 
compare(Number, Object) - Static method in class org.hswebframework.web.bean.CompareUtils
 
compare(Enum, Object) - Static method in class org.hswebframework.web.bean.CompareUtils
 
compare(String, Object) - Static method in class org.hswebframework.web.bean.CompareUtils
 
compare(Boolean, Object) - Static method in class org.hswebframework.web.bean.CompareUtils
 
compare(Date, Object) - Static method in class org.hswebframework.web.bean.CompareUtils
 
compareTo(SortSupportEntity) - Method in interface org.hswebframework.web.api.crud.entity.SortSupportEntity
 
compareTo(UserToken) - Method in interface org.hswebframework.web.authorization.token.UserToken
 
compareTo(Version) - Method in class org.hswebframework.web.starter.initialize.Version
 
CompareUtils - Class in org.hswebframework.web.bean
 
CompareUtils() - Constructor for class org.hswebframework.web.bean.CompareUtils
 
CompositeDictDefineRepository - Class in org.hswebframework.web.dictionary.service
 
CompositeDictDefineRepository() - Constructor for class org.hswebframework.web.dictionary.service.CompositeDictDefineRepository
 
CompositeEntityTableMetadataResolver - Class in org.hswebframework.web.crud.configuration
 
CompositeEntityTableMetadataResolver() - Constructor for class org.hswebframework.web.crud.configuration.CompositeEntityTableMetadataResolver
 
CompositeEventListener - Class in org.hswebframework.web.crud.events
 
CompositeEventListener() - Constructor for class org.hswebframework.web.crud.events.CompositeEventListener
 
CompositeMessageSource - Class in org.hswebframework.web.starter.i18n
 
CompositeMessageSource() - Constructor for class org.hswebframework.web.starter.i18n.CompositeMessageSource
 
compositeMessageSource(ObjectProvider<MessageSource>) - Method in class org.hswebframework.web.starter.i18n.I18nConfiguration
 
CompositeOAuth2GrantService - Class in org.hswebframework.web.oauth2.server.impl
 
CompositeOAuth2GrantService() - Constructor for class org.hswebframework.web.oauth2.server.impl.CompositeOAuth2GrantService
 
CompositeReactiveAuthenticationManager - Class in org.hswebframework.web.authorization.simple
 
CompositeReactiveAuthenticationManager() - Constructor for class org.hswebframework.web.authorization.simple.CompositeReactiveAuthenticationManager
 
Context - Interface in org.hswebframework.web.context
 
ContextKey<T> - Class in org.hswebframework.web.context
 
ContextKey() - Constructor for class org.hswebframework.web.context.ContextKey
 
ContextLocaleResolver - Class in org.hswebframework.web.i18n
 
ContextLocaleResolver() - Constructor for class org.hswebframework.web.i18n.ContextLocaleResolver
 
ContextUtils - Class in org.hswebframework.web.context
 
ContextUtils() - Constructor for class org.hswebframework.web.context.ContextUtils
 
convert(String, Class<T>) - Method in class org.hswebframework.web.authorization.setting.StringSourceSettingHolder
 
convert(String, String, String) - Method in interface org.hswebframework.web.authorization.simple.builder.DataAccessConfigConverter
 
convert(Object, Class<T>, Class[]) - Method in interface org.hswebframework.web.bean.Converter
 
convert(Object, Class<T>, Class[]) - Method in class org.hswebframework.web.bean.FastBeanCopier.DefaultConverter
 
convert(Class, byte[]) - Method in interface org.hswebframework.web.convert.CustomMessageConverter
 
convert(Map<String, PermissionEntity>, ResourceDefinition) - Method in class org.hswebframework.web.system.authorization.defaults.service.PermissionSynchronization
 
convert() - Method in class org.hswebframework.web.utils.HttpParameterConverter
 
Converter - Interface in org.hswebframework.web.bean
 
convertMap(Map<String, Object>, long, Set<String>) - Method in class org.hswebframework.web.bean.DefaultToStringOperator
 
convertRealResult(Object) - Static method in class org.hswebframework.web.authorization.basic.handler.access.InvokeResultUtils
 
convertRequest(SqlRequest) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
Copier - Interface in org.hswebframework.web.bean
 
copy(BiPredicate<Permission, String>, Predicate<Dimension>) - Method in interface org.hswebframework.web.authorization.Authentication
copy为新的权限信息
copy() - Method in class org.hswebframework.web.authorization.define.DataAccessTypeDefinition
 
copy() - Method in class org.hswebframework.web.authorization.define.DimensionDefinition
 
copy() - Method in class org.hswebframework.web.authorization.define.ResourceActionDefinition
 
copy() - Method in class org.hswebframework.web.authorization.define.ResourceDefinition
 
copy() - Method in interface org.hswebframework.web.authorization.Permission
 
copy(Predicate<String>, Predicate<DataAccessConfig>) - Method in interface org.hswebframework.web.authorization.Permission
 
copy(BiPredicate<Permission, String>, Predicate<Dimension>) - Method in class org.hswebframework.web.authorization.simple.SimpleAuthentication
 
copy(Predicate<String>, Predicate<DataAccessConfig>) - Method in class org.hswebframework.web.authorization.simple.SimplePermission
 
copy() - Method in class org.hswebframework.web.authorization.simple.SimplePermission
 
copy() - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
copy(Object, Object, Set<String>, Converter) - Method in interface org.hswebframework.web.bean.Copier
 
copy(Object, Object, String...) - Method in interface org.hswebframework.web.bean.Copier
 
copy(S, T, String...) - Static method in class org.hswebframework.web.bean.FastBeanCopier
 
copy(S, Supplier<T>, String...) - Static method in class org.hswebframework.web.bean.FastBeanCopier
 
copy(S, Class<T>, String...) - Static method in class org.hswebframework.web.bean.FastBeanCopier
 
copy(S, T, Converter, String...) - Static method in class org.hswebframework.web.bean.FastBeanCopier
 
copy(S, T, Set<String>) - Static method in class org.hswebframework.web.bean.FastBeanCopier
 
copy(S, T, Converter, Set<String>) - Static method in class org.hswebframework.web.bean.FastBeanCopier
 
copy(Predicate<String>, Predicate<DataAccessEntity>) - Method in class org.hswebframework.web.system.authorization.api.entity.AuthorizationSettingEntity
 
copy(Predicate<ActionEntity>, Predicate<OptionalField>) - Method in class org.hswebframework.web.system.authorization.api.entity.PermissionEntity
 
copyFrom(Object, String...) - Method in interface org.hswebframework.web.api.crud.entity.Entity
 
copyProperties(S, T) - Method in interface org.hswebframework.web.api.crud.entity.EntityFactory
拷贝对象的属性
copyProperties(S, T) - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
copyProperties(S, T) - Method in interface org.hswebframework.web.crud.entity.factory.PropertyCopier
 
copyTo(Class<T>, String...) - Method in interface org.hswebframework.web.api.crud.entity.Entity
 
copyTo(T, String...) - Method in interface org.hswebframework.web.api.crud.entity.Entity
 
CorsAutoConfiguration - Class in org.hswebframework.web.starter
跨域设置,支持不同的请求路径,配置不同的跨域信息配置
CorsAutoConfiguration() - Constructor for class org.hswebframework.web.starter.CorsAutoConfiguration
 
CorsConfiguration() - Constructor for class org.hswebframework.web.starter.CorsProperties.CorsConfiguration
 
CorsProperties - Class in org.hswebframework.web.starter
 
CorsProperties() - Constructor for class org.hswebframework.web.starter.CorsProperties
 
CorsProperties.CorsConfiguration - Class in org.hswebframework.web.starter
 
count(QueryParam) - Method in interface org.hswebframework.web.crud.service.CrudService
 
count(QueryParamEntity) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
count(Mono<? extends QueryParamEntity>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
count(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.QueryController
统计查询
count(Mono<QueryParamEntity>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveQueryController
 
count(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveQueryController
统计查询
count(Mono<QueryParamEntity>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
 
count(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
统计查询
count(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.ServiceQueryController
统计查询
countUser(QueryParam) - Method in interface org.hswebframework.web.system.authorization.api.service.reactive.ReactiveUserService
根据查询条件查询用户数量
countUser(QueryParam) - Method in interface org.hswebframework.web.system.authorization.api.service.UserService
 
countUser(QueryParam) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
coverString(String, double) - Static method in class org.hswebframework.web.bean.DefaultToStringOperator
 
create(MethodInvocation) - Static method in class org.hswebframework.web.aop.MethodInterceptorHolder
 
create() - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilderFactory
 
create() - Method in interface org.hswebframework.web.authorization.builder.DataAccessConfigBuilderFactory
 
create() - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilderFactory
 
create() - Method in class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilderFactory
 
create(Class<I>, String...) - Static method in class org.hswebframework.web.proxy.Proxy
 
createAccessToken(String, Authentication, boolean) - Method in interface org.hswebframework.web.oauth2.server.AccessTokenManager
根据ClientId以及权限信息创建token
createAccessToken(String, Authentication, boolean) - Method in class org.hswebframework.web.oauth2.server.impl.RedisAccessTokenManager
 
CreateAction - Annotation Type in org.hswebframework.web.authorization.annotation
 
createAfterData(List<Object>, EventContext) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
createCache(String) - Method in class org.hswebframework.web.cache.supports.AbstractReactiveCacheManager
 
createCache(String) - Method in class org.hswebframework.web.cache.supports.CaffeineReactiveCacheManager
 
createCache(String) - Method in class org.hswebframework.web.cache.supports.GuavaReactiveCacheManager
 
createCache(String) - Method in class org.hswebframework.web.cache.supports.RedisLocalReactiveCacheManager
 
createCacheManager(ApplicationContext) - Method in class org.hswebframework.web.cache.configuration.ReactiveCacheProperties
 
createConfig(String, BiFunction<String, String, ? extends DataAccessConfig>) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilderFactory
 
createCopier(Class<?>, Class<?>) - Static method in class org.hswebframework.web.bean.FastBeanCopier
 
createDatabaseMetadata() - Method in class org.hswebframework.web.crud.configuration.EasyormProperties
 
createDelete() - Method in interface org.hswebframework.web.crud.service.CrudService
 
createDelete() - Method in interface org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
createDelete() - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
创建一个DSL动态删除接口,可使用DSL方式进行链式调用来构造动态删除条件.例如:
createDelete() - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryItemService
 
createDelete() - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryService
 
createDelete() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultAuthorizationSettingService
 
createDelete() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
createDelete() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionUserService
 
createDelete() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultPermissionService
 
createDialect() - Method in class org.hswebframework.web.crud.configuration.EasyormProperties
 
createFeatures(ToString.Feature...) - Static method in enum org.hswebframework.web.bean.ToString.Feature
 
createFragments(String, RDBColumnMetadata, Term) - Method in class org.hswebframework.web.system.authorization.defaults.service.terms.DimensionTerm
 
createFragments(String, RDBColumnMetadata, Term) - Method in class org.hswebframework.web.system.authorization.defaults.service.terms.UserDimensionTerm
 
CreateGroup - Interface in org.hswebframework.web.validator
使用此Group,只在新增时验证数据
createJsonConfig(String, Class<? extends AbstractDataAccessConfig>) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilderFactory
 
createLogger(MethodInterceptorHolder) - Method in class org.hswebframework.web.logging.aop.AopAccessLoggerSupport
 
createLogger(MethodInterceptorHolder) - Method in class org.hswebframework.web.logging.aop.ReactiveAopAccessLoggerSupport
 
createMemberValue(Object, ConstPool) - Static method in class org.hswebframework.web.proxy.Proxy
 
createParamContext() - Method in class org.hswebframework.web.aop.MethodInterceptorHolder
 
createParamContext(Object) - Method in class org.hswebframework.web.aop.MethodInterceptorHolder
 
createPredicate(String) - Static method in class org.hswebframework.web.authorization.AuthenticationUtils
 
createQuery() - Method in interface org.hswebframework.web.crud.service.CrudService
 
createQuery() - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
创建一个DSL的动态查询接口,可使用DSL方式进行链式调用来构造动态查询条件.例如:
createRootNodePredicate(TreeSupportEntity.TreeHelper<E, K>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
createRootNodePredicate(TreeSupportEntity.TreeHelper<E, K>) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
createSchema(String) - Method in class org.hswebframework.web.crud.configuration.EasyormProperties
 
createSchema(String) - Method in enum org.hswebframework.web.crud.configuration.EasyormProperties.DialectEnum
 
createScopePredicate(String) - Static method in class org.hswebframework.web.oauth2.server.utils.OAuth2ScopeUtils
 
createStaticSavePath(String) - Method in class org.hswebframework.web.file.FileUploadProperties
 
createStrategyIfMatch(Class, Method) - Method in class org.hswebframework.web.datasource.strategy.AnnotationDataSourceSwitchStrategyMatcher
 
createStrategyIfMatch(Class, Method) - Method in class org.hswebframework.web.datasource.strategy.CachedDataSourceSwitchStrategyMatcher
 
createStrategyIfMatch(Class, Method) - Method in class org.hswebframework.web.datasource.strategy.CachedTableSwitchStrategyMatcher
 
createStrategyIfMatch(Class, Method) - Method in class org.hswebframework.web.datasource.strategy.ExpressionDataSourceSwitchStrategyMatcher
 
createTermType(String, boolean, boolean) - Static method in class org.hswebframework.web.system.authorization.defaults.service.terms.DimensionTerm
 
createTwoFactorValidator(String, String) - Method in class org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidatorProvider
 
createTwoFactorValidator(String, String) - Method in interface org.hswebframework.web.authorization.twofactor.TwoFactorValidatorProvider
 
createUpdate() - Method in interface org.hswebframework.web.crud.service.CrudService
 
createUpdate() - Method in interface org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
createUpdate() - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
创建一个DSL动态更新接口,可使用DSL方式进行链式调用来构造动态更新条件.例如:
createUpdate() - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryItemService
 
createUpdate() - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryService
 
createUpdate() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultAuthorizationSettingService
 
createUpdate() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
createUpdate() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionUserService
 
createUpdate() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultPermissionService
 
CrudController<E,K> - Interface in org.hswebframework.web.crud.web
 
CrudService<E,K> - Interface in org.hswebframework.web.crud.service
 
current() - Static method in interface org.hswebframework.web.authorization.Authentication
非响应式环境适用
current() - Method in class org.hswebframework.web.datasource.switcher.DefaultReactiveSwitcher
 
current() - Method in class org.hswebframework.web.datasource.switcher.DefaultSwitcher
 
current() - Method in interface org.hswebframework.web.datasource.switcher.ReactiveSwitcher
 
current() - Method in interface org.hswebframework.web.datasource.switcher.Switcher
 
current() - Static method in class org.hswebframework.web.i18n.LocaleUtils
获取当前的语言地区,如果没有设置则返回系统默认语言
CURRENT_TIME - Static variable in interface org.hswebframework.web.crud.generator.Generators
 
currentContext() - Static method in class org.hswebframework.web.context.ContextUtils
 
currentDatabase() - Method in interface org.hswebframework.web.datasource.switcher.SchemaSwitcher
 
currentDatabaseType() - Static method in class org.hswebframework.web.datasource.DataSourceHolder
 
currentDataSource() - Static method in class org.hswebframework.web.datasource.DataSourceHolder
 
currentDataSourceId() - Method in interface org.hswebframework.web.datasource.switcher.DataSourceSwitcher
 
currentExisting() - Static method in class org.hswebframework.web.datasource.DataSourceHolder
 
currentIsDefault() - Static method in class org.hswebframework.web.datasource.DataSourceHolder
 
currentR2dbc() - Static method in class org.hswebframework.web.datasource.DataSourceHolder
 
currentReactive() - Static method in interface org.hswebframework.web.authorization.Authentication
获取当前登录的用户权限信息
currentReactive() - Static method in class org.hswebframework.web.i18n.LocaleUtils
响应式方式获取当前区域
currentTimeGenerator() - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
CurrentTimeGenerator - Class in org.hswebframework.web.crud.generator
 
CurrentTimeGenerator() - Constructor for class org.hswebframework.web.crud.generator.CurrentTimeGenerator
 
currentToken() - Static method in class org.hswebframework.web.authorization.token.UserTokenHolder
 
custom(MapperEntityFactory) - Method in interface org.hswebframework.web.crud.entity.factory.EntityMappingCustomizer
 
custom(Consumer<CtClass>) - Method in class org.hswebframework.web.proxy.Proxy
 
CustomCodecsAutoConfiguration - Class in org.hswebframework.web.starter.jackson
 
CustomCodecsAutoConfiguration() - Constructor for class org.hswebframework.web.starter.jackson.CustomCodecsAutoConfiguration
 
customize(EntityEventListenerConfigure) - Method in interface org.hswebframework.web.crud.events.EntityEventListenerCustomizer
执行自定义
customizeWriter(ObjectWriter, MimeType, ResolvableType, Map<String, Object>) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
CustomJackson2JsonDecoder - Class in org.hswebframework.web.starter.jackson
 
CustomJackson2JsonDecoder(EntityFactory, ObjectMapper, MimeType...) - Constructor for class org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
Constructor with a Jackson ObjectMapper to use.
CustomJackson2jsonEncoder - Class in org.hswebframework.web.starter.jackson
Base class providing support methods for Jackson 2.9 encoding.
CustomJackson2jsonEncoder(ObjectMapper, MimeType...) - Constructor for class org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
Constructor with a Jackson ObjectMapper to use.
CustomMappingJackson2HttpMessageConverter - Class in org.hswebframework.web.starter.jackson
 
CustomMappingJackson2HttpMessageConverter(ObjectMapper, EntityFactory) - Constructor for class org.hswebframework.web.starter.jackson.CustomMappingJackson2HttpMessageConverter
 
CustomMessageConverter - Interface in org.hswebframework.web.convert
 
CustomTypeFactory - Class in org.hswebframework.web.starter.jackson
 
CustomTypeFactory(EntityFactory) - Constructor for class org.hswebframework.web.starter.jackson.CustomTypeFactory
 
CustomTypeFactory(LRUMap<Object, JavaType>, TypeParser, TypeModifier[], ClassLoader) - Constructor for class org.hswebframework.web.starter.jackson.CustomTypeFactory
 

D

DataAccess - Annotation Type in org.hswebframework.web.authorization.annotation
数据级权限控制注解,用于进行需要数据级别权限控制的声明.
DataAccessConfig - Interface in org.hswebframework.web.authorization.access
数据级的权限控制,此接口为控制方式配置 具体的控制逻辑由控制器DataAccessController实现
DataAccessConfig.DefaultType - Interface in org.hswebframework.web.authorization.access
内置的控制方式
DataAccessConfigBuilder - Interface in org.hswebframework.web.authorization.builder
 
DataAccessConfigBuilderFactory - Interface in org.hswebframework.web.authorization.builder
数据权限配置构造器工厂
dataAccessConfigBuilderFactory() - Method in class org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration
 
DataAccessConfigConverter - Interface in org.hswebframework.web.authorization.simple.builder
 
DataAccessConfiguration - Interface in org.hswebframework.web.authorization.access
 
DataAccessController - Interface in org.hswebframework.web.authorization.access
数据级别权限控制器,通过此控制器对当前登录用户进行的操作进行数据级别的权限控制。 如:A用户只能查询自己创建的B数据,A用户只能修改自己创建的B数据
dataAccessController() - Method in class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration
 
DataAccessDefinition - Class in org.hswebframework.web.authorization.define
 
DataAccessDefinition() - Constructor for class org.hswebframework.web.authorization.define.DataAccessDefinition
 
DataAccessEntity - Class in org.hswebframework.web.system.authorization.api.entity
 
DataAccessEntity() - Constructor for class org.hswebframework.web.system.authorization.api.entity.DataAccessEntity
 
DataAccessHandler - Interface in org.hswebframework.web.authorization.access
数据级别权限控制处理器接口,负责处理支持的权限控制配置
DataAccessHandlerContext - Class in org.hswebframework.web.authorization.basic.handler.access
 
DataAccessHandlerContext() - Constructor for class org.hswebframework.web.authorization.basic.handler.access.DataAccessHandlerContext
 
DataAccessHandlerProcessor() - Constructor for class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration.DataAccessHandlerProcessor
 
DataAccessType - Interface in org.hswebframework.web.authorization.access
 
DataAccessType - Annotation Type in org.hswebframework.web.authorization.annotation
 
DataAccessTypeDefinition - Class in org.hswebframework.web.authorization.define
 
DataAccessTypeDefinition() - Constructor for class org.hswebframework.web.authorization.define.DataAccessTypeDefinition
 
databaseMetadata(Optional<SyncSqlExecutor>, Optional<ReactiveSqlExecutor>) - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
databaseOperator(RDBDatabaseMetadata) - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
DatabaseType - Enum in org.hswebframework.web.datasource
数据库类型枚举
dataSource(String) - Static method in class org.hswebframework.web.datasource.DataSourceHolder
根据指定的数据源id获取动态数据源
datasource() - Method in class org.hswebframework.web.datasource.jta.AtomikosDataSourceAutoConfiguration
 
datasource() - Method in class org.hswebframework.web.datasource.switcher.DefaultJdbcSwitcher
 
datasource() - Method in class org.hswebframework.web.datasource.switcher.DefaultR2dbcSwicher
 
datasource() - Method in interface org.hswebframework.web.datasource.switcher.JdbcSwitcher
 
datasource() - Method in interface org.hswebframework.web.datasource.switcher.R2dbcSwitcher
 
DataSourceClosedException - Exception in org.hswebframework.web.datasource.exception
 
DataSourceClosedException(String) - Constructor for exception org.hswebframework.web.datasource.exception.DataSourceClosedException
 
DataSourceClosedException(String, String) - Constructor for exception org.hswebframework.web.datasource.exception.DataSourceClosedException
 
DatasourceController - Class in org.hswebframework.web.datasource.web
 
DatasourceController() - Constructor for class org.hswebframework.web.datasource.web.DatasourceController
 
datasourceController() - Method in class org.hswebframework.web.datasource.web.DatasourceWebApiAutoConfiguration
 
DataSourceHolder - Class in org.hswebframework.web.datasource
用于操作动态数据源,如获取当前使用的数据源,使用switcher切换数据源等
DataSourceHolder() - Constructor for class org.hswebframework.web.datasource.DataSourceHolder
 
DataSourceNotFoundException - Exception in org.hswebframework.web.datasource.exception
 
DataSourceNotFoundException(String) - Constructor for exception org.hswebframework.web.datasource.exception.DataSourceNotFoundException
 
DataSourceNotFoundException(String, String) - Constructor for exception org.hswebframework.web.datasource.exception.DataSourceNotFoundException
 
DataSourceSwitcher - Interface in org.hswebframework.web.datasource.switcher
动态数据源切换器,用于切换数据源操作
DataSourceSwitchStrategyMatcher - Interface in org.hswebframework.web.datasource.strategy
数据源切换策略,可通过此接口来自定义数据源切换的方式
DataSourceSwitchStrategyMatcher.Strategy - Interface in org.hswebframework.web.datasource.strategy
数据源切换策略
DatasourceWebApiAutoConfiguration - Class in org.hswebframework.web.datasource.web
 
DatasourceWebApiAutoConfiguration() - Constructor for class org.hswebframework.web.datasource.web.DatasourceWebApiAutoConfiguration
 
decode(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
decode(DataBuffer, ResolvableType, MimeType, Map<String, Object>) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
decodeToMono(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
DEFAULT_CONVERT - Static variable in class org.hswebframework.web.bean.FastBeanCopier
 
DEFAULT_FEATURE - Static variable in class org.hswebframework.web.bean.ToString
 
DEFAULT_ID_GENERATOR - Static variable in interface org.hswebframework.web.crud.generator.Generators
 
DEFAULT_LOCALE - Static variable in class org.hswebframework.web.i18n.LocaleUtils
 
DEFAULT_WRITE_JSON_OBJECT - Static variable in interface org.hswebframework.web.dict.EnumDict
默认在序列化为json时,默认会以对象方式写出枚举,可通过系统环境变量 hsweb.enum.dict.disableWriteJSONObject关闭默认设置。 比如: java -jar -Dhsweb.enum.dict.disableWriteJSONObject=true
defaultAccessLoggerParser() - Method in class org.hswebframework.web.logging.aop.AopAccessLoggerSupportAutoConfiguration
 
DefaultAccessLoggerParser - Class in org.hswebframework.web.logging.aop
 
DefaultAccessLoggerParser() - Constructor for class org.hswebframework.web.logging.aop.DefaultAccessLoggerParser
 
DefaultAopMethodAuthorizeDefinitionParser - Class in org.hswebframework.web.authorization.basic.aop
注解权限控制定义解析器,通过判断方法上的注解来获取权限控制的方式
DefaultAopMethodAuthorizeDefinitionParser() - Constructor for class org.hswebframework.web.authorization.basic.aop.DefaultAopMethodAuthorizeDefinitionParser
 
defaultAopMethodAuthorizeDefinitionParser() - Method in class org.hswebframework.web.authorization.basic.configuration.AopAuthorizeAutoConfiguration
 
DefaultAsyncEvent - Class in org.hswebframework.web.event
 
DefaultAsyncEvent() - Constructor for class org.hswebframework.web.event.DefaultAsyncEvent
 
DefaultAuthorizationAutoConfiguration - Class in org.hswebframework.web.authorization.simple
 
DefaultAuthorizationAutoConfiguration() - Constructor for class org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration
 
DefaultAuthorizationCodeGranter - Class in org.hswebframework.web.oauth2.server.code
 
DefaultAuthorizationCodeGranter(AccessTokenManager, ReactiveRedisConnectionFactory) - Constructor for class org.hswebframework.web.oauth2.server.code.DefaultAuthorizationCodeGranter
 
DefaultAuthorizationSettingService - Class in org.hswebframework.web.system.authorization.defaults.service
 
DefaultAuthorizationSettingService() - Constructor for class org.hswebframework.web.system.authorization.defaults.service.DefaultAuthorizationSettingService
 
DefaultAuthorizingHandler - Class in org.hswebframework.web.authorization.basic.handler
 
DefaultAuthorizingHandler(DataAccessController) - Constructor for class org.hswebframework.web.authorization.basic.handler.DefaultAuthorizingHandler
 
DefaultAuthorizingHandler() - Constructor for class org.hswebframework.web.authorization.basic.handler.DefaultAuthorizingHandler
 
DefaultBasicAuthorizeDefinition - Class in org.hswebframework.web.authorization.basic.define
默认权限权限定义
DefaultBasicAuthorizeDefinition() - Constructor for class org.hswebframework.web.authorization.basic.define.DefaultBasicAuthorizeDefinition
 
DefaultClassDictDefine - Class in org.hswebframework.web.dict.defaults
 
DefaultClassDictDefine() - Constructor for class org.hswebframework.web.dict.defaults.DefaultClassDictDefine
 
DefaultClientCredentialGranter - Class in org.hswebframework.web.oauth2.server.credential
 
DefaultClientCredentialGranter() - Constructor for class org.hswebframework.web.oauth2.server.credential.DefaultClientCredentialGranter
 
DefaultConverter() - Constructor for class org.hswebframework.web.bean.FastBeanCopier.DefaultConverter
 
DefaultDataAccessController - Class in org.hswebframework.web.authorization.basic.handler.access
默认的行级权限控制.通过获取DataAccessHandler进行实际处理
DefaultDataAccessController() - Constructor for class org.hswebframework.web.authorization.basic.handler.access.DefaultDataAccessController
 
DefaultDataAccessController(DataAccessController) - Constructor for class org.hswebframework.web.authorization.basic.handler.access.DefaultDataAccessController
 
DefaultDataAccessType - Enum in org.hswebframework.web.authorization.access
 
defaultDatabaseType() - Static method in class org.hswebframework.web.datasource.DataSourceHolder
 
defaultDataSource() - Static method in class org.hswebframework.web.datasource.DataSourceHolder
 
DefaultDependencyUpgrader - Class in org.hswebframework.web.starter.initialize
 
DefaultDependencyUpgrader(Dependency, Dependency, Map<String, Object>) - Constructor for class org.hswebframework.web.starter.initialize.DefaultDependencyUpgrader
 
DefaultDictDefine - Class in org.hswebframework.web.dict.defaults
 
DefaultDictDefine() - Constructor for class org.hswebframework.web.dict.defaults.DefaultDictDefine
 
DefaultDictDefineRepository - Class in org.hswebframework.web.dict.defaults
 
DefaultDictDefineRepository() - Constructor for class org.hswebframework.web.dict.defaults.DefaultDictDefineRepository
 
DefaultDictionaryItemService - Class in org.hswebframework.web.dictionary.service
 
DefaultDictionaryItemService() - Constructor for class org.hswebframework.web.dictionary.service.DefaultDictionaryItemService
 
DefaultDictionaryService - Class in org.hswebframework.web.dictionary.service
 
DefaultDictionaryService() - Constructor for class org.hswebframework.web.dictionary.service.DefaultDictionaryService
 
defaultDimensionManager(ObjectProvider<DimensionUserBindProvider>, ObjectProvider<DimensionProvider>) - Method in class org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration
 
DefaultDimensionManager - Class in org.hswebframework.web.authorization.simple
 
DefaultDimensionManager() - Constructor for class org.hswebframework.web.authorization.simple.DefaultDimensionManager
 
DefaultDimensionService - Class in org.hswebframework.web.system.authorization.defaults.service
 
DefaultDimensionService() - Constructor for class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
DefaultDimensionType - Enum in org.hswebframework.web.authorization
 
DefaultDimensionUserService - Class in org.hswebframework.web.system.authorization.defaults.service
 
DefaultDimensionUserService() - Constructor for class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionUserService
 
DefaultEntityEventListenerConfigure - Class in org.hswebframework.web.crud.events
 
DefaultEntityEventListenerConfigure() - Constructor for class org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
DefaultEntityResultWrapperFactory - Class in org.hswebframework.web.crud.configuration
 
DefaultEntityResultWrapperFactory() - Constructor for class org.hswebframework.web.crud.configuration.DefaultEntityResultWrapperFactory
 
defaultEntityResultWrapperFactory(EntityManager) - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
defaultIdGenerator() - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
DefaultIdGenerator - Class in org.hswebframework.web.crud.generator
 
DefaultIdGenerator() - Constructor for class org.hswebframework.web.crud.generator.DefaultIdGenerator
 
defaultInstanceGetter(Class<T>) - Static method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
DefaultItemDefine - Class in org.hswebframework.web.dict.defaults
 
DefaultItemDefine() - Constructor for class org.hswebframework.web.dict.defaults.DefaultItemDefine
 
DefaultJdbcExecutor - Class in org.hswebframework.web.crud.sql
 
DefaultJdbcExecutor() - Constructor for class org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
DefaultJdbcReactiveExecutor - Class in org.hswebframework.web.crud.sql
 
DefaultJdbcReactiveExecutor() - Constructor for class org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
DefaultJdbcSwitcher - Class in org.hswebframework.web.datasource.switcher
 
DefaultJdbcSwitcher() - Constructor for class org.hswebframework.web.datasource.switcher.DefaultJdbcSwitcher
 
defaultMapper(Class<T>) - Static method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
DefaultMapperFactory - Interface in org.hswebframework.web.crud.entity.factory
默认的实体映射
DefaultPermissionService - Class in org.hswebframework.web.system.authorization.defaults.service
 
DefaultPermissionService() - Constructor for class org.hswebframework.web.system.authorization.defaults.service.DefaultPermissionService
 
DefaultPropertyCopier - Interface in org.hswebframework.web.crud.entity.factory
默认的属性复制器
DefaultR2dbcExecutor - Class in org.hswebframework.web.crud.sql
 
DefaultR2dbcExecutor() - Constructor for class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
DefaultR2dbcSwicher - Class in org.hswebframework.web.datasource.switcher
 
DefaultR2dbcSwicher() - Constructor for class org.hswebframework.web.datasource.switcher.DefaultR2dbcSwicher
 
DefaultReactiveAuthenticationInitializeService - Class in org.hswebframework.web.system.authorization.defaults.service
 
DefaultReactiveAuthenticationInitializeService() - Constructor for class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationInitializeService
 
DefaultReactiveAuthenticationManager - Class in org.hswebframework.web.system.authorization.defaults.service
 
DefaultReactiveAuthenticationManager() - Constructor for class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationManager
 
DefaultReactiveSwitcher - Class in org.hswebframework.web.datasource.switcher
 
DefaultReactiveSwitcher(String, String) - Constructor for class org.hswebframework.web.datasource.switcher.DefaultReactiveSwitcher
 
DefaultReactiveUserService - Class in org.hswebframework.web.system.authorization.defaults.service
 
DefaultReactiveUserService() - Constructor for class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
DefaultRefreshTokenGranter - Class in org.hswebframework.web.oauth2.server.refresh
 
DefaultRefreshTokenGranter() - Constructor for class org.hswebframework.web.oauth2.server.refresh.DefaultRefreshTokenGranter
 
DefaultSwitcher - Class in org.hswebframework.web.datasource.switcher
 
DefaultSwitcher(String, String) - Constructor for class org.hswebframework.web.datasource.switcher.DefaultSwitcher
 
DefaultToStringOperator<T> - Class in org.hswebframework.web.bean
 
DefaultToStringOperator(Class<T>) - Constructor for class org.hswebframework.web.bean.DefaultToStringOperator
 
DefaultTwoFactorValidator - Class in org.hswebframework.web.authorization.twofactor.defaults
 
DefaultTwoFactorValidator() - Constructor for class org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidator
 
defaultTwoFactorValidatorManager() - Method in class org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration
 
DefaultTwoFactorValidatorManager - Class in org.hswebframework.web.authorization.twofactor.defaults
 
DefaultTwoFactorValidatorManager() - Constructor for class org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidatorManager
 
DefaultTwoFactorValidatorProvider - Class in org.hswebframework.web.authorization.twofactor.defaults
 
DefaultTwoFactorValidatorProvider(String, TwoFactorTokenManager) - Constructor for class org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidatorProvider
 
defaultUserTokenGenPar() - Method in class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration
 
DefaultUserTokenGenPar - Class in org.hswebframework.web.authorization.basic.web
 
DefaultUserTokenGenPar() - Constructor for class org.hswebframework.web.authorization.basic.web.DefaultUserTokenGenPar
 
DefaultUserTokenManager - Class in org.hswebframework.web.authorization.token
默认到用户令牌管理器,使用ConcurrentMap来存储令牌信息
DefaultUserTokenManager() - Constructor for class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
DefaultUserTokenManager(ConcurrentMap<String, LocalUserToken>) - Constructor for class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
DefaultUserTokenManager(ConcurrentMap<String, LocalUserToken>, ConcurrentMap<String, Set<String>>) - Constructor for class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
delete(K) - Method in interface org.hswebframework.web.crud.web.DeleteController
 
delete(K) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveDeleteController
 
delete(K) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceDeleteController
 
delete(K) - Method in interface org.hswebframework.web.crud.web.ServiceDeleteController
 
DeleteAction - Annotation Type in org.hswebframework.web.authorization.annotation
 
deleteByDimension(String) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionUserController
 
deleteById(Collection<K>) - Method in interface org.hswebframework.web.crud.service.CrudService
 
deleteById(K) - Method in interface org.hswebframework.web.crud.service.CrudService
 
deleteById(Publisher<K>) - Method in interface org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
deleteById(Publisher<K>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
deleteById(K) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
deleteById(Publisher<K>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
deleteById(Collection<K>) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
deleteById(Publisher<String>) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryItemService
 
deleteById(Publisher<String>) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryService
 
deleteById(Publisher<String>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultAuthorizationSettingService
 
deleteById(Publisher<String>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
deleteById(Publisher<String>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultPermissionService
 
deleteByUserAndDimensionId(String, String) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionUserController
 
deleteByUserId(String) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionUserController
 
DeleteController<E,K> - Interface in org.hswebframework.web.crud.web
 
deleteUser(String) - Method in interface org.hswebframework.web.system.authorization.api.service.reactive.ReactiveUserService
删除用户
deleteUser(String) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
deleteUser(String) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxUserController
 
deleteUserDimension(String, String, Mono<List<String>>) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionUserController
 
denied(String, MediaType) - Method in class org.hswebframework.web.file.FileUploadProperties
 
DENY_FIELDS - Static variable in interface org.hswebframework.web.authorization.access.DataAccessConfig.DefaultType
禁止操作字段
dependencies - Static variable in interface org.hswebframework.web.starter.initialize.SystemVersion.Property
 
Dependency - Class in org.hswebframework.web.starter.initialize
 
Dependency() - Constructor for class org.hswebframework.web.starter.initialize.Dependency
 
DependencyInstaller - Interface in org.hswebframework.web.starter.initialize
 
DependencyUpgrader - Interface in org.hswebframework.web.starter.initialize
 
deserialize(JsonParser, DeserializationContext) - Method in class org.hswebframework.web.dict.EnumDict.EnumDictJSONDeserializer
 
deserialze(DefaultJSONParser, Type, Object) - Method in class org.hswebframework.web.dict.EnumDict.EnumDictJSONDeserializer
 
destroy() - Method in class org.hswebframework.web.authorization.basic.aop.DefaultAopMethodAuthorizeDefinitionParser
 
Detail() - Constructor for class org.hswebframework.web.exception.ValidationException.Detail
 
Dict - Annotation Type in org.hswebframework.web.dict
 
DictDefine - Interface in org.hswebframework.web.dict
 
DictDefineRepository - Interface in org.hswebframework.web.dict
 
DictionaryAutoConfiguration - Class in org.hswebframework.web.dictionary.configuration
 
DictionaryAutoConfiguration() - Constructor for class org.hswebframework.web.dictionary.configuration.DictionaryAutoConfiguration
 
DictionaryEntity - Class in org.hswebframework.web.dictionary.entity
数据字典
DictionaryEntity() - Constructor for class org.hswebframework.web.dictionary.entity.DictionaryEntity
 
DictionaryItemEntity - Class in org.hswebframework.web.dictionary.entity
数据字典选项
DictionaryItemEntity() - Constructor for class org.hswebframework.web.dictionary.entity.DictionaryItemEntity
 
DictionaryProperties - Class in org.hswebframework.web.dictionary.configuration
 
DictionaryProperties() - Constructor for class org.hswebframework.web.dictionary.configuration.DictionaryProperties
 
Diff - Class in org.hswebframework.web.bean
 
Diff() - Constructor for class org.hswebframework.web.bean.Diff
 
Dimension - Annotation Type in org.hswebframework.web.authorization.annotation
 
dimension(String, String...) - Static method in interface org.hswebframework.web.authorization.AuthenticationPredicate
 
Dimension - Interface in org.hswebframework.web.authorization
 
dimension(JSONArray) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
DIMENSION_SCOPE - Static variable in interface org.hswebframework.web.authorization.access.DataAccessConfig.DefaultType
禁止操作字段
DimensionBindEvent - Class in org.hswebframework.web.system.authorization.api.event
 
DimensionBindEvent() - Constructor for class org.hswebframework.web.system.authorization.api.event.DimensionBindEvent
 
DimensionDataAccess - Annotation Type in org.hswebframework.web.authorization.annotation
 
DimensionDataAccess.Mapping - Annotation Type in org.hswebframework.web.authorization.annotation
 
DimensionDataAccessConfig - Class in org.hswebframework.web.authorization.simple
 
DimensionDataAccessConfig() - Constructor for class org.hswebframework.web.authorization.simple.DimensionDataAccessConfig
 
DimensionDataAccessHandler - Class in org.hswebframework.web.authorization.basic.handler.access
 
DimensionDataAccessHandler() - Constructor for class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
DimensionDefinition - Class in org.hswebframework.web.authorization.define
 
DimensionDefinition() - Constructor for class org.hswebframework.web.authorization.define.DimensionDefinition
 
DimensionEntity - Class in org.hswebframework.web.system.authorization.api.entity
 
DimensionEntity() - Constructor for class org.hswebframework.web.system.authorization.api.entity.DimensionEntity
 
DimensionHelper - Class in org.hswebframework.web.authorization.access
 
DimensionHelper() - Constructor for class org.hswebframework.web.authorization.access.DimensionHelper
 
DimensionManager - Interface in org.hswebframework.web.authorization.dimension
维度管理器
DimensionProvider - Interface in org.hswebframework.web.authorization
维度提供商,用户管理维度信息
DimensionsDefinition - Class in org.hswebframework.web.authorization.define
 
DimensionsDefinition() - Constructor for class org.hswebframework.web.authorization.define.DimensionsDefinition
 
dimensionTerm() - Method in class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationServiceAutoConfiguration
 
DimensionTerm - Class in org.hswebframework.web.system.authorization.defaults.service.terms
查询和用户维度绑定的数据,如: 查询某个用户的机构 where id$dimension$org = userID
DimensionTerm() - Constructor for class org.hswebframework.web.system.authorization.defaults.service.terms.DimensionTerm
 
DimensionType - Interface in org.hswebframework.web.authorization
 
DimensionTypeEntity - Class in org.hswebframework.web.system.authorization.api.entity
 
DimensionTypeEntity() - Constructor for class org.hswebframework.web.system.authorization.api.entity.DimensionTypeEntity
 
DimensionTypeResponse - Class in org.hswebframework.web.system.authorization.defaults.webflux
 
DimensionTypeResponse() - Constructor for class org.hswebframework.web.system.authorization.defaults.webflux.DimensionTypeResponse
 
DimensionUnbindEvent - Class in org.hswebframework.web.system.authorization.api.event
 
DimensionUnbindEvent() - Constructor for class org.hswebframework.web.system.authorization.api.event.DimensionUnbindEvent
 
DimensionUserBind - Class in org.hswebframework.web.authorization.dimension
 
DimensionUserBind() - Constructor for class org.hswebframework.web.authorization.dimension.DimensionUserBind
 
DimensionUserBindProvider - Interface in org.hswebframework.web.authorization.dimension
 
DimensionUserDetail - Class in org.hswebframework.web.authorization.dimension
 
DimensionUserDetail() - Constructor for class org.hswebframework.web.authorization.dimension.DimensionUserDetail
 
DimensionUserEntity - Class in org.hswebframework.web.system.authorization.api.entity
 
DimensionUserEntity() - Constructor for class org.hswebframework.web.system.authorization.api.entity.DimensionUserEntity
 
DimensionUserFeature - Enum in org.hswebframework.web.system.authorization.api.enums
 
disable(Class<? extends Entity>) - Method in class org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
disable(Class<? extends Entity>, EntityEventType, EntityEventPhase...) - Method in class org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
disable(Class<? extends Entity>) - Method in interface org.hswebframework.web.crud.events.EntityEventListenerConfigure
禁用实体类事件
disable(Class<? extends Entity>, EntityEventType, EntityEventPhase...) - Method in interface org.hswebframework.web.crud.events.EntityEventListenerConfigure
禁用指定类型的事件
doAccess(DataAccessConfig, AuthorizingContext) - Method in interface org.hswebframework.web.authorization.access.DataAccessController
执行权限控制
doAccess(DataAccessConfig, AuthorizingContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.DefaultDataAccessController
 
doAdd(UserEntity) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
doAsyncEvent(Supplier<Mono<Void>>) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
doFilter(Flux<PermissionEntity>, Authentication) - Method in class org.hswebframework.web.system.authorization.defaults.configuration.PermissionProperties.PermissionFilter
 
doHandleDelete(DimensionDataAccessConfig, DataAccessHandlerContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
doHandleQuery(DimensionDataAccessConfig, DataAccessHandlerContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
doHandleUpdate(DimensionDataAccessConfig, DataAccessHandlerContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
doInit(Mono<UserEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationInitializeService
 
doInitialize(Map<String, Object>) - Method in class org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
doInstall(Map<String, Object>) - Method in class org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
doInstall() - Method in class org.hswebframework.web.starter.initialize.SystemInitialize
 
doNotSort() - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
doOn(SignalType, BiConsumer<Signal<E>, Locale>) - Static method in class org.hswebframework.web.i18n.LocaleUtils
在响应式的各个周期获取地区并执行指定的操作
doOnError(Consumer<Throwable>) - Static method in class org.hswebframework.web.i18n.LocaleUtils
monoOrFlux .as(LocaleUtils.doOnError(error-> ....
doOnError(BiConsumer<Throwable, Locale>) - Static method in class org.hswebframework.web.i18n.LocaleUtils
monoOrFlux .as(LocaleUtils.doOnError((error,locale)-> ....
doOnNext(Consumer<E>) - Static method in class org.hswebframework.web.i18n.LocaleUtils
monoOrFlux .as(LocaleUtils.doOnNext(element-> ....
doOnNext(BiConsumer<E, Locale>) - Static method in class org.hswebframework.web.i18n.LocaleUtils
monoOrFlux .as(LocaleUtils.doOnNext((element,locale)-> ....
doQueryAccess(FieldFilterDataAccessConfig, AuthorizingContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.FieldFilterDataAccessHandler
 
doRead(Type, Class<?>, HttpInputMessage) - Method in class org.hswebframework.web.starter.jackson.CustomMappingJackson2HttpMessageConverter
 
doScanEnum() - Method in class org.hswebframework.web.dictionary.configuration.DictionaryProperties
 
doUnInstall(Map<String, Object>) - Method in class org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
doUpdate(UserEntity) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
doUpdateAccess(FieldFilterDataAccessConfig, AuthorizingContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.FieldFilterDataAccessHandler
 
doUpgrade(Map<String, Object>, Dependency) - Method in class org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
doWith(T, Locale, BiFunction<T, Locale, R>) - Static method in class org.hswebframework.web.i18n.LocaleUtils
在指定的区域中执行函数,只能在非响应式同步操作时使用,如:转换实体类中某些属性的国际化消息。
doWith(Locale, Consumer<Locale>) - Static method in class org.hswebframework.web.i18n.LocaleUtils
使用指定的区域来执行某些操作
doWithReactive(S, Function<S, String>, BiFunction<S, String, R>, Object...) - Static method in class org.hswebframework.web.i18n.LocaleUtils
在响应式环境中处理区域消息并转换为新的结果
doWithReactive(MessageSource, S, Function<S, String>, BiFunction<S, String, R>, Object...) - Static method in class org.hswebframework.web.i18n.LocaleUtils
指定消息源,在响应式环境中处理区域消息并转换为新的结果
DynamicDataSource<T> - Interface in org.hswebframework.web.datasource
动态数据源
DynamicDataSourceAutoConfiguration - Class in org.hswebframework.web.datasource
 
DynamicDataSourceAutoConfiguration() - Constructor for class org.hswebframework.web.datasource.DynamicDataSourceAutoConfiguration
 
DynamicDataSourceConfig - Class in org.hswebframework.web.datasource.config
 
DynamicDataSourceConfig() - Constructor for class org.hswebframework.web.datasource.config.DynamicDataSourceConfig
 
DynamicDataSourceConfigRepository<C extends DynamicDataSourceConfig> - Interface in org.hswebframework.web.datasource.config
 
DynamicDataSourceProxy - Class in org.hswebframework.web.datasource
动态数据源代理,将数据源代理为动态数据源
DynamicDataSourceProxy(String, DatabaseType, DataSource) - Constructor for class org.hswebframework.web.datasource.DynamicDataSourceProxy
 
DynamicDataSourceProxy(String, DataSource) - Constructor for class org.hswebframework.web.datasource.DynamicDataSourceProxy
 
DynamicDataSourceService - Interface in org.hswebframework.web.datasource
动态数据源服务类
DynamicDimension - Class in org.hswebframework.web.system.authorization.defaults.service
 
DynamicDimension() - Constructor for class org.hswebframework.web.system.authorization.defaults.service.DynamicDimension
 

E

EasyormConfiguration - Class in org.hswebframework.web.crud.configuration
 
EasyormConfiguration() - Constructor for class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
EasyormProperties - Class in org.hswebframework.web.crud.configuration
 
EasyormProperties() - Constructor for class org.hswebframework.web.crud.configuration.EasyormProperties
 
EasyormProperties.DialectEnum - Enum in org.hswebframework.web.crud.configuration
 
EasyormRepositoryRegistrar - Class in org.hswebframework.web.crud.configuration
 
EasyormRepositoryRegistrar() - Constructor for class org.hswebframework.web.crud.configuration.EasyormRepositoryRegistrar
 
EmbedAuthenticationInfo - Class in org.hswebframework.web.authorization.basic.embed
hsweb: users: admin: name: 超级管理员 username: admin password: admin roles: - id: admin name: 管理员 - id: user name: 用户 permissions: - id: user-manager actions: * dataAccesses: - action: query type: DENY_FIELDS fields: password,salt
EmbedAuthenticationInfo() - Constructor for class org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationInfo
 
EmbedAuthenticationInfo.PermissionInfo - Class in org.hswebframework.web.authorization.basic.embed
 
embedAuthenticationManager(EmbedAuthenticationProperties) - Method in class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration
 
EmbedAuthenticationManager - Class in org.hswebframework.web.authorization.basic.embed
 
EmbedAuthenticationManager() - Constructor for class org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationManager
 
EmbedAuthenticationProperties - Class in org.hswebframework.web.authorization.basic.embed
hsweb: auth: users: admin: name: 超级管理员 username: admin password: admin roles: - id: admin name: 管理员 - id: user name: 用户 permissions: - id: user-manager actions: * dataAccesses: - action: query type: DENY_FIELDS fields: password,salt
EmbedAuthenticationProperties() - Constructor for class org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationProperties
 
EmbedReactiveAuthenticationManager - Class in org.hswebframework.web.authorization.basic.embed
 
EmbedReactiveAuthenticationManager() - Constructor for class org.hswebframework.web.authorization.basic.embed.EmbedReactiveAuthenticationManager
 
empty() - Static method in class org.hswebframework.web.api.crud.entity.PagerResult
 
EMPTY_CLASS_ARRAY - Static variable in class org.hswebframework.web.bean.FastBeanCopier
 
EmptyAuthorizeDefinition - Class in org.hswebframework.web.authorization.basic.define
 
EmptyAuthorizeDefinition() - Constructor for class org.hswebframework.web.authorization.basic.define.EmptyAuthorizeDefinition
 
enable(Class<? extends Entity>) - Method in class org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
enable(Class<? extends Entity>, EntityEventType, EntityEventPhase...) - Method in class org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
enable(Class<? extends Entity>) - Method in interface org.hswebframework.web.crud.events.EntityEventListenerConfigure
启用实体类的事件
enable(Class<? extends Entity>, EntityEventType, EntityEventPhase...) - Method in interface org.hswebframework.web.crud.events.EntityEventListenerConfigure
启用指定类型的事件
EnableAccessLogger - Annotation Type in org.hswebframework.web.logging.aop
启用访问日志
EnableAopAuthorize - Annotation Type in org.hswebframework.web.authorization.basic.configuration
开启基于AOP的权限控制
EnableCacheReactiveCrudService<E,K> - Interface in org.hswebframework.web.crud.service
 
enabled() - Method in class org.hswebframework.web.oauth2.entity.OAuth2ClientEntity
 
EnableEasyormRepository - Annotation Type in org.hswebframework.web.crud.annotation
 
EnableEntityEvent - Annotation Type in org.hswebframework.web.crud.annotation
在实体类上添加此注解,表示开启实体操作事件,当实体类发生类修改,更新,删除等操作时,会触发事件。 可以通过spring event监听事件:
encode(Publisher<?>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
encode(String, String) - Method in interface org.hswebframework.web.system.authorization.api.PasswordEncoder
 
encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
Entity - Interface in org.hswebframework.web.api.crud.entity
实体总接口,所有实体需实现此接口
EntityBeforeCreateEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityBeforeCreateEvent() - Constructor for class org.hswebframework.web.crud.events.EntityBeforeCreateEvent
 
EntityBeforeDeleteEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityBeforeDeleteEvent() - Constructor for class org.hswebframework.web.crud.events.EntityBeforeDeleteEvent
 
EntityBeforeModifyEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityBeforeModifyEvent() - Constructor for class org.hswebframework.web.crud.events.EntityBeforeModifyEvent
 
EntityBeforeQueryEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityBeforeQueryEvent() - Constructor for class org.hswebframework.web.crud.events.EntityBeforeQueryEvent
 
EntityBeforeSaveEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityBeforeSaveEvent() - Constructor for class org.hswebframework.web.crud.events.EntityBeforeSaveEvent
 
EntityCreatedEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityCreatedEvent() - Constructor for class org.hswebframework.web.crud.events.EntityCreatedEvent
 
EntityDDLEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityDDLEvent(Object, Class<E>, RDBTableMetadata) - Constructor for class org.hswebframework.web.crud.events.EntityDDLEvent
 
EntityDeletedEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityDeletedEvent() - Constructor for class org.hswebframework.web.crud.events.EntityDeletedEvent
 
EntityEventHelper - Class in org.hswebframework.web.crud.events
实体事件帮助器
EntityEventHelper() - Constructor for class org.hswebframework.web.crud.events.EntityEventHelper
 
entityEventListener(ApplicationEventPublisher, ObjectProvider<EntityEventListenerCustomizer>) - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
EntityEventListener - Class in org.hswebframework.web.crud.events
 
EntityEventListener() - Constructor for class org.hswebframework.web.crud.events.EntityEventListener
 
EntityEventListenerConfigure - Interface in org.hswebframework.web.crud.events
实体事件监听器配置
EntityEventListenerCustomizer - Interface in org.hswebframework.web.crud.events
实体事件监听器自定义接口,用于自定义实体事件
EntityEventPhase - Enum in org.hswebframework.web.crud.events
 
EntityEventType - Enum in org.hswebframework.web.crud.events
 
EntityFactory - Interface in org.hswebframework.web.api.crud.entity
实体工厂接口,系统各个地方使用此接口来创建实体,在实际编码中也应该使用此接口来创建实体,而不是使用new方式来创建
entityFactory(ObjectProvider<EntityMappingCustomizer>) - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
EntityFactoryHolder - Class in org.hswebframework.web.api.crud.entity
 
EntityFactoryHolder() - Constructor for class org.hswebframework.web.api.crud.entity.EntityFactoryHolder
 
entityFactoryHolder() - Method in class org.hswebframework.web.api.crud.entity.EntityFactoryHolderConfiguration
 
EntityFactoryHolderConfiguration - Class in org.hswebframework.web.api.crud.entity
 
EntityFactoryHolderConfiguration() - Constructor for class org.hswebframework.web.api.crud.entity.EntityFactoryHolderConfiguration
 
EntityInfo - Class in org.hswebframework.web.crud.configuration
 
EntityInfo() - Constructor for class org.hswebframework.web.crud.configuration.EntityInfo
 
entityManager(EntityTableMetadataResolver, EntityFactory) - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
EntityMappingCustomizer - Interface in org.hswebframework.web.crud.entity.factory
 
EntityModifyEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityModifyEvent() - Constructor for class org.hswebframework.web.crud.events.EntityModifyEvent
 
EntityPrepareCreateEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityPrepareCreateEvent() - Constructor for class org.hswebframework.web.crud.events.EntityPrepareCreateEvent
 
EntityPrepareModifyEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityPrepareModifyEvent() - Constructor for class org.hswebframework.web.crud.events.EntityPrepareModifyEvent
 
EntityPrepareSaveEvent<E> - Class in org.hswebframework.web.crud.events
 
EntityPrepareSaveEvent() - Constructor for class org.hswebframework.web.crud.events.EntityPrepareSaveEvent
 
EntityResultWrapperFactory - Interface in org.hswebframework.web.crud.configuration
 
EntitySavedEvent<E> - Class in org.hswebframework.web.crud.events
 
EntitySavedEvent() - Constructor for class org.hswebframework.web.crud.events.EntitySavedEvent
 
entityTableMappingResolver(List<EntityTableMetadataParser>) - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
EntityTableMetadataResolver - Interface in org.hswebframework.web.crud.configuration
 
EnumDict<V> - Interface in org.hswebframework.web.dict
枚举字典,使用枚举来实现数据字典,可通过集成此接口来实现一些有趣的功能.
EnumDict.EnumDictJSONDeserializer - Class in org.hswebframework.web.dict
自定义fastJson枚举序列化
EnumDictJSONDeserializer() - Constructor for class org.hswebframework.web.dict.EnumDict.EnumDictJSONDeserializer
 
eq(Object) - Method in interface org.hswebframework.web.dict.EnumDict
对比是否和value相等,对比地址,值,value转为string忽略大小写对比,text忽略大小写对比
equals(Object) - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
equals(Object) - Method in class org.hswebframework.web.bean.FastBeanCopier.CacheKey
 
equals(Object) - Method in class org.hswebframework.web.datasource.strategy.CachedDataSourceSwitchStrategyMatcher.CacheKey
 
equals(Object) - Method in class org.hswebframework.web.datasource.strategy.CachedTableSwitchStrategyMatcher.CacheKey
 
error(String) - Static method in class org.hswebframework.web.crud.web.ResponseMessage
 
error(String, String) - Static method in class org.hswebframework.web.crud.web.ResponseMessage
 
error(int, String, String) - Static method in class org.hswebframework.web.crud.web.ResponseMessage
 
ErrorType - Enum in org.hswebframework.web.oauth2
 
eventPublisher - Variable in class org.hswebframework.web.dictionary.service.DefaultDictionaryItemService
 
evict(Object) - Method in interface org.hswebframework.web.cache.ReactiveCache
 
evict(Object) - Method in class org.hswebframework.web.cache.supports.CaffeineReactiveCache
 
evict(Object) - Method in class org.hswebframework.web.cache.supports.GuavaReactiveCache
 
evict(Object) - Method in class org.hswebframework.web.cache.supports.RedisReactiveCache
 
evict(Object) - Method in class org.hswebframework.web.cache.supports.UnSupportedReactiveCache
 
evictAll(Iterable<?>) - Method in interface org.hswebframework.web.cache.ReactiveCache
 
evictAll(Iterable<?>) - Method in class org.hswebframework.web.cache.supports.CaffeineReactiveCache
 
evictAll(Iterable<?>) - Method in class org.hswebframework.web.cache.supports.GuavaReactiveCache
 
evictAll(Iterable<?>) - Method in class org.hswebframework.web.cache.supports.RedisReactiveCache
 
evictAll(Iterable<?>) - Method in class org.hswebframework.web.cache.supports.UnSupportedReactiveCache
 
execute(SqlRequest) - Method in class org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
execute(Publisher<SqlRequest>) - Method in class org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
execute(SqlRequest) - Method in class org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
execute(SqlRequest) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
execute(Publisher<SqlRequest>) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
execute(Map<String, Object>) - Method in interface org.hswebframework.web.starter.initialize.CallBack
 
existing(String) - Static method in class org.hswebframework.web.datasource.DataSourceHolder
判断指定id的数据源是否存在
expandTree2List(T, IDGenerator<PK>) - Static method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
expandTree2List(T, List<T>, IDGenerator<PK>) - Static method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
expandTree2List(T, List<T>, IDGenerator<PK>, BiConsumer<T, List<T>>) - Static method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
将树形结构转为列表结构,并填充对应的数据。
如树结构数据: {name:'父节点',children:[{name:'子节点1'},{name:'子节点2'}]}
解析后:[{id:'id1',name:'父节点',path:'aoSt'},{id:'id2',name:'子节点1',path:'aoSt-oS5a'},{id:'id3',name:'子节点2',path:'aoSt-uGpM'}]
expired() - Method in class org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidator
 
expired() - Method in class org.hswebframework.web.authorization.twofactor.defaults.UnsupportedTwoFactorValidator
 
expired() - Method in interface org.hswebframework.web.authorization.twofactor.TwoFactorToken
 
expired() - Method in interface org.hswebframework.web.authorization.twofactor.TwoFactorValidator
验证是否已经过期,过期则需要重新进行验证
expressionDataSourceSwitchStrategyMatcher() - Method in class org.hswebframework.web.datasource.AopDataSourceSwitcherAutoConfiguration
 
ExpressionDataSourceSwitchStrategyMatcher - Class in org.hswebframework.web.datasource.strategy
表达式方式切换数据源,在配置文件中设置:
ExpressionDataSourceSwitchStrategyMatcher() - Constructor for class org.hswebframework.web.datasource.strategy.ExpressionDataSourceSwitchStrategyMatcher
 
ExpressionDataSourceSwitchStrategyMatcher.ExpressionStrategy - Class in org.hswebframework.web.datasource.strategy
 
ExpressionStrategy() - Constructor for class org.hswebframework.web.datasource.strategy.ExpressionDataSourceSwitchStrategyMatcher.ExpressionStrategy
 
ExpressionUtils - Class in org.hswebframework.web.utils
表达式工具,用户解析表达式为字符串
ExpressionUtils() - Constructor for class org.hswebframework.web.utils.ExpressionUtils
 

F

FastBeanCopier - Class in org.hswebframework.web.bean
 
FastBeanCopier() - Constructor for class org.hswebframework.web.bean.FastBeanCopier
 
FastBeanCopier.CacheKey - Class in org.hswebframework.web.bean
 
FastBeanCopier.DefaultConverter - Class in org.hswebframework.web.bean
 
FieldDataAccess - Annotation Type in org.hswebframework.web.authorization.annotation
 
FieldFilterDataAccessConfig - Interface in org.hswebframework.web.authorization.access
对字段进行过滤操作配置,实现字段级别的权限控制
FieldFilterDataAccessHandler - Class in org.hswebframework.web.authorization.basic.handler.access
数据权限字段过滤处理,目前仅支持deny.
FieldFilterDataAccessHandler() - Constructor for class org.hswebframework.web.authorization.basic.handler.access.FieldFilterDataAccessHandler
 
FileServiceConfiguration - Class in org.hswebframework.web.file
 
FileServiceConfiguration() - Constructor for class org.hswebframework.web.file.FileServiceConfiguration
 
FileStorageService - Interface in org.hswebframework.web.file.service
文件存储服务,用于保存文件信息到服务器
FileUploadProperties - Class in org.hswebframework.web.file
 
FileUploadProperties() - Constructor for class org.hswebframework.web.file.FileUploadProperties
 
FileUploadProperties.StaticFileInfo - Class in org.hswebframework.web.file
 
filter(ServerWebExchange, WebFilterChain) - Method in class org.hswebframework.web.authorization.basic.web.UserTokenWebFilter
 
filter(ServerWebExchange, WebFilterChain) - Method in class org.hswebframework.web.i18n.WebFluxLocaleFilter
 
filter(ServerWebExchange, WebFilterChain) - Method in class org.hswebframework.web.logging.aop.ReactiveAopAccessLoggerSupport
 
filter(List<Map<String, Object>>) - Method in class org.hswebframework.web.starter.initialize.DefaultDependencyUpgrader
 
filter(List<Map<String, Object>>) - Method in interface org.hswebframework.web.starter.initialize.DependencyUpgrader
 
find(Class<T>, Predicate<T>) - Static method in interface org.hswebframework.web.dict.EnumDict
从指定的枚举类中查找想要的枚举,并返回一个Optional,如果未找到,则返回一个Optional.empty()
find(Class<T>, Object) - Static method in interface org.hswebframework.web.dict.EnumDict
根据枚举的EnumDict.getValue(),EnumDict.getText()来查找.
findAll() - Method in interface org.hswebframework.web.datasource.config.DynamicDataSourceConfigRepository
 
findAll() - Method in class org.hswebframework.web.datasource.jta.InMemoryAtomikosDataSourceRepository
 
findAllChildren(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findAllChildren(Mono<QueryParamEntity>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findAllChildrenTree(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findAllChildrenTree(Mono<QueryParamEntity>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findAllDetail(QueryParamEntity) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryService
 
findAllTree(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findAllTree(Mono<QueryParamEntity>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findAllType() - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionTypeController
 
findAnnotation(Class<T>) - Method in class org.hswebframework.web.aop.MethodInterceptorHolder
 
findAnnotation(Class, Class<T>) - Static method in class org.hswebframework.web.utils.AnnotationUtils
 
findAnnotation(Class, Method, Class<T>) - Static method in class org.hswebframework.web.utils.AnnotationUtils
 
findAnnotation(JoinPoint, Class<T>) - Static method in class org.hswebframework.web.utils.AnnotationUtils
 
findById(K) - Method in interface org.hswebframework.web.crud.service.CrudService
 
findById(Collection<K>) - Method in interface org.hswebframework.web.crud.service.CrudService
 
findById(K) - Method in interface org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
findById(Mono<K>) - Method in interface org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
findById(K) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
findById(Collection<K>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
findById(Mono<K>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
findById(Flux<K>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
findById(String) - Method in interface org.hswebframework.web.datasource.config.DynamicDataSourceConfigRepository
 
findById(String) - Method in class org.hswebframework.web.datasource.jta.InMemoryAtomikosDataSourceRepository
 
findById(String) - Method in interface org.hswebframework.web.system.authorization.api.service.reactive.ReactiveUserService
根据用户名查询用户实体,如果用户不存在则返回Mono.empty()
findById(String) - Method in interface org.hswebframework.web.system.authorization.api.service.UserService
 
findById(Collection<String>) - Method in interface org.hswebframework.web.system.authorization.api.service.UserService
 
findById(String) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
findByText(Class<T>, String) - Static method in interface org.hswebframework.web.dict.EnumDict
根据枚举的EnumDict.getText() 来查找.
findByUsername(String) - Method in interface org.hswebframework.web.system.authorization.api.service.reactive.ReactiveUserService
根据用户名查询用户实体,如果用户不存在则返回Mono.empty()
findByUsername(String) - Method in interface org.hswebframework.web.system.authorization.api.service.UserService
 
findByUsername(String) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
findByUsernameAndPassword(String, String) - Method in interface org.hswebframework.web.system.authorization.api.service.reactive.ReactiveUserService
根据用户名和密码查询用户实体,如果用户不存在或者密码不匹配则返回Mono.empty()
findByUsernameAndPassword(String, String) - Method in interface org.hswebframework.web.system.authorization.api.service.UserService
 
findByUsernameAndPassword(String, String) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
findByValue(Class<T>, Object) - Static method in interface org.hswebframework.web.dict.EnumDict
根据枚举的EnumDict.getValue()来查找.
findClassAnnotation(Class<T>) - Method in class org.hswebframework.web.aop.MethodInterceptorHolder
 
findDataAccess(Permission.DataAccessPredicate<T>) - Method in interface org.hswebframework.web.authorization.Permission
查找数据权限配置
findDenyFields(String) - Method in interface org.hswebframework.web.authorization.Permission
获取不能执行操作的字段
findDetailById(String) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryService
 
findFieldFilter(String) - Method in interface org.hswebframework.web.authorization.Permission
查找字段过滤的数据权限配置(列级数据权限),比如:不查询某些字段
findList(Class<T>, Predicate<T>) - Static method in interface org.hswebframework.web.dict.EnumDict
 
findMethodAnnotation(Class<T>) - Method in class org.hswebframework.web.aop.MethodInterceptorHolder
 
findMethodAnnotation(Class, Method, Class<T>) - Static method in class org.hswebframework.web.utils.AnnotationUtils
 
findScope(String, String, String) - Method in interface org.hswebframework.web.authorization.Permission
查找数据范围权限控制配置(行级数据权限),比如: 只能查询本机构的数据
findScope(Permission.DataAccessPredicate<ScopeDataAccessConfig>) - Method in interface org.hswebframework.web.authorization.Permission
 
findUser(QueryParam) - Method in interface org.hswebframework.web.system.authorization.api.service.reactive.ReactiveUserService
根据查询条件查询用户
findUser(QueryParam) - Method in interface org.hswebframework.web.system.authorization.api.service.UserService
 
findUser(QueryParam) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
findUserPager(QueryParam) - Method in interface org.hswebframework.web.system.authorization.api.service.UserService
 
first(Publisher<?>) - Method in interface org.hswebframework.web.event.AsyncEvent
注册一个优先级高的任务
first(Publisher<?>) - Method in class org.hswebframework.web.event.DefaultAsyncEvent
 
flux(Object) - Method in interface org.hswebframework.web.cache.ReactiveCache
 
flux(Object) - Method in class org.hswebframework.web.cache.supports.UnSupportedReactiveCache
 
forEach(Collection<T>, Consumer<T>) - Static method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
FrameworkVersion() - Constructor for class org.hswebframework.web.starter.initialize.SystemVersion.FrameworkVersion
 
frameworkVersion - Static variable in interface org.hswebframework.web.starter.initialize.SystemVersion.Property
 
from(Class<?>, Method) - Static method in class org.hswebframework.web.authorization.basic.define.DefaultBasicAuthorizeDefinition
 
fromCode(int) - Static method in enum org.hswebframework.web.oauth2.ErrorType
 
fromDimension(Dimension) - Static method in interface org.hswebframework.web.authorization.Role
 
fromJdbcUrl(String) - Static method in enum org.hswebframework.web.datasource.DatabaseType
 
fromJson(String) - Method in interface org.hswebframework.web.authorization.builder.DataAccessConfigBuilder
 
fromJson(String) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilder
 
fromMap(Map<String, Object>) - Method in interface org.hswebframework.web.authorization.builder.DataAccessConfigBuilder
 
fromMap(Map<String, Object>) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilder
 
fromMap(Map<String, Object>) - Static method in class org.hswebframework.web.starter.initialize.Dependency
 

G

generate(Authentication) - Method in class org.hswebframework.web.authorization.basic.web.DefaultUserTokenGenPar
 
generate(Authentication) - Method in interface org.hswebframework.web.authorization.basic.web.ReactiveUserTokenGenerator
 
generate(Authentication) - Method in class org.hswebframework.web.authorization.basic.web.ServletUserTokenGenPar
 
generate(Authentication) - Method in class org.hswebframework.web.authorization.basic.web.SessionIdUserTokenGenerator
 
generate(Authentication) - Method in interface org.hswebframework.web.authorization.basic.web.UserTokenGenerator
 
generate(long) - Method in interface org.hswebframework.web.authorization.twofactor.TwoFactorToken
 
generate(RDBColumnMetadata) - Method in class org.hswebframework.web.crud.generator.CurrentTimeGenerator
 
generate(RDBColumnMetadata) - Method in class org.hswebframework.web.crud.generator.DefaultIdGenerator
 
generate(RDBColumnMetadata) - Method in class org.hswebframework.web.crud.generator.MD5Generator
 
generate(RDBColumnMetadata) - Method in class org.hswebframework.web.crud.generator.SnowFlakeStringIdGenerator
 
generate() - Method in interface org.hswebframework.web.id.IDGenerator
 
GeneratedToken - Interface in org.hswebframework.web.authorization.basic.web
生成好的令牌信息
generateId() - Method in class org.hswebframework.web.system.authorization.api.entity.DimensionUserEntity
 
generateId() - Method in class org.hswebframework.web.system.authorization.api.entity.UserEntity
 
generateId(AuthorizationSettingEntity) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultAuthorizationSettingService
 
Generators - Interface in org.hswebframework.web.crud.generator
 
generic(Class) - Method in class org.hswebframework.web.crud.generator.CurrentTimeGenerator
 
GenericCrudService<E,K> - Class in org.hswebframework.web.crud.service
 
GenericCrudService() - Constructor for class org.hswebframework.web.crud.service.GenericCrudService
 
GenericEntity<PK> - Class in org.hswebframework.web.api.crud.entity
 
GenericEntity() - Constructor for class org.hswebframework.web.api.crud.entity.GenericEntity
 
GenericReactiveCacheSupportCrudService<E,K> - Class in org.hswebframework.web.crud.service
 
GenericReactiveCacheSupportCrudService() - Constructor for class org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService
 
GenericReactiveCrudService<E,K> - Class in org.hswebframework.web.crud.service
 
GenericReactiveCrudService() - Constructor for class org.hswebframework.web.crud.service.GenericReactiveCrudService
 
GenericReactiveTreeSupportCrudService<E extends TreeSortSupportEntity<K>,K> - Class in org.hswebframework.web.crud.service
 
GenericReactiveTreeSupportCrudService() - Constructor for class org.hswebframework.web.crud.service.GenericReactiveTreeSupportCrudService
 
GenericsPayloadApplicationEvent<E> - Class in org.hswebframework.web.event
动态泛型事件,用于动态发布支持泛型的事件
GenericsPayloadApplicationEvent(Object, E, Class...) - Constructor for class org.hswebframework.web.event.GenericsPayloadApplicationEvent
 
GenericTreeSortSupportEntity<PK> - Class in org.hswebframework.web.api.crud.entity
支持树形结构,排序的实体类,要使用树形结构,排序功能的实体类直接继承该类
GenericTreeSortSupportEntity() - Constructor for class org.hswebframework.web.api.crud.entity.GenericTreeSortSupportEntity
 
GenericTreeSupportCrudService<E extends TreeSortSupportEntity<K>,K> - Class in org.hswebframework.web.crud.service
 
GenericTreeSupportCrudService() - Constructor for class org.hswebframework.web.crud.service.GenericTreeSupportCrudService
 
get() - Static method in class org.hswebframework.web.api.crud.entity.EntityFactoryHolder
 
get() - Static method in class org.hswebframework.web.authorization.AuthenticationHolder
 
get(String) - Static method in class org.hswebframework.web.authorization.AuthenticationHolder
获取指定用户的权限信息
get(String) - Method in interface org.hswebframework.web.authorization.AuthenticationSupplier
 
get() - Static method in class org.hswebframework.web.authorization.ReactiveAuthenticationHolder
 
get(String) - Static method in class org.hswebframework.web.authorization.ReactiveAuthenticationHolder
获取指定用户的权限信息
get(String) - Method in interface org.hswebframework.web.authorization.ReactiveAuthenticationSupplier
 
get(String) - Method in class org.hswebframework.web.authorization.token.ReactiveTokenAuthenticationSupplier
 
get() - Method in class org.hswebframework.web.authorization.token.ReactiveTokenAuthenticationSupplier
 
get(String) - Method in class org.hswebframework.web.authorization.token.UserTokenAuthenticationSupplier
 
get(ThirdPartAuthenticationManager, String) - Method in class org.hswebframework.web.authorization.token.UserTokenAuthenticationSupplier
 
get(AuthenticationManager, String) - Method in class org.hswebframework.web.authorization.token.UserTokenAuthenticationSupplier
 
get() - Method in class org.hswebframework.web.authorization.token.UserTokenAuthenticationSupplier
 
get(String) - Method in class org.hswebframework.web.authorization.token.UserTokenReactiveAuthenticationSupplier
 
get(ThirdPartReactiveAuthenticationManager, String) - Method in class org.hswebframework.web.authorization.token.UserTokenReactiveAuthenticationSupplier
 
get(ReactiveAuthenticationManager, String) - Method in class org.hswebframework.web.authorization.token.UserTokenReactiveAuthenticationSupplier
 
get() - Method in class org.hswebframework.web.authorization.token.UserTokenReactiveAuthenticationSupplier
 
get(Class<T>) - Method in interface org.hswebframework.web.context.Context
 
get(ContextKey<T>) - Method in interface org.hswebframework.web.context.Context
 
get(String) - Method in class org.hswebframework.web.oauth2.server.auth.ReactiveOAuth2AccessTokenParser
 
get() - Method in class org.hswebframework.web.oauth2.server.auth.ReactiveOAuth2AccessTokenParser
 
getAction() - Method in interface org.hswebframework.web.authorization.access.DataAccessConfig
对数据的操作事件
getAction(String) - Method in class org.hswebframework.web.authorization.define.ResourceDefinition
 
getAction() - Method in class org.hswebframework.web.authorization.simple.AbstractDataAccessConfig
 
getActionIds() - Method in class org.hswebframework.web.authorization.define.ResourceDefinition
 
getActions() - Method in interface org.hswebframework.web.authorization.Permission
用户对此权限的可操作事件(按钮)
getActions() - Method in class org.hswebframework.web.authorization.simple.SimplePermission
 
getAfter() - Method in class org.hswebframework.web.authorization.token.event.UserTokenChangedEvent
 
getAlias() - Method in interface org.hswebframework.web.dict.DictDefine
 
getAll(Object...) - Method in interface org.hswebframework.web.cache.ReactiveCache
 
getAll(Object...) - Method in class org.hswebframework.web.cache.supports.CaffeineReactiveCache
 
getAll(Object...) - Method in class org.hswebframework.web.cache.supports.GuavaReactiveCache
 
getAll(Object...) - Method in class org.hswebframework.web.cache.supports.RedisReactiveCache
 
getAll(Object...) - Method in class org.hswebframework.web.cache.supports.UnSupportedReactiveCache
 
getAll() - Method in interface org.hswebframework.web.context.Context
 
getAllConfig() - Method in class org.hswebframework.web.datasource.web.DatasourceController
 
getAllDefine() - Method in class org.hswebframework.web.dict.defaults.DefaultDictDefineRepository
 
getAllDefine() - Method in interface org.hswebframework.web.dict.DictDefineRepository
 
getAllDefine() - Method in class org.hswebframework.web.dictionary.service.CompositeDictDefineRepository
 
getAllDefinition() - Method in class org.hswebframework.web.authorization.define.AuthorizeDefinitionInitializedEvent
 
getAllDict() - Method in class org.hswebframework.web.dictionary.webflux.WebfluxDictionaryController
 
getAllopatricLoginMode() - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
getAllParsed() - Method in interface org.hswebframework.web.authorization.basic.aop.AopMethodAuthorizeDefinitionParser
 
getAllParsed() - Method in class org.hswebframework.web.authorization.basic.aop.DefaultAopMethodAuthorizeDefinitionParser
 
getAllPermission() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationInitializeService
 
getAllType() - Method in interface org.hswebframework.web.authorization.DimensionProvider
获取全部支持的维度
getAllType() - Method in class org.hswebframework.web.system.authorization.api.UserDimensionProvider
 
getAllType() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
getAnnotation(Class<T>) - Method in interface org.hswebframework.web.aop.MethodInterceptorContext
获取当前操作方法或实例上指定类型的泛型,如果方法上未获取到,则获取实例类上的注解。实例类上未获取到,则返回null
getAnnotation(MethodParameter, Class<A>) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
getAnnotation(MethodParameter, Class<A>) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
getArgsMap(JoinPoint) - Static method in class org.hswebframework.web.utils.AnnotationUtils
 
getArgument(String) - Method in interface org.hswebframework.web.aop.MethodInterceptorContext
根据参数名获取参数值,此参数为方法的参数,而非http参数
如:当前被操作的方法为 query(QueryParam param); 调用getParameter("param"); 则返回QueryParam实例
注意:返回值为Optional对象,使用方法见Optional
getArguments() - Method in interface org.hswebframework.web.aop.MethodInterceptorContext
 
getArtifactId() - Method in class org.hswebframework.web.starter.initialize.Dependency
 
getAsync() - Method in interface org.hswebframework.web.event.AsyncEvent
 
getAsync() - Method in class org.hswebframework.web.event.DefaultAsyncEvent
 
getAttribute(String) - Method in interface org.hswebframework.web.authorization.Authentication
根据属性名获取属性值,返回一个Optional对象。
此方法可用于获取自定义的属性信息
getAttribute(String) - Method in class org.hswebframework.web.authorization.simple.SimpleAuthentication
 
getAttributes() - Method in interface org.hswebframework.web.authorization.Authentication
 
getAttributes() - Method in class org.hswebframework.web.authorization.simple.SimpleAuthentication
 
getAuthentication(String) - Method in class org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationProperties
 
getAuthentication() - Method in class org.hswebframework.web.authorization.events.AuthorizationExitEvent
 
getAuthentication() - Method in class org.hswebframework.web.authorization.events.AuthorizationSuccessEvent
 
getAuthentication() - Method in interface org.hswebframework.web.authorization.token.AuthenticationUserToken
获取认证信息
getAuthentication() - Method in class org.hswebframework.web.authorization.token.LocalAuthenticationUserToken
 
getAuthentication() - Method in class org.hswebframework.web.authorization.token.redis.SimpleAuthenticationUserToken
 
getAuthenticationByToken(String) - Method in interface org.hswebframework.web.oauth2.server.AccessTokenManager
根据token获取权限信息
getAuthenticationByToken(String) - Method in class org.hswebframework.web.oauth2.server.impl.RedisAccessTokenManager
 
getAuthor() - Method in class org.hswebframework.web.starter.initialize.Dependency
 
getBasePath(HttpServletRequest) - Static method in class org.hswebframework.web.utils.WebUtils
web应用绝对路径
getBeanFactory() - Static method in class org.hswebframework.web.bean.FastBeanCopier
 
getBefore() - Method in class org.hswebframework.web.authorization.token.event.UserTokenChangedEvent
 
getBindSymbol() - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
getById(K) - Method in interface org.hswebframework.web.crud.web.QueryController
 
getById(K) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveQueryController
 
getById(K) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
 
getById(K) - Method in interface org.hswebframework.web.crud.web.ServiceQueryController
 
getByMask(List<T>, long) - Static method in interface org.hswebframework.web.dict.EnumDict
 
getByMask(Supplier<List<T>>, long) - Static method in interface org.hswebframework.web.dict.EnumDict
 
getByMask(Class<T>, long) - Static method in interface org.hswebframework.web.dict.EnumDict
 
getByToken(String) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
getByToken(String) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
getByToken(String) - Method in class org.hswebframework.web.authorization.token.redis.RedisTokenAuthenticationManager
 
getByToken(String) - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
getByToken(String) - Method in interface org.hswebframework.web.authorization.token.TokenAuthenticationManager
根据token获取认证信息
getByToken(String) - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
根据token获取用户令牌信息
getByUserId(String) - Method in interface org.hswebframework.web.authorization.AuthenticationManager
根据用户ID获取权限信息
getByUserId(String) - Method in class org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationManager
 
getByUserId(String) - Method in class org.hswebframework.web.authorization.basic.embed.EmbedReactiveAuthenticationManager
 
getByUserId(String) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
getByUserId(String) - Method in interface org.hswebframework.web.authorization.ReactiveAuthenticationManager
根据用户ID获取权限信息
getByUserId(String) - Method in interface org.hswebframework.web.authorization.ReactiveAuthenticationManagerProvider
根据用户ID获取权限信息
getByUserId(String) - Method in class org.hswebframework.web.authorization.simple.CompositeReactiveAuthenticationManager
 
getByUserId(String) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
getByUserId(String) - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
getByUserId(String) - Method in interface org.hswebframework.web.authorization.token.ThirdPartAuthenticationManager
根据用户ID获取权限信息
getByUserId(String) - Method in interface org.hswebframework.web.authorization.token.ThirdPartReactiveAuthenticationManager
根据用户ID获取权限信息
getByUserId(String) - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
根据用户id,获取全部令牌信息,如果没有则返回空集合而不是null
getByUserId(String) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationManager
 
getCache(String) - Method in interface org.hswebframework.web.cache.ReactiveCacheManager
 
getCache(String) - Method in class org.hswebframework.web.cache.supports.AbstractReactiveCacheManager
 
getCache() - Method in interface org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
getCache() - Method in class org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService
 
getCacheName() - Method in class org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService
 
getCacheName() - Method in class org.hswebframework.web.oauth2.service.OAuth2ClientService
 
getChildren() - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
getChildren(PK) - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity.TreeHelper
根据主键获取子节点
getChildren(E) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
getChildren(E) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
getClassPath(Class) - Static method in class org.hswebframework.web.utils.ModuleUtils
 
getClassPath(String, String) - Static method in class org.hswebframework.web.utils.ModuleUtils
 
getClient(String) - Method in interface org.hswebframework.web.oauth2.server.OAuth2ClientManager
 
getClient(String) - Method in class org.hswebframework.web.oauth2.service.InDBOAuth2ClientManager
 
getComment() - Method in class org.hswebframework.web.starter.initialize.Version
 
getComments() - Method in interface org.hswebframework.web.dict.DictDefine
 
getComments() - Method in interface org.hswebframework.web.dict.EnumDict
枚举选项的描述,对一个选项进行详细的描述有时候是必要的.默认值为EnumDict.getText()
getComments() - Method in interface org.hswebframework.web.dict.ItemDefine
 
getConnection(SqlRequest) - Method in class org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
getConnection() - Method in class org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
getConnection() - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
getContext() - Method in class org.hswebframework.web.authorization.events.AuthorizingHandleBeforeEvent
 
getCopier(Object, Object, boolean) - Static method in class org.hswebframework.web.bean.FastBeanCopier
 
getCreateTime() - Method in interface org.hswebframework.web.api.crud.entity.RecordCreationEntity
 
getCreatorId() - Method in interface org.hswebframework.web.api.crud.entity.RecordCreationEntity
 
getCreatorIdProperty() - Method in interface org.hswebframework.web.api.crud.entity.RecordCreationEntity
 
getDataAccessAction() - Method in class org.hswebframework.web.authorization.define.ResourceDefinition
 
getDataAccesses() - Method in interface org.hswebframework.web.authorization.Permission
用户对此权限持有的数据权限信息, 用于数据级别的控制
getDataAccesses(String) - Method in interface org.hswebframework.web.authorization.Permission
 
getDataAccesses() - Method in class org.hswebframework.web.authorization.simple.SimplePermission
 
getDataAccessResources() - Method in class org.hswebframework.web.authorization.define.ResourcesDefinition
 
getDatabase() - Method in interface org.hswebframework.web.datasource.strategy.DataSourceSwitchStrategyMatcher.Strategy
 
getDataSource(String) - Method in interface org.hswebframework.web.datasource.DynamicDataSourceService
根据数据源ID获取动态数据源,数据源不存在将抛出DataSourceNotFoundException
getDatasourceId() - Method in class org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
getDatasourceId() - Method in class org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
getDataSourceId() - Method in exception org.hswebframework.web.datasource.exception.DataSourceClosedException
 
getDataSourceId() - Method in exception org.hswebframework.web.datasource.exception.DataSourceNotFoundException
 
getDataSourceId() - Method in interface org.hswebframework.web.datasource.strategy.DataSourceSwitchStrategyMatcher.Strategy
 
getDecodableMimeTypes() - Method in class org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
getDecodeHints(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
getDefaultDataSource() - Method in interface org.hswebframework.web.datasource.DynamicDataSourceService
 
getDefaultSupportConvert() - Method in class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilderFactory
 
getDefaultVar() - Static method in class org.hswebframework.web.utils.ExpressionUtils
获取默认的表达式变量
getDefaultVar(Map<String, Object>) - Static method in class org.hswebframework.web.utils.ExpressionUtils
获取默认的表达式变量并将制定的变量合并在一起
getDefine(String) - Method in class org.hswebframework.web.dict.defaults.DefaultDictDefineRepository
 
getDefine(String) - Method in interface org.hswebframework.web.dict.DictDefineRepository
 
getDefine(String) - Method in class org.hswebframework.web.dictionary.service.CompositeDictDefineRepository
 
getDependencies() - Method in class org.hswebframework.web.starter.initialize.SystemVersion
 
getDependency() - Method in class org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
getDependency(String, String) - Method in class org.hswebframework.web.starter.initialize.SystemVersion
 
getDepKey(String, String) - Method in class org.hswebframework.web.starter.initialize.SystemVersion
 
getDescription() - Method in interface org.hswebframework.web.authorization.define.AuthorizeDefinition
 
getDetail() - Method in class org.hswebframework.web.authorization.token.event.UserTokenCreatedEvent
 
getDetail() - Method in class org.hswebframework.web.authorization.token.event.UserTokenRemovedEvent
 
getDimension(String, String) - Method in interface org.hswebframework.web.authorization.Authentication
 
getDimension(DimensionType, String) - Method in interface org.hswebframework.web.authorization.Authentication
 
getDimensionBindInfo(Collection<String>) - Method in interface org.hswebframework.web.authorization.dimension.DimensionUserBindProvider
 
getDimensionBindInfo(Collection<String>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
getDimensionById(DimensionType, String) - Method in interface org.hswebframework.web.authorization.DimensionProvider
根据维度类型和ID获取维度信息
getDimensionById(DimensionType, String) - Method in class org.hswebframework.web.system.authorization.api.UserDimensionProvider
 
getDimensionById(DimensionType, String) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
getDimensionByUserId(String) - Method in interface org.hswebframework.web.authorization.DimensionProvider
获取用户获取维度信息
getDimensionByUserId(String) - Method in class org.hswebframework.web.system.authorization.api.UserDimensionProvider
 
getDimensionByUserId(String) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
getDimensionDataAccessScope(Authentication, Permission, String, String) - Static method in class org.hswebframework.web.authorization.access.DimensionHelper
 
getDimensionDataAccessScope(Authentication, Permission, String, DimensionType) - Static method in class org.hswebframework.web.authorization.access.DimensionHelper
 
getDimensionDataAccessScope(Authentication, String, String, String) - Static method in class org.hswebframework.web.authorization.access.DimensionHelper
 
getDimensionDataAccessScope(Authentication, String, String, DimensionType) - Static method in class org.hswebframework.web.authorization.access.DimensionHelper
 
getDimensions() - Method in interface org.hswebframework.web.authorization.Authentication
 
getDimensions(String) - Method in interface org.hswebframework.web.authorization.Authentication
 
getDimensions(DimensionType) - Method in interface org.hswebframework.web.authorization.Authentication
 
getDimensions() - Method in class org.hswebframework.web.authorization.basic.define.EmptyAuthorizeDefinition
 
getDimensions() - Method in interface org.hswebframework.web.authorization.define.AuthorizeDefinition
 
getDimensions() - Method in class org.hswebframework.web.authorization.define.MergedAuthorizeDefinition
 
getDimensionsById(DimensionType, Collection<String>) - Method in interface org.hswebframework.web.authorization.DimensionProvider
根据维度类型和Id获取多个维度
getDimensionsById(DimensionType, Collection<String>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
getDriverClassName() - Method in enum org.hswebframework.web.datasource.DatabaseType
 
getEncodableMimeTypes() - Method in class org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
getEncodeHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
getException() - Method in class org.hswebframework.web.authorization.events.AuthorizationFailedEvent
 
getExcludes() - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
getFastMatchToken() - Method in class org.hswebframework.web.dict.EnumDict.EnumDictJSONDeserializer
 
getField() - Method in interface org.hswebframework.web.dict.ClassDictDefine
 
getFields() - Method in interface org.hswebframework.web.authorization.access.FieldFilterDataAccessConfig
 
getFields() - Method in class org.hswebframework.web.authorization.simple.SimpleFieldFilterDataAccessConfig
 
getFlux(Object) - Method in interface org.hswebframework.web.cache.ReactiveCache
 
getFlux(Object) - Method in class org.hswebframework.web.cache.supports.CaffeineReactiveCache
 
getFlux(Object) - Method in class org.hswebframework.web.cache.supports.GuavaReactiveCache
 
getFlux(Object) - Method in class org.hswebframework.web.cache.supports.RedisReactiveCache
 
getFlux(Object) - Method in class org.hswebframework.web.cache.supports.UnSupportedReactiveCache
 
getFrameworkVersion() - Method in class org.hswebframework.web.starter.initialize.SystemVersion
 
getGitClassLocation(Class) - Method in class org.hswebframework.web.utils.ModuleUtils.ModuleInfo
 
getGitClassLocation(Class, long, long) - Method in class org.hswebframework.web.utils.ModuleUtils.ModuleInfo
 
getGitLocation() - Method in class org.hswebframework.web.utils.ModuleUtils.ModuleInfo
 
getGroupId() - Method in class org.hswebframework.web.starter.initialize.Dependency
 
getHandlers() - Method in class org.hswebframework.web.authorization.basic.handler.access.DefaultDataAccessController
 
getHandleType() - Method in class org.hswebframework.web.authorization.events.AuthorizingHandleBeforeEvent
 
getHeaders(HttpServletRequest) - Static method in class org.hswebframework.web.utils.WebUtils
 
getHttpServletRequest() - Static method in class org.hswebframework.web.utils.WebUtils
尝试获取当前请求的HttpServletRequest实例
getI18nCode() - Method in interface org.hswebframework.web.dict.EnumDict
 
getI18nCode() - Method in interface org.hswebframework.web.dict.I18nEnumDict
 
getI18nMessage(Locale) - Method in interface org.hswebframework.web.dict.EnumDict
 
getId() - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
getId() - Method in interface org.hswebframework.web.authorization.access.DataAccessType
 
getId() - Method in enum org.hswebframework.web.authorization.access.DefaultDataAccessType
 
getId() - Method in enum org.hswebframework.web.authorization.DefaultDimensionType
 
getId() - Method in interface org.hswebframework.web.authorization.Dimension
 
getId() - Method in interface org.hswebframework.web.authorization.DimensionType
 
getId() - Method in interface org.hswebframework.web.authorization.Permission
 
getId() - Method in interface org.hswebframework.web.authorization.Role
 
getId() - Method in interface org.hswebframework.web.authorization.User
 
getId() - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
getId() - Method in class org.hswebframework.web.crud.events.ValidateEventListener
 
getId() - Method in interface org.hswebframework.web.datasource.DynamicDataSource
 
getId() - Method in class org.hswebframework.web.datasource.DynamicDataSourceProxy
 
getId() - Method in interface org.hswebframework.web.dict.DictDefine
 
getId() - Method in class org.hswebframework.web.system.authorization.api.entity.DimensionEntity
 
getId() - Method in class org.hswebframework.web.system.authorization.api.entity.PermissionEntity
 
getId() - Method in class org.hswebframework.web.system.authorization.api.entity.UserEntity
 
getId() - Method in class org.hswebframework.web.utils.ModuleUtils.ModuleInfo
 
getIDGenerator() - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
getIDGenerator() - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
getIDGenerator() - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryItemService
 
getIDGenerator() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
getIncludes() - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
getInstance() - Static method in class org.hswebframework.web.cache.supports.UnSupportedReactiveCache
 
getInstance() - Static method in class org.hswebframework.web.id.SnowflakeIdGenerator
 
getInstanceGetter() - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory.Mapper
 
getInstanceType(Class<T>) - Method in interface org.hswebframework.web.api.crud.entity.EntityFactory
根据类型获取实体的真实的实体类型, 可通过此方法获取获取已拓展的实体类型,如:
factory.getInstanceType(MyBeanInterface.class);
getInstanceType(Class<T>, boolean) - Method in interface org.hswebframework.web.api.crud.entity.EntityFactory
 
getInstanceType(Class<T>, boolean) - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
getInvokeResult() - Method in interface org.hswebframework.web.aop.MethodInterceptorContext
 
getIpAddr(ServerHttpRequest) - Static method in class org.hswebframework.web.utils.ReactiveWebUtils
获取请求客户端的真实ip地址
getIpAddr(HttpServletRequest) - Static method in class org.hswebframework.web.utils.WebUtils
获取请求客户端的真实ip地址
getItemDefineById(String) - Method in class org.hswebframework.web.dictionary.webflux.WebfluxDictionaryController
 
getItems() - Method in interface org.hswebframework.web.dict.DictDefine
 
getJsonEncoding(MimeType) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
Determine the JSON encoding to use for the given mime type.
getLastRequestTime() - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
getLastRequestTime() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
getLevel() - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
getLocaleContext(ServerWebExchange) - Method in class org.hswebframework.web.i18n.WebFluxLocaleFilter
 
getLocalizedMessage() - Method in exception org.hswebframework.web.exception.I18nSupportException
 
getMajorVersion() - Method in class org.hswebframework.web.starter.initialize.Version
 
getMapping() - Method in interface org.hswebframework.web.datasource.strategy.TableSwitchStrategyMatcher.Strategy
 
getMappingInfo(DataAccessHandlerContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
getMask() - Method in enum org.hswebframework.web.bean.ToString.Feature
 
getMask() - Method in interface org.hswebframework.web.dict.EnumDict
 
getMaxInactiveInterval() - Method in interface org.hswebframework.web.authorization.basic.web.AuthorizedToken
 
getMaxInactiveInterval() - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
getMaxInactiveInterval() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
getMessage() - Method in class org.hswebframework.web.authorization.basic.define.EmptyAuthorizeDefinition
 
getMessage() - Method in interface org.hswebframework.web.authorization.define.AuthorizeDefinition
 
getMessage() - Method in class org.hswebframework.web.authorization.events.AuthorizingHandleBeforeEvent
 
getMessage() - Method in exception org.hswebframework.web.exception.I18nSupportException
 
getMessage(String, Object[], String, Locale) - Method in class org.hswebframework.web.i18n.UnsupportedMessageSource
 
getMessage(String, Object[], Locale) - Method in class org.hswebframework.web.i18n.UnsupportedMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.hswebframework.web.i18n.UnsupportedMessageSource
 
getMessage(String, Object[], String, Locale) - Method in class org.hswebframework.web.starter.i18n.CompositeMessageSource
 
getMessage(String, Object[], Locale) - Method in class org.hswebframework.web.starter.i18n.CompositeMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.hswebframework.web.starter.i18n.CompositeMessageSource
 
getMethod() - Method in interface org.hswebframework.web.aop.MethodInterceptorContext
当前操作的方法
getMethodBody(JoinPoint) - Static method in class org.hswebframework.web.utils.AnnotationUtils
 
getMinorVersion() - Method in class org.hswebframework.web.starter.initialize.Version
 
getModifierId() - Method in interface org.hswebframework.web.api.crud.entity.RecordModifierEntity
 
getModifierIdProperty() - Method in interface org.hswebframework.web.api.crud.entity.RecordModifierEntity
 
getModifyTime() - Method in interface org.hswebframework.web.api.crud.entity.RecordModifierEntity
 
getModule(String) - Static method in class org.hswebframework.web.utils.ModuleUtils
 
getModuleByClass(Class) - Static method in class org.hswebframework.web.utils.ModuleUtils
 
getMono(Object) - Method in interface org.hswebframework.web.cache.ReactiveCache
 
getMono(Object) - Method in class org.hswebframework.web.cache.supports.CaffeineReactiveCache
 
getMono(Object) - Method in class org.hswebframework.web.cache.supports.GuavaReactiveCache
 
getMono(Object) - Method in class org.hswebframework.web.cache.supports.RedisReactiveCache
 
getMono(Object) - Method in class org.hswebframework.web.cache.supports.UnSupportedReactiveCache
 
getName() - Method in interface org.hswebframework.web.authorization.access.DataAccessType
 
getName() - Method in interface org.hswebframework.web.authorization.Dimension
 
getName() - Method in interface org.hswebframework.web.authorization.DimensionType
 
getName() - Method in interface org.hswebframework.web.authorization.Permission
 
getName() - Method in interface org.hswebframework.web.authorization.Role
 
getName() - Method in interface org.hswebframework.web.authorization.User
 
getName() - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
getName() - Method in class org.hswebframework.web.crud.events.ValidateEventListener
 
getName() - Method in class org.hswebframework.web.crud.generator.CurrentTimeGenerator
 
getName() - Method in class org.hswebframework.web.crud.generator.DefaultIdGenerator
 
getName() - Method in class org.hswebframework.web.crud.generator.MD5Generator
 
getName() - Method in class org.hswebframework.web.crud.generator.SnowFlakeStringIdGenerator
 
getName() - Method in class org.hswebframework.web.starter.initialize.Version
 
getNamedArguments() - Method in interface org.hswebframework.web.aop.MethodInterceptorContext
获取全部参数
getNative() - Method in interface org.hswebframework.web.datasource.DynamicDataSource
 
getNative() - Method in class org.hswebframework.web.datasource.DynamicDataSourceProxy
 
getNative() - Method in interface org.hswebframework.web.datasource.JdbcDataSource
 
getNative() - Method in interface org.hswebframework.web.datasource.R2dbcDataSource
 
getNode(PK) - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity.TreeHelper
根据id获取节点
getNullGenerator() - Static method in interface org.hswebframework.web.id.IDGenerator
 
getObject() - Method in class org.hswebframework.web.crud.configuration.ReactiveRepositoryFactoryBean
 
getObject() - Method in class org.hswebframework.web.crud.configuration.SyncRepositoryFactoryBean
 
getObjectType() - Method in class org.hswebframework.web.crud.configuration.ReactiveRepositoryFactoryBean
 
getObjectType() - Method in class org.hswebframework.web.crud.configuration.SyncRepositoryFactoryBean
 
getOperator(Class<T>) - Static method in class org.hswebframework.web.bean.ToString
 
getOption(String) - Method in interface org.hswebframework.web.authorization.Dimension
 
getOption(String) - Method in interface org.hswebframework.web.authorization.Permission
 
getOptions() - Method in interface org.hswebframework.web.authorization.Dimension
 
getOptions() - Method in interface org.hswebframework.web.authorization.Permission
 
getOrCreatePhaseSet(EntityEventType, Map<EntityEventType, Set<EntityEventPhase>>) - Method in class org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
getOrCreateTypeMap(Class<? extends Entity>, Map<Class<? extends Entity>, Map<EntityEventType, Set<EntityEventPhase>>>) - Method in class org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
getOrDefault(ContextKey<T>, Supplier<? extends T>) - Method in interface org.hswebframework.web.context.Context
 
getOrder() - Method in class org.hswebframework.web.logging.aop.AopAccessLoggerSupport
 
getOrder() - Method in class org.hswebframework.web.logging.aop.ReactiveAopAccessLoggerSupport
 
getOrdinal() - Method in interface org.hswebframework.web.dict.ItemDefine
 
getPageIndexTmp() - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
getParameter(String) - Method in class org.hswebframework.web.authorization.events.AbstractAuthorizationEvent
 
getParameter(String) - Method in class org.hswebframework.web.authorization.events.AuthorizationSuccessEvent
 
getParameter(String) - Method in class org.hswebframework.web.oauth2.server.OAuth2Request
 
getParameters(HttpServletRequest) - Static method in class org.hswebframework.web.utils.WebUtils
 
getParentId() - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
getParentPath(String) - Static method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
根据path获取父节点的path
getPassword() - Method in class org.hswebframework.web.authorization.events.AbstractAuthorizationEvent
 
getPath() - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
getPermission(String) - Method in interface org.hswebframework.web.authorization.Authentication
根据权限id获取权限信息,权限不存在则返回null
getPermission() - Method in class org.hswebframework.web.authorization.setting.SettingNullValueHolder
 
getPermission() - Method in interface org.hswebframework.web.authorization.setting.SettingValueHolder
 
getPermissions() - Method in interface org.hswebframework.web.authorization.Authentication
 
getPhased() - Method in class org.hswebframework.web.authorization.basic.define.EmptyAuthorizeDefinition
 
getPhased() - Method in interface org.hswebframework.web.authorization.define.AuthorizeDefinition
 
getProperty(DimensionDataAccessConfig, DataAccessHandlerContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
getProvider() - Method in interface org.hswebframework.web.authorization.twofactor.TwoFactorValidator
 
getProvider() - Method in interface org.hswebframework.web.authorization.twofactor.TwoFactorValidatorProvider
 
getR2dbcDataSource(String) - Method in interface org.hswebframework.web.datasource.DynamicDataSourceService
 
getRepository() - Method in interface org.hswebframework.web.crud.service.CrudService
 
getRepository() - Method in class org.hswebframework.web.crud.service.GenericCrudService
 
getRepository() - Method in class org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService
 
getRepository() - Method in class org.hswebframework.web.crud.service.GenericReactiveCrudService
 
getRepository() - Method in class org.hswebframework.web.crud.service.GenericReactiveTreeSupportCrudService
 
getRepository() - Method in class org.hswebframework.web.crud.service.GenericTreeSupportCrudService
 
getRepository() - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
getRepository() - Method in interface org.hswebframework.web.crud.web.DeleteController
 
getRepository() - Method in interface org.hswebframework.web.crud.web.QueryController
 
getRepository() - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveDeleteController
 
getRepository() - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveQueryController
 
getRepository() - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveSaveController
 
getRepository() - Method in interface org.hswebframework.web.crud.web.SaveController
 
getRepository() - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionTypeController
 
getRequestTimes() - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
getRequestTimes() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
getResolvableType() - Method in class org.hswebframework.web.event.GenericsPayloadApplicationEvent
 
getResource(String) - Method in class org.hswebframework.web.authorization.define.ResourcesDefinition
 
getResources() - Method in class org.hswebframework.web.authorization.basic.define.EmptyAuthorizeDefinition
 
getResources() - Method in interface org.hswebframework.web.authorization.define.AuthorizeDefinition
 
getResources() - Method in class org.hswebframework.web.authorization.define.MergedAuthorizeDefinition
 
getResponse() - Method in interface org.hswebframework.web.authorization.basic.web.GeneratedToken
要响应的数据,可自定义想要的数据给调用者
getResult() - Method in class org.hswebframework.web.authorization.events.AuthorizationSuccessEvent
 
getRevisionVersion() - Method in class org.hswebframework.web.starter.initialize.Version
 
getScope() - Method in interface org.hswebframework.web.authorization.access.ScopeDataAccessConfig
 
getScopeType() - Method in interface org.hswebframework.web.authorization.access.ScopeDataAccessConfig
 
getScriptContext() - Method in class org.hswebframework.web.starter.initialize.SystemInitialize
 
getService() - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceDeleteController
 
getService() - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
 
getService() - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
getService() - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
getService() - Method in interface org.hswebframework.web.crud.web.ServiceDeleteController
 
getService() - Method in interface org.hswebframework.web.crud.web.ServiceQueryController
 
getService() - Method in interface org.hswebframework.web.crud.web.ServiceSaveController
 
getService() - Method in class org.hswebframework.web.dictionary.webflux.WebfluxDictionaryController
 
getService() - Method in class org.hswebframework.web.dictionary.webflux.WebfluxDictionaryItemController
 
getService() - Method in class org.hswebframework.web.oauth2.web.WebFluxOAuth2ClientController
 
getService() - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxAuthorizationSettingController
 
getService() - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionController
 
getService() - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionUserController
 
getService() - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxPermissionController
 
getService() - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxUserController
 
getSetting(String, String) - Method in interface org.hswebframework.web.authorization.setting.UserSettingManager
 
getSettings(List<Dimension>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationInitializeService
 
getSignInTime() - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
getSignInTime() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
getSortId() - Method in class org.hswebframework.web.crud.generator.CurrentTimeGenerator
 
getSortId() - Method in class org.hswebframework.web.crud.generator.DefaultIdGenerator
 
getSortId() - Method in class org.hswebframework.web.crud.generator.MD5Generator
 
getSortId() - Method in class org.hswebframework.web.crud.generator.SnowFlakeStringIdGenerator
 
getSortIndex() - Method in interface org.hswebframework.web.api.crud.entity.SortSupportEntity
 
getState() - Method in exception org.hswebframework.web.authorization.exception.UnAuthorizedException
 
getState() - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
getState() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
getStrategy(MethodInterceptorContext) - Method in class org.hswebframework.web.datasource.strategy.CachedDataSourceSwitchStrategyMatcher
 
getStrategy(MethodInterceptorContext) - Method in class org.hswebframework.web.datasource.strategy.CachedTableSwitchStrategyMatcher
 
getStrategy(MethodInterceptorContext) - Method in interface org.hswebframework.web.datasource.strategy.DataSourceSwitchStrategyMatcher
获取数据源切换策略
getStrategy(MethodInterceptorContext) - Method in interface org.hswebframework.web.datasource.strategy.TableSwitchStrategyMatcher
获取表切换策略
getStreamingMediaTypes() - Method in class org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
getSupportTokenType() - Method in class org.hswebframework.web.authorization.basic.web.ServletUserTokenGenPar
 
getSupportTokenType() - Method in class org.hswebframework.web.authorization.basic.web.SessionIdUserTokenGenerator
 
getSupportTokenType() - Method in interface org.hswebframework.web.authorization.basic.web.UserTokenGenerator
 
getTable(String) - Method in interface org.hswebframework.web.datasource.switcher.TableSwitcher
 
getTarget() - Method in interface org.hswebframework.web.aop.MethodInterceptorContext
获取当前类实例
getTarget() - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory.Mapper
 
getTargetClass() - Method in class org.hswebframework.web.authorization.basic.define.EmptyAuthorizeDefinition
 
getTargetClass() - Method in interface org.hswebframework.web.authorization.define.AopAuthorizeDefinition
 
getTargetClass() - Method in class org.hswebframework.web.proxy.Proxy
 
getTargetMethod() - Method in class org.hswebframework.web.authorization.basic.define.EmptyAuthorizeDefinition
 
getTargetMethod() - Method in interface org.hswebframework.web.authorization.define.AopAuthorizeDefinition
 
getTerms() - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
getTermType(DimensionDataAccessConfig) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
getTestQuery() - Method in enum org.hswebframework.web.datasource.DatabaseType
 
getText() - Method in enum org.hswebframework.web.authorization.access.DefaultDataAccessType
 
getText() - Method in interface org.hswebframework.web.dict.EnumDict
枚举字典选项的文本,通常为中文
getText() - Method in interface org.hswebframework.web.dict.ItemDefine
 
getThinkPageIndex() - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
getTimeout() - Method in interface org.hswebframework.web.authorization.basic.web.GeneratedToken
 
getToken() - Method in interface org.hswebframework.web.authorization.basic.web.GeneratedToken
 
getToken() - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
getToken() - Method in interface org.hswebframework.web.authorization.token.ParsedToken
 
getToken() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
getToken(String, String) - Method in class org.hswebframework.web.authorization.twofactor.defaults.HashMapTwoFactorTokenManager
 
getToken(String, String) - Method in interface org.hswebframework.web.authorization.twofactor.TwoFactorTokenManager
 
getTokenType() - Method in class org.hswebframework.web.authorization.basic.configuration.BasicAuthorizationTokenParser
 
getTokenType() - Method in class org.hswebframework.web.authorization.basic.web.DefaultUserTokenGenPar
 
getTokenType() - Method in interface org.hswebframework.web.authorization.basic.web.ReactiveUserTokenGenerator
 
getTokenType() - Method in interface org.hswebframework.web.authorization.basic.web.UserTokenForTypeParser
 
getTokenType() - Method in interface org.hswebframework.web.authorization.token.ThirdPartAuthenticationManager
 
getTokenType() - Method in interface org.hswebframework.web.authorization.token.ThirdPartReactiveAuthenticationManager
 
getType() - Method in interface org.hswebframework.web.authorization.access.DataAccessConfig
控制方式标识
getType() - Method in interface org.hswebframework.web.authorization.access.OwnCreatedDataAccessConfig
 
getType() - Method in interface org.hswebframework.web.authorization.basic.web.GeneratedToken
 
getType(String) - Method in class org.hswebframework.web.authorization.define.DataAccessDefinition
 
getType() - Method in interface org.hswebframework.web.authorization.Dimension
 
getType() - Method in interface org.hswebframework.web.authorization.Role
 
getType() - Method in class org.hswebframework.web.authorization.simple.DimensionDataAccessConfig
 
getType() - Method in class org.hswebframework.web.authorization.simple.SimpleFieldFilterDataAccessConfig
 
getType() - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
getType() - Method in interface org.hswebframework.web.authorization.token.ParsedToken
 
getType() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
getType() - Method in interface org.hswebframework.web.authorization.User
 
getType() - Method in interface org.hswebframework.web.datasource.DynamicDataSource
 
getType() - Method in class org.hswebframework.web.datasource.DynamicDataSourceProxy
 
getUsedHistoryQueue() - Method in class org.hswebframework.web.datasource.switcher.DefaultSwitcher
 
getUser() - Method in interface org.hswebframework.web.authorization.Authentication
 
getUserDimension(Collection<String>) - Method in interface org.hswebframework.web.authorization.dimension.DimensionManager
获取用户维度
getUserDimension(Collection<String>) - Method in class org.hswebframework.web.authorization.simple.DefaultDimensionManager
 
getUserId() - Method in interface org.hswebframework.web.authorization.access.UserAttachEntity
 
getUserId() - Method in interface org.hswebframework.web.authorization.basic.web.AuthorizedToken
 
getUserId() - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
getUserId() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
getUserIdByDimensionId(String) - Method in interface org.hswebframework.web.authorization.DimensionProvider
根据维度ID获取用户ID
getUserIdByDimensionId(String) - Method in class org.hswebframework.web.system.authorization.api.UserDimensionProvider
 
getUserIdByDimensionId(String) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
getUserIdProperty() - Method in interface org.hswebframework.web.authorization.access.UserAttachEntity
 
getUsername() - Method in class org.hswebframework.web.authorization.events.AbstractAuthorizationEvent
 
getUsername() - Method in interface org.hswebframework.web.authorization.User
 
getUserToken(String) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
getUserType() - Method in interface org.hswebframework.web.authorization.User
 
getValidator(String, String, String) - Method in class org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidatorManager
 
getValidator(String, String, String) - Method in interface org.hswebframework.web.authorization.twofactor.TwoFactorValidatorManager
获取用户使用的双重验证器
getValidator() - Static method in class org.hswebframework.web.validator.ValidatorUtils
 
getValue() - Method in enum org.hswebframework.web.authorization.access.DefaultDataAccessType
 
getValue() - Method in class org.hswebframework.web.authorization.setting.SettingNullValueHolder
 
getValue() - Method in interface org.hswebframework.web.authorization.setting.SettingValueHolder
 
getValue() - Method in class org.hswebframework.web.authorization.setting.StringSourceSettingHolder
 
getValue() - Method in enum org.hswebframework.web.authorization.setting.UserSettingPermission
 
getValue() - Method in interface org.hswebframework.web.dict.EnumDict
枚举选项的值,通常由字母或者数字组成,并且在同一个枚举中值唯一;对应数据库中的值通常也为此值
getValue() - Method in interface org.hswebframework.web.dict.ItemDefine
 
getValue() - Method in enum org.hswebframework.web.oauth2.enums.OAuth2ClientState
 
getValue() - Method in enum org.hswebframework.web.system.authorization.api.enums.DimensionUserFeature
 
getWebsite() - Method in class org.hswebframework.web.starter.initialize.Version
 
getWrapper(Class<T>) - Method in class org.hswebframework.web.crud.configuration.DefaultEntityResultWrapperFactory
 
getWrapper(Class<T>) - Method in interface org.hswebframework.web.crud.configuration.EntityResultWrapperFactory
 
getWriteJSONObject() - Method in interface org.hswebframework.web.dict.EnumDict
EnumDict.isWriteJSONObjectEnabled()返回true时,在序列化为json的时候,会写出此方法返回的对象
getWriteJSONObject() - Method in class org.hswebframework.web.dictionary.entity.DictionaryItemEntity
 
getXaDataSourceClassName() - Method in enum org.hswebframework.web.datasource.DatabaseType
 
grant_type - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
GrantType - Interface in org.hswebframework.web.oauth2
 
groupId - Variable in class org.hswebframework.web.starter.initialize.Dependency
 
GuavaProperties() - Constructor for class org.hswebframework.web.cache.configuration.ReactiveCacheProperties.GuavaProperties
 
GuavaReactiveCache<E> - Class in org.hswebframework.web.cache.supports
 
GuavaReactiveCache() - Constructor for class org.hswebframework.web.cache.supports.GuavaReactiveCache
 
GuavaReactiveCacheManager - Class in org.hswebframework.web.cache.supports
 
GuavaReactiveCacheManager() - Constructor for class org.hswebframework.web.cache.supports.GuavaReactiveCacheManager
 

H

handEvent(AuthorizingHandleBeforeEvent) - Method in class org.hswebframework.web.authorization.basic.handler.UserAllowPermissionHandler
 
handle(DataAccessConfig, AuthorizingContext) - Method in interface org.hswebframework.web.authorization.access.DataAccessHandler
执行处理,返回处理结果
handle(DataAccessConfig, AuthorizingContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
handle(DataAccessConfig, AuthorizingContext) - Method in class org.hswebframework.web.authorization.basic.handler.access.FieldFilterDataAccessHandler
 
handle(AuthorizingContext) - Method in interface org.hswebframework.web.authorization.basic.handler.AuthorizingHandler
 
handle(BiConsumer<T, SynchronousSink<R>>) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
handle(Authentication, AuthorizationSettingEntity) - Method in enum org.hswebframework.web.system.authorization.defaults.configuration.PermissionProperties.PermissionFilter.UnAuthStrategy
 
handleBatchOperation(Class, EntityEventType, EventContext, BiFunction<List<?>, Class, AsyncEvent>, BiFunction<List<?>, Class, AsyncEvent>, BiFunction<List<?>, Class, AsyncEvent>) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
handleById(DimensionDataAccessConfig, DataAccessHandlerContext, DimensionDataAccessHandler.MappingInfo, Object) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
handleClearAuthCache(ClearUserAuthorizationCacheEvent) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationManager
 
handleClearCacheEvent(ClearDictionaryCacheEvent) - Method in class org.hswebframework.web.dictionary.service.CompositeDictDefineRepository
 
handleDataAccess(AuthorizingContext) - Method in interface org.hswebframework.web.authorization.basic.handler.AuthorizingHandler
 
handleDataAccess(AuthorizingContext) - Method in class org.hswebframework.web.authorization.basic.handler.DefaultAuthorizingHandler
 
handleDeleteBefore(Class<Entity>, EventContext) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
handleError(Throwable) - Method in class org.hswebframework.web.cache.supports.RedisReactiveCache
 
handleException(BusinessException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(UnsupportedOperationException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(UnAuthorizedException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(AccessDenyException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(NotFoundException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(ValidationException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(ConstraintViolationException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(BindException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(WebExchangeBindException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(MethodArgumentNotValidException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(ValidationException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(TimeoutException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(RuntimeException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(NullPointerException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(IllegalArgumentException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(AuthenticationException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(UnsupportedMediaTypeStatusException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(NotAcceptableStatusException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(MethodNotAllowedException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(ServerWebInputException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(I18nSupportException) - Method in class org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(BusinessException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(UnsupportedOperationException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(UnAuthorizedException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(AccessDenyException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(NotFoundException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(ValidationException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(ConstraintViolationException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(BindException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(WebExchangeBindException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(MethodArgumentNotValidException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(ValidationException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(TimeoutException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(RuntimeException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(NullPointerException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(IllegalArgumentException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(AuthenticationException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(UnsupportedMediaTypeStatusException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(NotAcceptableStatusException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(MethodNotAllowedException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(ServerWebInputException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(I18nSupportException) - Method in class org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(R2dbcDataIntegrityViolationException) - Method in class org.hswebframework.web.crud.web.R2dbcErrorControllerAdvice
 
handlePermission(SimpleAuthentication, List<Dimension>, Map<String, PermissionEntity>, Map<String, List<AuthorizationSettingEntity>>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationInitializeService
 
handleQueryBefore(EntityColumnMapping, EventContext) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
handleRBAC(Authentication, AuthorizeDefinition) - Method in class org.hswebframework.web.authorization.basic.handler.DefaultAuthorizingHandler
 
handleReactive0(AuthorizeDefinition, MethodInterceptorHolder, AuthorizingContext, Supplier<? extends Publisher<?>>) - Method in class org.hswebframework.web.authorization.basic.aop.AopAuthorizingController
 
handleReactiveArguments(Function<Publisher<?>, Publisher<?>>) - Method in interface org.hswebframework.web.aop.MethodInterceptorContext
 
handleResourceParseEvent(AuthorizeDefinitionInitializedEvent) - Method in class org.hswebframework.web.system.authorization.defaults.service.PermissionSynchronization
 
handleResult(ServerWebExchange, HandlerResult) - Method in class org.hswebframework.web.crud.web.ResponseMessageWrapper
 
handleSetting(Authentication, AuthorizationSettingEntity) - Method in class org.hswebframework.web.system.authorization.defaults.configuration.PermissionProperties.PermissionFilter
 
handleSingleOperation(Class, EntityEventType, EventContext, BiFunction<List<?>, Class, AsyncEvent>, BiFunction<List<?>, Class, AsyncEvent>, BiFunction<List<?>, Class, AsyncEvent>) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
HandleType - Enum in org.hswebframework.web.authorization.define
 
handleUpdateAfter(EventContext) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
handleUpdateBefore(DSLUpdate<?, ?>, EventContext) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
handleUpdateBefore(EventContext) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
handleUserDeleteEntity(UserDeletedEvent) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionUserService
 
handleUserSign(AuthorizationSuccessEvent) - Method in class org.hswebframework.web.authorization.basic.web.UserTokenWebFilter
 
handRBAC(AuthorizingContext) - Method in interface org.hswebframework.web.authorization.basic.handler.AuthorizingHandler
 
handRBAC(AuthorizingContext) - Method in class org.hswebframework.web.authorization.basic.handler.DefaultAuthorizingHandler
 
has(String) - Static method in interface org.hswebframework.web.authorization.AuthenticationPredicate
 
hasAccessByProperty(Set<Object>, String, Object) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
hasAction(Collection<String>) - Method in class org.hswebframework.web.authorization.define.ResourceDefinition
 
hasDataAccessAction() - Method in class org.hswebframework.web.authorization.define.ResourceDefinition
 
hasDimension(String, String...) - Method in interface org.hswebframework.web.authorization.Authentication
 
hasDimension(String, Collection<String>) - Method in interface org.hswebframework.web.authorization.Authentication
 
hasDimension(DimensionType, String) - Method in interface org.hswebframework.web.authorization.Authentication
 
hasDimension(String) - Method in class org.hswebframework.web.authorization.define.DimensionDefinition
 
hasDimension(Dimension) - Method in class org.hswebframework.web.authorization.define.DimensionsDefinition
 
hasDimension(List<Dimension>) - Method in class org.hswebframework.web.authorization.define.DimensionsDefinition
 
hasFeature(long, ToString.Feature) - Static method in enum org.hswebframework.web.bean.ToString.Feature
 
hasFeature(DimensionUserFeature) - Method in class org.hswebframework.web.system.authorization.api.entity.DimensionUserEntity
 
hashCode() - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
hashCode() - Method in class org.hswebframework.web.bean.FastBeanCopier.CacheKey
 
hashCode() - Method in class org.hswebframework.web.datasource.strategy.CachedDataSourceSwitchStrategyMatcher.CacheKey
 
hashCode() - Method in class org.hswebframework.web.datasource.strategy.CachedTableSwitchStrategyMatcher.CacheKey
 
HashMapTwoFactorTokenManager - Class in org.hswebframework.web.authorization.twofactor.defaults
 
HashMapTwoFactorTokenManager() - Constructor for class org.hswebframework.web.authorization.twofactor.defaults.HashMapTwoFactorTokenManager
 
hasListener() - Method in class org.hswebframework.web.event.DefaultAsyncEvent
 
hasPermission(String, String...) - Method in interface org.hswebframework.web.authorization.Authentication
判断是否持有某权限以及对权限的可操作事件
hasPermission(String, Collection<String>) - Method in interface org.hswebframework.web.authorization.Authentication
 
hasPermission(Permission) - Method in class org.hswebframework.web.authorization.define.ResourcesDefinition
 
hasPermission(Collection<Permission>) - Method in class org.hswebframework.web.authorization.define.ResourcesDefinition
 
HswebAutoConfiguration - Class in org.hswebframework.web.starter
 
HswebAutoConfiguration() - Constructor for class org.hswebframework.web.starter.HswebAutoConfiguration
 
hswebDataSouceProperties() - Method in class org.hswebframework.web.datasource.DynamicDataSourceAutoConfiguration
 
HswebDataSourceProperties - Class in org.hswebframework.web.datasource
 
HswebDataSourceProperties() - Constructor for class org.hswebframework.web.datasource.HswebDataSourceProperties
 
HttpParameterConverter - Class in org.hswebframework.web.utils
 
HttpParameterConverter(Object) - Constructor for class org.hswebframework.web.utils.HttpParameterConverter
 

I

I18nConfiguration - Class in org.hswebframework.web.starter.i18n
 
I18nConfiguration() - Constructor for class org.hswebframework.web.starter.i18n.I18nConfiguration
 
I18nEnumDict<V> - Interface in org.hswebframework.web.dict
国际化支持的枚举数据字典,自动根据 : 类名.name()来获取text.如果没有定义则获取EnumDict.getText()的值.
I18nSupportException - Exception in org.hswebframework.web.exception
支持国际化消息的异常,code为
I18nSupportException() - Constructor for exception org.hswebframework.web.exception.I18nSupportException
 
I18nSupportException(String, Object...) - Constructor for exception org.hswebframework.web.exception.I18nSupportException
 
I18nSupportException(String, Throwable, Object...) - Constructor for exception org.hswebframework.web.exception.I18nSupportException
 
IDGenerator<T> - Interface in org.hswebframework.web.id
ID生成器,用于生成ID
illegal_argument - Static variable in interface org.hswebframework.web.CodeConstants.Error
 
ILLEGAL_PASSWORD - Static variable in exception org.hswebframework.web.authorization.exception.AuthenticationException
 
ImplementFor - Annotation Type in org.hswebframework.web.api.crud.entity
 
implicit - Static variable in interface org.hswebframework.web.oauth2.GrantType
 
in(long) - Method in interface org.hswebframework.web.dict.EnumDict
 
in(EnumDict<V>...) - Method in interface org.hswebframework.web.dict.EnumDict
 
in(T, T...) - Static method in interface org.hswebframework.web.dict.EnumDict
 
include(String...) - Static method in class org.hswebframework.web.bean.FastBeanCopier
 
InDBOAuth2ClientManager - Class in org.hswebframework.web.oauth2.service
 
InDBOAuth2ClientManager() - Constructor for class org.hswebframework.web.oauth2.service.InDBOAuth2ClientManager
 
index() - Method in interface org.hswebframework.web.dict.EnumDict
 
init() - Method in class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilderFactory
 
init() - Method in class org.hswebframework.web.bean.DefaultToStringOperator
 
init() - Method in class org.hswebframework.web.datasource.jta.InMemoryAtomikosDataSourceRepository
 
init(MessageSource) - Static method in class org.hswebframework.web.i18n.MessageSourceInitializer
 
init() - Method in class org.hswebframework.web.starter.HswebAutoConfiguration
 
init() - Method in class org.hswebframework.web.starter.initialize.SystemInitialize
 
initByEntity(Class<? extends Entity>, Map<EntityEventType, Set<EntityEventPhase>>, boolean) - Method in class org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
initCache(Class<T>) - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
initDepCache() - Method in class org.hswebframework.web.starter.initialize.SystemVersion
 
initInstallInfo() - Method in class org.hswebframework.web.starter.initialize.SystemInitialize
 
initPermission(SimpleAuthentication) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationInitializeService
 
initUserAuthorization(String) - Method in interface org.hswebframework.web.authorization.ReactiveAuthenticationInitializeService
根据用户ID初始化权限信息
initUserAuthorization(String) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationInitializeService
 
inject(T, String, String, List<String>) - Static method in class org.hswebframework.web.system.authorization.defaults.service.terms.DimensionTerm
 
inject(T, String, String, boolean, boolean, List<String>) - Static method in class org.hswebframework.web.system.authorization.defaults.service.terms.DimensionTerm
 
inMemoryAtomikosDataSourceRepository() - Method in class org.hswebframework.web.datasource.jta.AtomikosDataSourceAutoConfiguration
 
InMemoryAtomikosDataSourceRepository - Class in org.hswebframework.web.datasource.jta
 
InMemoryAtomikosDataSourceRepository() - Constructor for class org.hswebframework.web.datasource.jta.InMemoryAtomikosDataSourceRepository
 
insert(Collection<E>) - Method in interface org.hswebframework.web.crud.service.CrudService
 
insert(E) - Method in interface org.hswebframework.web.crud.service.CrudService
 
insert(Publisher<E>) - Method in interface org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
insert(Publisher<E>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
insert(E) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
insert(Publisher<E>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
insert(E) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
insert(Collection<E>) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
insert(Publisher<DictionaryItemEntity>) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryItemService
 
insert(Publisher<DictionaryEntity>) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryService
 
insert(Publisher<AuthorizationSettingEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultAuthorizationSettingService
 
insert(Publisher<DimensionUserEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionUserService
 
insertBatch(Publisher<? extends Collection<E>>) - Method in interface org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
insertBatch(Publisher<? extends Collection<E>>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
insertBatch(Publisher<? extends Collection<E>>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
insertBatch(Publisher<? extends Collection<DictionaryItemEntity>>) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryItemService
 
insertBatch(Publisher<? extends Collection<DictionaryEntity>>) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryService
 
insertBatch(Publisher<? extends Collection<AuthorizationSettingEntity>>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultAuthorizationSettingService
 
insertBatch(Publisher<? extends Collection<DimensionUserEntity>>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionUserService
 
InSpringDynamicDataSourceConfig - Class in org.hswebframework.web.datasource.config
 
InSpringDynamicDataSourceConfig() - Constructor for class org.hswebframework.web.datasource.config.InSpringDynamicDataSourceConfig
 
install() - Method in class org.hswebframework.web.starter.initialize.SystemInitialize
 
instance - Static variable in class org.hswebframework.web.authorization.basic.define.EmptyAuthorizeDefinition
 
INSTANCE - Static variable in class org.hswebframework.web.authorization.setting.SettingNullValueHolder
 
INSTANCE - Static variable in class org.hswebframework.web.cache.supports.NullValue
 
instance() - Static method in class org.hswebframework.web.i18n.UnsupportedMessageSource
 
integer(String) - Static method in class org.hswebframework.web.context.ContextKey
 
invoke(MethodInvocation) - Method in class org.hswebframework.web.authorization.basic.aop.AopAuthorizingController
 
InvokeResultUtils - Class in org.hswebframework.web.authorization.basic.handler.access
 
InvokeResultUtils() - Constructor for class org.hswebframework.web.authorization.basic.handler.access.InvokeResultUtils
 
isAllow() - Method in class org.hswebframework.web.authorization.events.AuthorizingHandleBeforeEvent
 
isDeny() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
isDoFireEvent(boolean) - Static method in class org.hswebframework.web.crud.events.EntityEventHelper
判断当前是否设置了事件
isDynamicDataSourceReady() - Static method in class org.hswebframework.web.datasource.DataSourceHolder
 
isEmpty() - Method in class org.hswebframework.web.authorization.basic.define.DefaultBasicAuthorizeDefinition
 
isEmpty() - Method in class org.hswebframework.web.authorization.basic.define.EmptyAuthorizeDefinition
 
isEmpty() - Method in interface org.hswebframework.web.authorization.define.AuthorizeDefinition
 
isEmpty() - Method in class org.hswebframework.web.authorization.define.DimensionsDefinition
 
isEmpty() - Method in class org.hswebframework.web.authorization.define.ResourcesDefinition
 
isEnabled(Class<? extends Entity>) - Method in class org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
isEnabled(Class<? extends Entity>, EntityEventType, EntityEventPhase) - Method in class org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
isEnabled(Class<? extends Entity>) - Method in interface org.hswebframework.web.crud.events.EntityEventListenerConfigure
判断实体类是否启用了事件
isEnabled(Class<? extends Entity>, EntityEventType, EntityEventPhase) - Method in interface org.hswebframework.web.crud.events.EntityEventListenerConfigure
判断实体类是否启用了指定类型的事件
isExecute() - Method in class org.hswebframework.web.authorization.events.AuthorizingHandleBeforeEvent
 
isExpired() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
isFallbackDefault() - Method in interface org.hswebframework.web.datasource.strategy.DataSourceSwitchStrategyMatcher.Strategy
当数据源不存在时,是否回退为默认数据源,如果为false,当数据源不存在时,将会抛出异常DataSourceNotFoundException
isForUpdate() - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
isLock() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
isNone() - Method in class org.hswebframework.web.utils.ModuleUtils.ModuleInfo
 
isNormal() - Method in class org.hswebframework.web.authorization.token.redis.SimpleUserToken
 
isNormal() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
isOffline() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
isRootNode(E) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
isRootNode(E) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
isSameDependency(Dependency) - Method in class org.hswebframework.web.starter.initialize.Dependency
 
isSameDependency(String, String) - Method in class org.hswebframework.web.starter.initialize.Dependency
 
isSameType(DimensionType) - Method in interface org.hswebframework.web.authorization.DimensionType
 
isSameType(String) - Method in interface org.hswebframework.web.authorization.DimensionType
 
isSingleton() - Method in class org.hswebframework.web.crud.configuration.ReactiveRepositoryFactoryBean
 
isSingleton() - Method in class org.hswebframework.web.crud.configuration.SyncRepositoryFactoryBean
 
isSnapshot() - Method in class org.hswebframework.web.starter.initialize.Version
 
isSupport(DataAccessConfig) - Method in interface org.hswebframework.web.authorization.access.DataAccessHandler
是否支持处理此配置
isSupport(DataAccessConfig) - Method in class org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler
 
isSupport(DataAccessConfig) - Method in class org.hswebframework.web.authorization.basic.handler.access.FieldFilterDataAccessHandler
 
isSupport(String, String, String) - Method in interface org.hswebframework.web.authorization.simple.builder.DataAccessConfigConverter
 
isUseDefaultDataSource() - Method in interface org.hswebframework.web.datasource.strategy.DataSourceSwitchStrategyMatcher.Strategy
是否使用默认数据源,与 this#getDataSourceId互斥,只在this#getDataSourceId不为空时生效
isUseDefaultDataSource() - Method in class org.hswebframework.web.datasource.strategy.ExpressionDataSourceSwitchStrategyMatcher.ExpressionStrategy
 
isWriteJSONObjectEnabled() - Method in interface org.hswebframework.web.dict.EnumDict
 
ItemDefine - Interface in org.hswebframework.web.dict
 

J

JdbcDataSource - Interface in org.hswebframework.web.datasource
动态数据源
JdbcSqlExecutorConfiguration - Class in org.hswebframework.web.crud.configuration
 
JdbcSqlExecutorConfiguration() - Constructor for class org.hswebframework.web.crud.configuration.JdbcSqlExecutorConfiguration
 
JdbcSwitcher - Interface in org.hswebframework.web.datasource.switcher
 
jdbcTransactionManager - Static variable in interface org.hswebframework.web.api.crud.entity.TransactionManagers
JDBC事务管理器
jpaEntityTableMetadataParser(RDBDatabaseMetadata) - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
json(String) - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilder
 
json(String) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
JtaDataSourceRepository - Interface in org.hswebframework.web.datasource.jta
 

L

list2tree(Collection<N>, BiConsumer<N, List<N>>) - Static method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
集合转为树形结构,返回根节点集合
list2tree(Collection<N>, BiConsumer<N, List<N>>, Predicate<N>) - Static method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
list2tree(Collection<N>, BiConsumer<N, List<N>>, Function<TreeSupportEntity.TreeHelper<N, PK>, Predicate<N>>) - Static method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
列表结构转为树结构,并返回根节点集合
LocalAuthenticationUserToken - Class in org.hswebframework.web.authorization.token
包含认证信息的用户令牌信息
LocalAuthenticationUserToken() - Constructor for class org.hswebframework.web.authorization.token.LocalAuthenticationUserToken
 
LocaleUtils - Class in org.hswebframework.web.i18n
LocaleUtils() - Constructor for class org.hswebframework.web.i18n.LocaleUtils
 
localeWebFilter() - Method in class org.hswebframework.web.crud.web.CommonWebFluxConfiguration
 
LocalFileStorageService - Class in org.hswebframework.web.file.service
 
LocalFileStorageService() - Constructor for class org.hswebframework.web.file.service.LocalFileStorageService
 
LocalUserToken - Class in org.hswebframework.web.authorization.token
用户令牌信息
LocalUserToken(String, String) - Constructor for class org.hswebframework.web.authorization.token.LocalUserToken
 
LocalUserToken() - Constructor for class org.hswebframework.web.authorization.token.LocalUserToken
 
log(Context, Consumer<Map<String, String>>) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
LoggerDefine - Class in org.hswebframework.web.logging
 
LoggerDefine() - Constructor for class org.hswebframework.web.logging.LoggerDefine
 
Logical - Enum in org.hswebframework.web.authorization.annotation
 

M

majorVersion - Static variable in interface org.hswebframework.web.starter.initialize.SystemVersion.Property
 
majorVersion - Variable in class org.hswebframework.web.starter.initialize.Version
 
Mapper(Class<T>, Supplier<T>) - Constructor for class org.hswebframework.web.crud.entity.factory.MapperEntityFactory.Mapper
 
MapperEntityFactory - Class in org.hswebframework.web.crud.entity.factory
 
MapperEntityFactory() - Constructor for class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
MapperEntityFactory(Map<Class<?>, MapperEntityFactory.Mapper<?>>) - Constructor for class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
MapperEntityFactory.Mapper<T> - Class in org.hswebframework.web.crud.entity.factory
 
maskIn(long, T...) - Static method in interface org.hswebframework.web.dict.EnumDict
 
maskInAny(long, T...) - Static method in interface org.hswebframework.web.dict.EnumDict
 
match(Class, Method) - Method in class org.hswebframework.web.datasource.strategy.CachedDataSourceSwitchStrategyMatcher
 
match(Class, Method) - Method in class org.hswebframework.web.datasource.strategy.CachedTableSwitchStrategyMatcher
 
match(Class, Method) - Method in interface org.hswebframework.web.datasource.strategy.DataSourceSwitchStrategyMatcher
匹配类和方法,返回是否需要进行数据源切换
match(Class, Method) - Method in interface org.hswebframework.web.datasource.strategy.TableSwitchStrategyMatcher
匹配类和方法,返回是否需要进行表切换
matches(Method, Class<?>) - Method in class org.hswebframework.web.authorization.basic.aop.AopAuthorizingController
 
matches(Method, Class<?>) - Method in class org.hswebframework.web.datasource.AopDataSourceSwitcherAutoConfiguration.SwitcherMethodMatcherPointcutAdvisor
 
matches(Method, Class<?>) - Method in class org.hswebframework.web.logging.aop.AopAccessLoggerSupport
 
matches(Method, Class<?>) - Method in class org.hswebframework.web.logging.aop.ReactiveAopAccessLoggerSupport
 
MD5 - Static variable in interface org.hswebframework.web.crud.generator.Generators
 
MD5 - Static variable in interface org.hswebframework.web.id.IDGenerator
md5(uuid()+random())
md5Generator() - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
MD5Generator - Class in org.hswebframework.web.crud.generator
 
MD5Generator() - Constructor for class org.hswebframework.web.crud.generator.MD5Generator
 
mdc(String, String) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
mdc(String...) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
mdc(Consumer<Map<String, String>>) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
me() - Method in class org.hswebframework.web.authorization.basic.web.AuthorizationController
 
merge(Authentication) - Method in interface org.hswebframework.web.authorization.Authentication
合并权限
merge(List<AuthorizeDefinition>) - Method in class org.hswebframework.web.authorization.define.MergedAuthorizeDefinition
 
merge(DimensionUserDetail) - Method in class org.hswebframework.web.authorization.dimension.DimensionUserDetail
 
merge(Authentication) - Method in class org.hswebframework.web.authorization.simple.SimpleAuthentication
 
MergedAuthorizeDefinition - Class in org.hswebframework.web.authorization.basic.define
 
MergedAuthorizeDefinition() - Constructor for class org.hswebframework.web.authorization.basic.define.MergedAuthorizeDefinition
 
MergedAuthorizeDefinition - Class in org.hswebframework.web.authorization.define
 
MergedAuthorizeDefinition() - Constructor for class org.hswebframework.web.authorization.define.MergedAuthorizeDefinition
 
message() - Method in enum org.hswebframework.web.oauth2.ErrorType
 
MessageSourceInitializer - Class in org.hswebframework.web.i18n
 
MessageSourceInitializer() - Constructor for class org.hswebframework.web.i18n.MessageSourceInitializer
 
MethodInterceptorContext - Interface in org.hswebframework.web.aop
AOP拦截到方法的参数上下文,用于获取当前进行操作的方法的各种参数信息,如:当前所在类实例,参数集合,注解
MethodInterceptorHolder - Class in org.hswebframework.web.aop
 
MethodInterceptorHolder() - Constructor for class org.hswebframework.web.aop.MethodInterceptorHolder
 
minorVersion - Static variable in interface org.hswebframework.web.starter.initialize.SystemVersion.Property
 
minorVersion - Variable in class org.hswebframework.web.starter.initialize.Version
 
modifierId - Static variable in interface org.hswebframework.web.api.crud.entity.RecordModifierEntity
 
modifyTime - Static variable in interface org.hswebframework.web.api.crud.entity.RecordModifierEntity
 
ModuleInfo() - Constructor for class org.hswebframework.web.utils.ModuleUtils.ModuleInfo
 
ModuleUtils - Class in org.hswebframework.web.utils
 
ModuleUtils.ModuleInfo - Class in org.hswebframework.web.utils
 
mono(Object) - Method in interface org.hswebframework.web.cache.ReactiveCache
 
mono(Object) - Method in class org.hswebframework.web.cache.supports.UnSupportedReactiveCache
 

N

name() - Method in interface org.hswebframework.web.dict.I18nEnumDict
枚举name
name - Static variable in interface org.hswebframework.web.starter.initialize.SystemVersion.Property
 
name - Variable in class org.hswebframework.web.starter.initialize.Version
 
nameDiscoverer - Static variable in class org.hswebframework.web.aop.MethodInterceptorHolder
参数名称获取器,用于获取方法参数的名称
NeedTwoFactorException - Exception in org.hswebframework.web.authorization.exception
 
NeedTwoFactorException(String, String) - Constructor for exception org.hswebframework.web.authorization.exception.NeedTwoFactorException
 
newCollection(Class<?>) - Method in class org.hswebframework.web.bean.FastBeanCopier.DefaultConverter
 
newInstance(Class<T>) - Method in interface org.hswebframework.web.api.crud.entity.EntityFactory
根据类型创建实例
newInstance(Class<T>, Class<? extends T>) - Method in interface org.hswebframework.web.api.crud.entity.EntityFactory
根据类型创建实例,如果类型无法创建,则使用默认类型进行创建
newInstance(Class<T>, S) - Method in interface org.hswebframework.web.api.crud.entity.EntityFactory
创建实体并设置默认的属性
newInstance(Class<T>, Class<? extends T>, S) - Method in interface org.hswebframework.web.api.crud.entity.EntityFactory
创建实体并设置默认的属性
newInstance(Class<T>, Supplier<T>) - Static method in class org.hswebframework.web.api.crud.entity.EntityFactoryHolder
 
newInstance(Class<T>) - Method in interface org.hswebframework.web.bean.BeanFactory
 
newInstance(Class<T>) - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
newInstance(Class<T>, Class<? extends T>) - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
newInstance() - Method in class org.hswebframework.web.proxy.Proxy
 
newQuery() - Static method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
newUserInstance() - Method in interface org.hswebframework.web.system.authorization.api.service.reactive.ReactiveUserService
创建一个新的用户实例
newUserInstance() - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
nextId() - Method in class org.hswebframework.web.id.SnowflakeIdGenerator
 
noPaging() - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
not_found - Static variable in interface org.hswebframework.web.CodeConstants.Error
 
NotFoundException - Exception in org.hswebframework.web.exception
 
NotFoundException(String, Object...) - Constructor for exception org.hswebframework.web.exception.NotFoundException
 
NotFoundException() - Constructor for exception org.hswebframework.web.exception.NotFoundException
 
NULL - Static variable in interface org.hswebframework.web.authorization.setting.SettingValueHolder
 
NULL - Static variable in interface org.hswebframework.web.id.IDGenerator
空ID生成器
NullValue - Class in org.hswebframework.web.cache.supports
 
NullValue() - Constructor for class org.hswebframework.web.cache.supports.NullValue
 

O

OAuth2AuthorizeController - Class in org.hswebframework.web.oauth2.server.web
 
OAuth2AuthorizeController() - Constructor for class org.hswebframework.web.oauth2.server.web.OAuth2AuthorizeController
 
OAuth2AuthorizeController.GrantType - Enum in org.hswebframework.web.oauth2.server.web
 
OAuth2Client - Class in org.hswebframework.web.oauth2.server
 
OAuth2Client() - Constructor for class org.hswebframework.web.oauth2.server.OAuth2Client
 
OAuth2ClientEntity - Class in org.hswebframework.web.oauth2.entity
 
OAuth2ClientEntity() - Constructor for class org.hswebframework.web.oauth2.entity.OAuth2ClientEntity
 
OAuth2ClientManager - Interface in org.hswebframework.web.oauth2.server
 
OAuth2ClientManagerAutoConfiguration - Class in org.hswebframework.web.oauth2.configuration
 
OAuth2ClientManagerAutoConfiguration() - Constructor for class org.hswebframework.web.oauth2.configuration.OAuth2ClientManagerAutoConfiguration
 
OAuth2ClientService - Class in org.hswebframework.web.oauth2.service
 
OAuth2ClientService() - Constructor for class org.hswebframework.web.oauth2.service.OAuth2ClientService
 
OAuth2ClientState - Enum in org.hswebframework.web.oauth2.enums
 
OAuth2Constants - Interface in org.hswebframework.web.oauth2
 
OAuth2Exception - Exception in org.hswebframework.web.oauth2
 
OAuth2Exception(ErrorType) - Constructor for exception org.hswebframework.web.oauth2.OAuth2Exception
 
OAuth2Exception(String, Throwable, ErrorType) - Constructor for exception org.hswebframework.web.oauth2.OAuth2Exception
 
OAuth2Granter - Interface in org.hswebframework.web.oauth2.server
 
OAuth2GrantService - Interface in org.hswebframework.web.oauth2.server
 
OAuth2Request - Class in org.hswebframework.web.oauth2.server
 
OAuth2Request() - Constructor for class org.hswebframework.web.oauth2.server.OAuth2Request
 
OAuth2Response - Class in org.hswebframework.web.oauth2.server
 
OAuth2Response() - Constructor for class org.hswebframework.web.oauth2.server.OAuth2Response
 
OAuth2ScopeUtils - Class in org.hswebframework.web.oauth2.server.utils
 
OAuth2ScopeUtils() - Constructor for class org.hswebframework.web.oauth2.server.utils.OAuth2ScopeUtils
 
OAuth2ServerAutoConfiguration - Class in org.hswebframework.web.oauth2.server
 
OAuth2ServerAutoConfiguration() - Constructor for class org.hswebframework.web.oauth2.server.OAuth2ServerAutoConfiguration
 
objectToHttpParameters(Object) - Static method in class org.hswebframework.web.utils.WebUtils
将对象转为http请求参数:
of(int, List<E>) - Static method in class org.hswebframework.web.api.crud.entity.PagerResult
 
of(int, List<E>, QueryParam) - Static method in class org.hswebframework.web.api.crud.entity.PagerResult
 
of() - Static method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
创建一个空的查询参数实体,该实体无任何参数.
of(String, Object) - Static method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
of(AuthorizingContext, String) - Static method in class org.hswebframework.web.authorization.basic.handler.access.DataAccessHandlerContext
 
of(String, String) - Static method in class org.hswebframework.web.authorization.define.ResourceDefinition
 
of(String, String, DimensionType) - Static method in interface org.hswebframework.web.authorization.Dimension
 
of(String, String, DimensionType, Map<String, Object>) - Static method in interface org.hswebframework.web.authorization.Dimension
 
of(String, UserSettingPermission) - Static method in class org.hswebframework.web.authorization.setting.StringSourceSettingHolder
 
of() - Static method in class org.hswebframework.web.authorization.simple.SimpleAuthentication
 
of(String) - Static method in class org.hswebframework.web.authorization.simple.SimpleDimensionType
 
of(Dimension) - Static method in class org.hswebframework.web.authorization.simple.SimpleRole
 
of(String, String) - Static method in interface org.hswebframework.web.authorization.token.ParsedToken
 
of(Map<String, Object>) - Static method in class org.hswebframework.web.authorization.token.redis.SimpleUserToken
 
of(Object, Object) - Static method in class org.hswebframework.web.bean.Diff
 
of(String) - Static method in class org.hswebframework.web.context.ContextKey
 
of(Class<T>) - Static method in class org.hswebframework.web.context.ContextKey
 
of(String, T, int, String, Long) - Static method in class org.hswebframework.web.crud.web.ResponseMessage
 
of(Map<String, String>) - Static method in interface org.hswebframework.web.datasource.strategy.TableSwitchStrategyMatcher.Strategy
 
of(Supplier<Map<String, String>>) - Static method in interface org.hswebframework.web.datasource.strategy.TableSwitchStrategyMatcher.Strategy
 
of(Collection<String>) - Static method in class org.hswebframework.web.system.authorization.api.event.ClearUserAuthorizationCacheEvent
 
of(String...) - Static method in class org.hswebframework.web.system.authorization.api.event.ClearUserAuthorizationCacheEvent
 
of(DimensionEntity, DimensionType) - Static method in class org.hswebframework.web.system.authorization.defaults.service.DynamicDimension
 
of(DimensionType) - Static method in class org.hswebframework.web.system.authorization.defaults.webflux.DimensionTypeResponse
 
ok() - Static method in class org.hswebframework.web.crud.web.ResponseMessage
 
ok(T) - Static method in class org.hswebframework.web.crud.web.ResponseMessage
 
on(SignalType, BiConsumer<Signal<T>, Locale>) - Static method in class org.hswebframework.web.i18n.LocaleUtils
在响应式中获取区域并执行指定的操作
on(SignalType, BiConsumer<Map<String, String>, Signal<T>>) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
onApplicationEvent(AuthorizationSuccessEvent) - Method in class org.hswebframework.web.authorization.basic.web.UserOnSignIn
 
onApplicationEvent(AuthorizationExitEvent) - Method in class org.hswebframework.web.authorization.basic.web.UserOnSignOut
 
onComplete(Runnable) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
onError(Consumer<Throwable>) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
onEvent(EventType, EventContext) - Method in class org.hswebframework.web.crud.events.CompositeEventListener
 
onEvent(EventType, EventContext) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
onEvent(EventType, EventContext) - Method in class org.hswebframework.web.crud.events.ValidateEventListener
 
onInitialize(CallBack) - Method in interface org.hswebframework.web.starter.initialize.DependencyInstaller
 
onInitialize(CallBack) - Method in class org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
onInstall(CallBack) - Method in interface org.hswebframework.web.starter.initialize.DependencyInstaller
 
onInstall(CallBack) - Method in class org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
onLogBefore(AccessLoggerInfo) - Method in interface org.hswebframework.web.logging.AccessLoggerListener
 
onLogger(AccessLoggerInfo) - Method in interface org.hswebframework.web.logging.AccessLoggerListener
当产生访问日志时,将调用此方法.注意,此方法内的操作应尽量设置为异步操作,否则可能影响请求性能
onNext(Consumer<T>) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
onUninstall(CallBack) - Method in interface org.hswebframework.web.starter.initialize.DependencyInstaller
 
onUninstall(CallBack) - Method in class org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
onUpgrade(CallBack) - Method in interface org.hswebframework.web.starter.initialize.DependencyInstaller
 
onUpgrade(CallBack) - Method in class org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
OptionalField - Class in org.hswebframework.web.system.authorization.api.entity
 
OptionalField() - Constructor for class org.hswebframework.web.system.authorization.api.entity.OptionalField
 
or(String) - Method in interface org.hswebframework.web.authorization.AuthenticationPredicate
 
or(Predicate<? super Authentication>) - Method in interface org.hswebframework.web.authorization.AuthenticationPredicate
 
or(Predicate<? super DataAccessConfig>) - Method in interface org.hswebframework.web.authorization.Permission.DataAccessPredicate
 
ordinal() - Method in interface org.hswebframework.web.dict.EnumDict
ordinal() - Method in interface org.hswebframework.web.dict.ItemDefine
 
ordinal() - Method in class org.hswebframework.web.dictionary.entity.DictionaryItemEntity
 
org.hswebframework.web - package org.hswebframework.web
 
org.hswebframework.web.aop - package org.hswebframework.web.aop
 
org.hswebframework.web.api.crud.entity - package org.hswebframework.web.api.crud.entity
 
org.hswebframework.web.authorization - package org.hswebframework.web.authorization
 
org.hswebframework.web.authorization.access - package org.hswebframework.web.authorization.access
 
org.hswebframework.web.authorization.annotation - package org.hswebframework.web.authorization.annotation
 
org.hswebframework.web.authorization.basic.aop - package org.hswebframework.web.authorization.basic.aop
 
org.hswebframework.web.authorization.basic.configuration - package org.hswebframework.web.authorization.basic.configuration
 
org.hswebframework.web.authorization.basic.define - package org.hswebframework.web.authorization.basic.define
 
org.hswebframework.web.authorization.basic.embed - package org.hswebframework.web.authorization.basic.embed
 
org.hswebframework.web.authorization.basic.handler - package org.hswebframework.web.authorization.basic.handler
 
org.hswebframework.web.authorization.basic.handler.access - package org.hswebframework.web.authorization.basic.handler.access
 
org.hswebframework.web.authorization.basic.twofactor - package org.hswebframework.web.authorization.basic.twofactor
 
org.hswebframework.web.authorization.basic.web - package org.hswebframework.web.authorization.basic.web
 
org.hswebframework.web.authorization.builder - package org.hswebframework.web.authorization.builder
 
org.hswebframework.web.authorization.define - package org.hswebframework.web.authorization.define
 
org.hswebframework.web.authorization.dimension - package org.hswebframework.web.authorization.dimension
 
org.hswebframework.web.authorization.events - package org.hswebframework.web.authorization.events
 
org.hswebframework.web.authorization.exception - package org.hswebframework.web.authorization.exception
 
org.hswebframework.web.authorization.setting - package org.hswebframework.web.authorization.setting
 
org.hswebframework.web.authorization.simple - package org.hswebframework.web.authorization.simple
 
org.hswebframework.web.authorization.simple.builder - package org.hswebframework.web.authorization.simple.builder
 
org.hswebframework.web.authorization.token - package org.hswebframework.web.authorization.token
 
org.hswebframework.web.authorization.token.event - package org.hswebframework.web.authorization.token.event
 
org.hswebframework.web.authorization.token.redis - package org.hswebframework.web.authorization.token.redis
 
org.hswebframework.web.authorization.twofactor - package org.hswebframework.web.authorization.twofactor
 
org.hswebframework.web.authorization.twofactor.defaults - package org.hswebframework.web.authorization.twofactor.defaults
 
org.hswebframework.web.bean - package org.hswebframework.web.bean
 
org.hswebframework.web.cache - package org.hswebframework.web.cache
 
org.hswebframework.web.cache.configuration - package org.hswebframework.web.cache.configuration
 
org.hswebframework.web.cache.supports - package org.hswebframework.web.cache.supports
 
org.hswebframework.web.context - package org.hswebframework.web.context
 
org.hswebframework.web.convert - package org.hswebframework.web.convert
 
org.hswebframework.web.crud.annotation - package org.hswebframework.web.crud.annotation
 
org.hswebframework.web.crud.configuration - package org.hswebframework.web.crud.configuration
 
org.hswebframework.web.crud.entity.factory - package org.hswebframework.web.crud.entity.factory
 
org.hswebframework.web.crud.events - package org.hswebframework.web.crud.events
 
org.hswebframework.web.crud.generator - package org.hswebframework.web.crud.generator
 
org.hswebframework.web.crud.service - package org.hswebframework.web.crud.service
 
org.hswebframework.web.crud.sql - package org.hswebframework.web.crud.sql
 
org.hswebframework.web.crud.web - package org.hswebframework.web.crud.web
 
org.hswebframework.web.crud.web.reactive - package org.hswebframework.web.crud.web.reactive
 
org.hswebframework.web.datasource - package org.hswebframework.web.datasource
 
org.hswebframework.web.datasource.annotation - package org.hswebframework.web.datasource.annotation
 
org.hswebframework.web.datasource.config - package org.hswebframework.web.datasource.config
 
org.hswebframework.web.datasource.exception - package org.hswebframework.web.datasource.exception
 
org.hswebframework.web.datasource.jta - package org.hswebframework.web.datasource.jta
 
org.hswebframework.web.datasource.strategy - package org.hswebframework.web.datasource.strategy
 
org.hswebframework.web.datasource.switcher - package org.hswebframework.web.datasource.switcher
 
org.hswebframework.web.datasource.web - package org.hswebframework.web.datasource.web
 
org.hswebframework.web.dict - package org.hswebframework.web.dict
 
org.hswebframework.web.dict.defaults - package org.hswebframework.web.dict.defaults
 
org.hswebframework.web.dictionary.configuration - package org.hswebframework.web.dictionary.configuration
 
org.hswebframework.web.dictionary.entity - package org.hswebframework.web.dictionary.entity
 
org.hswebframework.web.dictionary.event - package org.hswebframework.web.dictionary.event
 
org.hswebframework.web.dictionary.service - package org.hswebframework.web.dictionary.service
 
org.hswebframework.web.dictionary.webflux - package org.hswebframework.web.dictionary.webflux
 
org.hswebframework.web.enums - package org.hswebframework.web.enums
 
org.hswebframework.web.event - package org.hswebframework.web.event
 
org.hswebframework.web.exception - package org.hswebframework.web.exception
 
org.hswebframework.web.file - package org.hswebframework.web.file
 
org.hswebframework.web.file.service - package org.hswebframework.web.file.service
 
org.hswebframework.web.file.web - package org.hswebframework.web.file.web
 
org.hswebframework.web.i18n - package org.hswebframework.web.i18n
 
org.hswebframework.web.id - package org.hswebframework.web.id
 
org.hswebframework.web.logger - package org.hswebframework.web.logger
 
org.hswebframework.web.logging - package org.hswebframework.web.logging
 
org.hswebframework.web.logging.aop - package org.hswebframework.web.logging.aop
 
org.hswebframework.web.logging.events - package org.hswebframework.web.logging.events
 
org.hswebframework.web.oauth2 - package org.hswebframework.web.oauth2
 
org.hswebframework.web.oauth2.configuration - package org.hswebframework.web.oauth2.configuration
 
org.hswebframework.web.oauth2.entity - package org.hswebframework.web.oauth2.entity
 
org.hswebframework.web.oauth2.enums - package org.hswebframework.web.oauth2.enums
 
org.hswebframework.web.oauth2.server - package org.hswebframework.web.oauth2.server
 
org.hswebframework.web.oauth2.server.auth - package org.hswebframework.web.oauth2.server.auth
 
org.hswebframework.web.oauth2.server.code - package org.hswebframework.web.oauth2.server.code
 
org.hswebframework.web.oauth2.server.credential - package org.hswebframework.web.oauth2.server.credential
 
org.hswebframework.web.oauth2.server.impl - package org.hswebframework.web.oauth2.server.impl
 
org.hswebframework.web.oauth2.server.refresh - package org.hswebframework.web.oauth2.server.refresh
 
org.hswebframework.web.oauth2.server.utils - package org.hswebframework.web.oauth2.server.utils
 
org.hswebframework.web.oauth2.server.web - package org.hswebframework.web.oauth2.server.web
 
org.hswebframework.web.oauth2.service - package org.hswebframework.web.oauth2.service
 
org.hswebframework.web.oauth2.web - package org.hswebframework.web.oauth2.web
 
org.hswebframework.web.proxy - package org.hswebframework.web.proxy
 
org.hswebframework.web.starter - package org.hswebframework.web.starter
 
org.hswebframework.web.starter.i18n - package org.hswebframework.web.starter.i18n
 
org.hswebframework.web.starter.initialize - package org.hswebframework.web.starter.initialize
 
org.hswebframework.web.starter.jackson - package org.hswebframework.web.starter.jackson
 
org.hswebframework.web.system.authorization.api - package org.hswebframework.web.system.authorization.api
 
org.hswebframework.web.system.authorization.api.entity - package org.hswebframework.web.system.authorization.api.entity
 
org.hswebframework.web.system.authorization.api.enums - package org.hswebframework.web.system.authorization.api.enums
 
org.hswebframework.web.system.authorization.api.event - package org.hswebframework.web.system.authorization.api.event
 
org.hswebframework.web.system.authorization.api.request - package org.hswebframework.web.system.authorization.api.request
 
org.hswebframework.web.system.authorization.api.service - package org.hswebframework.web.system.authorization.api.service
 
org.hswebframework.web.system.authorization.api.service.reactive - package org.hswebframework.web.system.authorization.api.service.reactive
 
org.hswebframework.web.system.authorization.defaults.configuration - package org.hswebframework.web.system.authorization.defaults.configuration
 
org.hswebframework.web.system.authorization.defaults.service - package org.hswebframework.web.system.authorization.defaults.service
 
org.hswebframework.web.system.authorization.defaults.service.terms - package org.hswebframework.web.system.authorization.defaults.service.terms
 
org.hswebframework.web.system.authorization.defaults.webflux - package org.hswebframework.web.system.authorization.defaults.webflux
 
org.hswebframework.web.utils - package org.hswebframework.web.utils
 
org.hswebframework.web.validator - package org.hswebframework.web.validator
 
OWN_CREATED - Static variable in interface org.hswebframework.web.authorization.access.DataAccessConfig.DefaultType
自己创建的数据
OwnCreatedDataAccessConfig - Interface in org.hswebframework.web.authorization.access
只能操作由自己创建的数据

P

PagerResult<E> - Class in org.hswebframework.web.api.crud.entity
 
PagerResult() - Constructor for class org.hswebframework.web.api.crud.entity.PagerResult
 
PagerResult(int, List<E>) - Constructor for class org.hswebframework.web.api.crud.entity.PagerResult
 
pairingArray(A[], Supplier<T>, Consumer3<T, A, A>) - Static method in class org.hswebframework.web.utils.CollectionUtils
 
pairingArrayMap(A...) - Static method in class org.hswebframework.web.utils.CollectionUtils
 
ParentPermission - Class in org.hswebframework.web.system.authorization.api.entity
 
ParentPermission() - Constructor for class org.hswebframework.web.system.authorization.api.entity.ParentPermission
 
parse(String) - Static method in class org.hswebframework.web.api.crud.entity.TermExpressionParser
 
parse(Class<?>, Method, MethodInterceptorContext) - Method in interface org.hswebframework.web.authorization.basic.aop.AopMethodAuthorizeDefinitionCustomizerParser
 
parse(Class<?>, Method, MethodInterceptorContext) - Method in interface org.hswebframework.web.authorization.basic.aop.AopMethodAuthorizeDefinitionParser
解析权限控制定义
parse(Class<?>, Method) - Method in interface org.hswebframework.web.authorization.basic.aop.AopMethodAuthorizeDefinitionParser
 
parse(Class<?>, Method, MethodInterceptorContext) - Method in class org.hswebframework.web.authorization.basic.aop.DefaultAopMethodAuthorizeDefinitionParser
 
parse(MethodInterceptorHolder) - Method in interface org.hswebframework.web.logging.aop.AccessLoggerParser
 
parse(MethodInterceptorHolder) - Method in class org.hswebframework.web.logging.aop.DefaultAccessLoggerParser
 
parse(MethodInterceptorHolder) - Method in class org.hswebframework.web.logging.aop.ResourceAccessLoggerParser
 
parse(MethodInterceptorHolder) - Method in class org.hswebframework.web.logging.aop.Swagger3AccessLoggerParser
 
parse(MethodInterceptorHolder) - Method in class org.hswebframework.web.logging.aop.SwaggerAccessLoggerParser
 
parse(Function<String, String>) - Method in class org.hswebframework.web.utils.TemplateParser
 
parse(String, Object) - Static method in class org.hswebframework.web.utils.TemplateParser
 
parse(String, Function<String, String>) - Static method in class org.hswebframework.web.utils.TemplateParser
 
parsedDict - Static variable in class org.hswebframework.web.dict.defaults.DefaultDictDefineRepository
 
ParsedToken - Interface in org.hswebframework.web.authorization.token
令牌解析结果
parseEnumDict(Class<?>) - Static method in class org.hswebframework.web.dict.defaults.DefaultDictDefineRepository
 
parseOrder(String) - Static method in class org.hswebframework.web.api.crud.entity.TermExpressionParser
解析排序表达式
parseToken(HttpServletRequest) - Method in class org.hswebframework.web.authorization.basic.configuration.BasicAuthorizationTokenParser
 
parseToken(ServerWebExchange) - Method in class org.hswebframework.web.authorization.basic.web.DefaultUserTokenGenPar
 
parseToken(ServerWebExchange) - Method in interface org.hswebframework.web.authorization.basic.web.ReactiveUserTokenParser
 
parseToken(HttpServletRequest) - Method in class org.hswebframework.web.authorization.basic.web.ServletUserTokenGenPar
 
parseToken(HttpServletRequest) - Method in class org.hswebframework.web.authorization.basic.web.SessionIdUserTokenParser
 
parseToken(HttpServletRequest) - Method in interface org.hswebframework.web.authorization.basic.web.UserTokenParser
 
parseToken(ServerWebExchange) - Method in class org.hswebframework.web.oauth2.server.auth.ReactiveOAuth2AccessTokenParser
 
password - Variable in class org.hswebframework.web.authorization.events.AbstractAuthorizationEvent
 
password - Static variable in interface org.hswebframework.web.oauth2.GrantType
 
password - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
PasswordEncoder - Interface in org.hswebframework.web.system.authorization.api
 
PasswordValidator - Interface in org.hswebframework.web.system.authorization.api
 
permission(String, String...) - Static method in interface org.hswebframework.web.authorization.AuthenticationPredicate
 
permission(List<Permission>) - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilder
 
permission(String) - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilder
 
Permission - Interface in org.hswebframework.web.authorization
用户持有的权限信息,包含了权限基本信息、可操作范围(action)、行,列级权限控制规则。 是用户权限的重要接口。
permission(List<Permission>) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
permission(String) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
Permission.DataAccessPredicate<T extends DataAccessConfig> - Interface in org.hswebframework.web.authorization
数据权限查找判断逻辑接口
PermissionEntity - Class in org.hswebframework.web.system.authorization.api.entity
 
PermissionEntity() - Constructor for class org.hswebframework.web.system.authorization.api.entity.PermissionEntity
 
PermissionFilter() - Constructor for class org.hswebframework.web.system.authorization.defaults.configuration.PermissionProperties.PermissionFilter
 
PermissionInfo() - Constructor for class org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationInfo.PermissionInfo
 
permissionProperties() - Method in class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationServiceAutoConfiguration
 
PermissionProperties - Class in org.hswebframework.web.system.authorization.defaults.configuration
 
PermissionProperties() - Constructor for class org.hswebframework.web.system.authorization.defaults.configuration.PermissionProperties
 
PermissionProperties.PermissionFilter - Class in org.hswebframework.web.system.authorization.defaults.configuration
 
PermissionProperties.PermissionFilter.UnAuthStrategy - Enum in org.hswebframework.web.system.authorization.defaults.configuration
 
PermissionSynchronization - Class in org.hswebframework.web.system.authorization.defaults.service
 
PermissionSynchronization() - Constructor for class org.hswebframework.web.system.authorization.defaults.service.PermissionSynchronization
 
Phased - Enum in org.hswebframework.web.authorization.define
 
PlainTextUsernamePasswordAuthenticationRequest - Class in org.hswebframework.web.authorization.simple
 
PlainTextUsernamePasswordAuthenticationRequest() - Constructor for class org.hswebframework.web.authorization.simple.PlainTextUsernamePasswordAuthenticationRequest
 
postCount(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.QueryController
 
postCount(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.ServiceQueryController
 
postProcessAfterInitialization(Object, String) - Method in class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration.DataAccessHandlerProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.hswebframework.web.authorization.basic.web.UserTokenWebFilter
 
postProcessAfterInitialization(Object, String) - Method in class org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidatorManager
 
postProcessBeforeInitialization(Object, String) - Method in class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration.DataAccessHandlerProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidatorManager
 
postQuery(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.QueryController
POST方式查询.不返回分页结果
postQuery(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.ServiceQueryController
POST方式查询.不返回分页结果
postQueryPager(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.QueryController
 
postQueryPager(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.ServiceQueryController
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.hswebframework.web.authorization.basic.twofactor.TwoFactorHandlerInterceptorAdapter
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.hswebframework.web.authorization.basic.web.WebUserTokenInterceptor
 
PropertyCopier<S,T> - Interface in org.hswebframework.web.crud.entity.factory
属性复制接口,用于自定义属性复制
Proxy<I> - Class in org.hswebframework.web.proxy
 
Proxy(Class<I>, String...) - Constructor for class org.hswebframework.web.proxy.Proxy
 
publish(ApplicationEventPublisher) - Method in interface org.hswebframework.web.event.AsyncEvent
推送事件到 ApplicationEventPublisher
publish(ApplicationEventPublisher) - Method in class org.hswebframework.web.event.DefaultAsyncEvent
 
publishCreatedEvent(Object, Class<T>, List<T>, Consumer<GenericsPayloadApplicationEvent<EntityCreatedEvent<T>>>) - Static method in class org.hswebframework.web.crud.events.EntityEventHelper
 
publishDeletedEvent(Object, Class<T>, List<T>, Consumer<GenericsPayloadApplicationEvent<EntityDeletedEvent<T>>>) - Static method in class org.hswebframework.web.crud.events.EntityEventHelper
 
publishEvent(ApplicationEvent) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
publishEvent(Object, Class<T>, Supplier<E>, Consumer<GenericsPayloadApplicationEvent<E>>) - Static method in class org.hswebframework.web.crud.events.EntityEventHelper
 
publishModifyEvent(Object, Class<T>, List<T>, Consumer<T>, Consumer<GenericsPayloadApplicationEvent<EntityModifyEvent<T>>>) - Static method in class org.hswebframework.web.crud.events.EntityEventHelper
 
publishModifyEvent(Object, Class<T>, List<T>, List<T>, Consumer<GenericsPayloadApplicationEvent<EntityModifyEvent<T>>>) - Static method in class org.hswebframework.web.crud.events.EntityEventHelper
 
publishSavedEvent(Object, Class<T>, List<T>, Consumer<GenericsPayloadApplicationEvent<EntitySavedEvent<T>>>) - Static method in class org.hswebframework.web.crud.events.EntityEventHelper
 
put(Object, Publisher<E>) - Method in interface org.hswebframework.web.cache.ReactiveCache
 
put(Object, Publisher<E>) - Method in class org.hswebframework.web.cache.supports.CaffeineReactiveCache
 
put(Object, Publisher<E>) - Method in class org.hswebframework.web.cache.supports.GuavaReactiveCache
 
put(Object, Publisher<E>) - Method in class org.hswebframework.web.cache.supports.RedisReactiveCache
 
put(Object, Publisher<E>) - Method in class org.hswebframework.web.cache.supports.UnSupportedReactiveCache
 
put(Class<T>, T) - Method in interface org.hswebframework.web.context.Context
 
put(String, T) - Method in interface org.hswebframework.web.context.Context
 
put(ContextKey<T>, T) - Method in interface org.hswebframework.web.context.Context
 
putAccessInfo(RequestInfo) - Method in class org.hswebframework.web.logging.AccessLoggerInfo
 
putAnnotation(Authorize) - Method in class org.hswebframework.web.authorization.basic.define.DefaultBasicAuthorizeDefinition
 
putAnnotation(Dimension) - Method in class org.hswebframework.web.authorization.basic.define.DefaultBasicAuthorizeDefinition
 
putAnnotation(Resource) - Method in class org.hswebframework.web.authorization.basic.define.DefaultBasicAuthorizeDefinition
 
putAnnotation(ResourceDefinition, ResourceAction) - Method in class org.hswebframework.web.authorization.basic.define.DefaultBasicAuthorizeDefinition
 
putAnnotation(ResourceActionDefinition, DataAccess) - Method in class org.hswebframework.web.authorization.basic.define.DefaultBasicAuthorizeDefinition
 
putAnnotation(ResourceActionDefinition, DataAccessType) - Method in class org.hswebframework.web.authorization.basic.define.DefaultBasicAuthorizeDefinition
 
putAuthentication(String, Authentication, Duration) - Method in class org.hswebframework.web.authorization.token.redis.RedisTokenAuthenticationManager
 
putAuthentication(String, Authentication, Duration) - Method in interface org.hswebframework.web.authorization.token.TokenAuthenticationManager
设置token认证信息
putProperties(AtomikosDataSourceBean) - Method in class org.hswebframework.web.datasource.jta.AtomikosDataSourceConfig
 

Q

query(QueryParamEntity) - Method in interface org.hswebframework.web.crud.service.CrudService
 
query(Mono<? extends QueryParamEntity>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
query(QueryParamEntity) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
query(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.QueryController
查询,但是不返回分页结果.
query(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveQueryController
查询,但是不返回分页结果.
query(Mono<QueryParamEntity>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveQueryController
POST方式查询.不返回分页结果
query(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
查询,但是不返回分页结果.
query(Mono<QueryParamEntity>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
POST方式查询.不返回分页结果
query(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.ServiceQueryController
查询,但是不返回分页结果.
QueryAction - Annotation Type in org.hswebframework.web.authorization.annotation
 
QueryController<E,K> - Interface in org.hswebframework.web.crud.web
基于SyncRepository的查询控制器.
queryForGrant(QueryParamEntity) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxPermissionController
 
queryIncludeChildren(Collection<K>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
queryIncludeChildren(QueryParamEntity) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
queryIncludeChildren(Collection<K>) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
queryIncludeChildren(QueryParamEntity) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
queryIncludeChildrenTree(QueryParamEntity) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
queryIncludeChildrenTree(QueryParamEntity) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
queryIncludeParent(Collection<K>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
QueryNoPagingOperation - Annotation Type in org.hswebframework.web.api.crud.entity
 
QueryOperation - Annotation Type in org.hswebframework.web.api.crud.entity
 
queryPager(QueryParamEntity) - Method in interface org.hswebframework.web.crud.service.CrudService
 
queryPager(QueryParamEntity) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
queryPager(QueryParamEntity, Function<E, T>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
queryPager(Mono<? extends QueryParamEntity>, Function<E, T>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
queryPager(Mono<? extends QueryParamEntity>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
queryPager(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.QueryController
GET方式分页查询
queryPager(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveQueryController
GET方式分页查询
queryPager(Mono<QueryParamEntity>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveQueryController
 
queryPager(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
GET方式分页查询
queryPager(Mono<QueryParamEntity>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
 
queryPager(QueryParamEntity) - Method in interface org.hswebframework.web.crud.web.ServiceQueryController
GET方式分页查询
QueryParamEntity - Class in org.hswebframework.web.api.crud.entity
查询参数实体,使用easyorm进行动态查询参数构建
可通过静态方法创建:
如: QueryParamEntity.of("id",id);
QueryParamEntity() - Constructor for class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
queryResultToTree(Mono<? extends QueryParamEntity>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
queryResultToTree(QueryParamEntity) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
queryResultToTree(QueryParamEntity) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
queryStringToMap(String, String) - Static method in class org.hswebframework.web.utils.WebUtils
 

R

r2dbcDataIntegrityViolationException() - Method in class org.hswebframework.web.crud.web.CommonWebFluxConfiguration
 
R2dbcDataSource - Interface in org.hswebframework.web.datasource
 
R2dbcErrorControllerAdvice - Class in org.hswebframework.web.crud.web
 
R2dbcErrorControllerAdvice() - Constructor for class org.hswebframework.web.crud.web.R2dbcErrorControllerAdvice
 
R2dbcSqlExecutorConfiguration - Class in org.hswebframework.web.crud.configuration
 
R2dbcSqlExecutorConfiguration() - Constructor for class org.hswebframework.web.crud.configuration.R2dbcSqlExecutorConfiguration
 
r2dbcSwitcher() - Static method in class org.hswebframework.web.datasource.DataSourceHolder
 
R2dbcSwitcher - Interface in org.hswebframework.web.datasource.switcher
 
RANDOM - Static variable in interface org.hswebframework.web.id.IDGenerator
随机字符
Reactive - Annotation Type in org.hswebframework.web.crud.annotation
 
reactiveAopAccessLoggerSupport() - Method in class org.hswebframework.web.logging.aop.AopAccessLoggerSupportAutoConfiguration
 
ReactiveAopAccessLoggerSupport - Class in org.hswebframework.web.logging.aop
使用AOP记录访问日志,并触发AccessLoggerListener.onLogger(AccessLoggerInfo)
ReactiveAopAccessLoggerSupport() - Constructor for class org.hswebframework.web.logging.aop.ReactiveAopAccessLoggerSupport
 
ReactiveAuthenticationHolder - Class in org.hswebframework.web.authorization
权限获取器,用于静态方式获取当前登录用户的权限信息.
ReactiveAuthenticationHolder() - Constructor for class org.hswebframework.web.authorization.ReactiveAuthenticationHolder
 
ReactiveAuthenticationInitializeService - Interface in org.hswebframework.web.authorization
授权信息初始化服务接口,使用该接口初始化用的权限信息
ReactiveAuthenticationManager - Interface in org.hswebframework.web.authorization
授权信息管理器,用于获取用户授权和同步授权信息
reactiveAuthenticationManager(List<ReactiveAuthenticationManagerProvider>) - Method in class org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration
 
ReactiveAuthenticationManagerProvider - Interface in org.hswebframework.web.authorization
 
ReactiveAuthenticationSupplier - Interface in org.hswebframework.web.authorization
 
ReactiveCache<E> - Interface in org.hswebframework.web.cache
 
reactiveCacheManager(ReactiveCacheProperties, ApplicationContext) - Method in class org.hswebframework.web.cache.configuration.ReactiveCacheManagerConfiguration
 
ReactiveCacheManager - Interface in org.hswebframework.web.cache
 
ReactiveCacheManagerConfiguration - Class in org.hswebframework.web.cache.configuration
 
ReactiveCacheManagerConfiguration() - Constructor for class org.hswebframework.web.cache.configuration.ReactiveCacheManagerConfiguration
 
ReactiveCacheProperties - Class in org.hswebframework.web.cache.configuration
 
ReactiveCacheProperties() - Constructor for class org.hswebframework.web.cache.configuration.ReactiveCacheProperties
 
ReactiveCacheProperties.CaffeineProperties - Class in org.hswebframework.web.cache.configuration
 
ReactiveCacheProperties.GuavaProperties - Class in org.hswebframework.web.cache.configuration
 
ReactiveCacheProperties.RedisProperties - Class in org.hswebframework.web.cache.configuration
 
ReactiveCacheProperties.Type - Enum in org.hswebframework.web.cache.configuration
 
ReactiveCacheResolver - Interface in org.hswebframework.web.cache
 
reactiveContext() - Static method in class org.hswebframework.web.context.ContextUtils
 
ReactiveCrudController<E,K> - Interface in org.hswebframework.web.crud.web.reactive
 
ReactiveCrudService<E,K> - Interface in org.hswebframework.web.crud.service
响应式增删改查通用服务类,增删改查,实现此接口.
ReactiveDeleteController<E,K> - Interface in org.hswebframework.web.crud.web.reactive
 
ReactiveFileController - Class in org.hswebframework.web.file.web
 
ReactiveFileController(FileUploadProperties, FileStorageService) - Constructor for class org.hswebframework.web.file.web.ReactiveFileController
 
ReactiveLogger - Class in org.hswebframework.web.logger
 
ReactiveLogger() - Constructor for class org.hswebframework.web.logger.ReactiveLogger
 
ReactiveOAuth2AccessTokenParser - Class in org.hswebframework.web.oauth2.server.auth
 
ReactiveOAuth2AccessTokenParser() - Constructor for class org.hswebframework.web.oauth2.server.auth.ReactiveOAuth2AccessTokenParser
 
ReactiveQueryController<E,K> - Interface in org.hswebframework.web.crud.web.reactive
基于ReactiveRepository的响应式查询控制器.
ReactiveRepositoryFactoryBean<E,PK> - Class in org.hswebframework.web.crud.configuration
 
ReactiveRepositoryFactoryBean() - Constructor for class org.hswebframework.web.crud.configuration.ReactiveRepositoryFactoryBean
 
ReactiveSaveController<E,K> - Interface in org.hswebframework.web.crud.web.reactive
 
ReactiveServiceCrudController<E,K> - Interface in org.hswebframework.web.crud.web.reactive
 
ReactiveServiceDeleteController<E,K> - Interface in org.hswebframework.web.crud.web.reactive
 
ReactiveServiceQueryController<E,K> - Interface in org.hswebframework.web.crud.web.reactive
 
ReactiveServiceSaveController<E,K> - Interface in org.hswebframework.web.crud.web.reactive
 
reactiveSqlExecutor() - Method in class org.hswebframework.web.crud.configuration.JdbcSqlExecutorConfiguration
 
reactiveSqlExecutor(EasyormProperties) - Method in class org.hswebframework.web.crud.configuration.R2dbcSqlExecutorConfiguration
 
ReactiveSwitcher - Interface in org.hswebframework.web.datasource.switcher
 
ReactiveTokenAuthenticationSupplier - Class in org.hswebframework.web.authorization.token
 
ReactiveTokenAuthenticationSupplier() - Constructor for class org.hswebframework.web.authorization.token.ReactiveTokenAuthenticationSupplier
 
reactiveTransactionManager - Static variable in interface org.hswebframework.web.api.crud.entity.TransactionManagers
响应式的事务管理器
ReactiveTreeServiceQueryController<E extends TreeSortSupportEntity<K>,K> - Interface in org.hswebframework.web.crud.web.reactive
 
ReactiveTreeSortEntityService<E extends TreeSortSupportEntity<K>,K> - Interface in org.hswebframework.web.crud.service
 
ReactiveUserService - Interface in org.hswebframework.web.system.authorization.api.service.reactive
响应式用户服务
ReactiveUserTokenController - Class in org.hswebframework.web.authorization.basic.web
 
ReactiveUserTokenController() - Constructor for class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
ReactiveUserTokenGenerator - Interface in org.hswebframework.web.authorization.basic.web
 
ReactiveUserTokenParser - Interface in org.hswebframework.web.authorization.basic.web
 
ReactiveWebUtils - Class in org.hswebframework.web.utils
 
ReactiveWebUtils() - Constructor for class org.hswebframework.web.utils.ReactiveWebUtils
 
read(Type, Class<?>, HttpInputMessage) - Method in class org.hswebframework.web.starter.jackson.CustomMappingJackson2HttpMessageConverter
 
RecordCreationEntity - Interface in org.hswebframework.web.api.crud.entity
记录创建信息的实体类,包括创建人和创建时间。 此实体类与行级权限控制相关联:只能操作自己创建的数据
RecordModifierEntity - Interface in org.hswebframework.web.api.crud.entity
记录修改信息的实体类,包括修改人和修改时间。
redirect_uri - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
RedisAccessToken - Class in org.hswebframework.web.oauth2.server.impl
 
RedisAccessToken() - Constructor for class org.hswebframework.web.oauth2.server.impl.RedisAccessToken
 
RedisAccessTokenManager - Class in org.hswebframework.web.oauth2.server.impl
 
RedisAccessTokenManager(ReactiveRedisOperations<String, RedisAccessToken>) - Constructor for class org.hswebframework.web.oauth2.server.impl.RedisAccessTokenManager
 
RedisAccessTokenManager(ReactiveRedisConnectionFactory) - Constructor for class org.hswebframework.web.oauth2.server.impl.RedisAccessTokenManager
 
RedisLocalReactiveCacheManager - Class in org.hswebframework.web.cache.supports
 
RedisLocalReactiveCacheManager(ReactiveRedisOperations<Object, Object>, ReactiveCacheManager) - Constructor for class org.hswebframework.web.cache.supports.RedisLocalReactiveCacheManager
 
RedisProperties() - Constructor for class org.hswebframework.web.cache.configuration.ReactiveCacheProperties.RedisProperties
 
RedisReactiveCache<E> - Class in org.hswebframework.web.cache.supports
 
RedisReactiveCache(String, ReactiveRedisOperations<Object, Object>, ReactiveCache<E>) - Constructor for class org.hswebframework.web.cache.supports.RedisReactiveCache
 
RedisTokenAuthenticationManager - Class in org.hswebframework.web.authorization.token.redis
 
RedisTokenAuthenticationManager(ReactiveRedisConnectionFactory) - Constructor for class org.hswebframework.web.authorization.token.redis.RedisTokenAuthenticationManager
 
RedisTokenAuthenticationManager(ReactiveRedisOperations<String, Authentication>) - Constructor for class org.hswebframework.web.authorization.token.redis.RedisTokenAuthenticationManager
 
RedisUserTokenManager - Class in org.hswebframework.web.authorization.token.redis
 
RedisUserTokenManager(ReactiveRedisOperations<Object, Object>) - Constructor for class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
RedisUserTokenManager(ReactiveRedisConnectionFactory) - Constructor for class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
refactorChildPath(K, String, Consumer<E>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
refresh_token - Static variable in interface org.hswebframework.web.oauth2.GrantType
 
refresh_token - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
refreshAccessToken(String, String) - Method in interface org.hswebframework.web.oauth2.server.AccessTokenManager
刷新token
refreshAccessToken(String, String) - Method in class org.hswebframework.web.oauth2.server.impl.RedisAccessTokenManager
 
refreshToken() - Method in class org.hswebframework.web.oauth2.server.impl.CompositeOAuth2GrantService
 
refreshToken() - Method in interface org.hswebframework.web.oauth2.server.OAuth2GrantService
 
refreshToken() - Method in class org.hswebframework.web.oauth2.server.refresh.RefreshTokenRequest
 
RefreshTokenGranter - Interface in org.hswebframework.web.oauth2.server.refresh
 
RefreshTokenRequest - Class in org.hswebframework.web.oauth2.server.refresh
 
RefreshTokenRequest(OAuth2Client, Map<String, String>) - Constructor for class org.hswebframework.web.oauth2.server.refresh.RefreshTokenRequest
 
register(ModuleUtils.ModuleInfo) - Static method in class org.hswebframework.web.utils.ModuleUtils
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.hswebframework.web.crud.configuration.EasyormRepositoryRegistrar
 
registerDefine(DictDefine) - Static method in class org.hswebframework.web.dict.defaults.DefaultDictDefineRepository
 
releaseConnection(Connection, SqlRequest) - Method in class org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
releaseConnection(SignalType, Connection) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
remove(ContextKey<T>) - Method in interface org.hswebframework.web.context.Context
 
remove(String) - Method in interface org.hswebframework.web.datasource.config.DynamicDataSourceConfigRepository
 
remove(String) - Method in class org.hswebframework.web.datasource.jta.InMemoryAtomikosDataSourceRepository
 
removeFeatures(long, ToString.Feature...) - Static method in enum org.hswebframework.web.bean.ToString.Feature
 
removeToken(String) - Method in class org.hswebframework.web.authorization.token.redis.RedisTokenAuthenticationManager
 
removeToken(String) - Method in interface org.hswebframework.web.authorization.token.TokenAuthenticationManager
删除token
requestCode(AuthorizationCodeRequest) - Method in interface org.hswebframework.web.oauth2.server.code.AuthorizationCodeGranter
申请授权码
requestCode(AuthorizationCodeRequest) - Method in class org.hswebframework.web.oauth2.server.code.DefaultAuthorizationCodeGranter
 
RequestInfo - Class in org.hswebframework.web.logging
 
RequestInfo() - Constructor for class org.hswebframework.web.logging.RequestInfo
 
requestToken(AuthorizationCodeTokenRequest) - Method in interface org.hswebframework.web.oauth2.server.code.AuthorizationCodeGranter
根据授权码获取token
requestToken(AuthorizationCodeTokenRequest) - Method in class org.hswebframework.web.oauth2.server.code.DefaultAuthorizationCodeGranter
 
requestToken(ClientCredentialRequest) - Method in interface org.hswebframework.web.oauth2.server.credential.ClientCredentialGranter
申请token
requestToken(ClientCredentialRequest) - Method in class org.hswebframework.web.oauth2.server.credential.DefaultClientCredentialGranter
 
requestToken(RefreshTokenRequest) - Method in class org.hswebframework.web.oauth2.server.refresh.DefaultRefreshTokenGranter
 
requestToken(RefreshTokenRequest) - Method in interface org.hswebframework.web.oauth2.server.refresh.RefreshTokenGranter
刷新token
requestTokenByCode(OAuth2AuthorizeController.GrantType, ServerWebExchange) - Method in class org.hswebframework.web.oauth2.server.web.OAuth2AuthorizeController
 
requestTokenByCode(ServerWebExchange) - Method in class org.hswebframework.web.oauth2.server.web.OAuth2AuthorizeController
 
RequiresRoles - Annotation Type in org.hswebframework.web.authorization.annotation
 
reset() - Method in interface org.hswebframework.web.datasource.switcher.DataSourceSwitcher
重置切换记录,重置后,使用默认数据源
reset(P) - Method in class org.hswebframework.web.datasource.switcher.DefaultReactiveSwitcher
 
reset() - Method in class org.hswebframework.web.datasource.switcher.DefaultSwitcher
 
reset(P) - Method in interface org.hswebframework.web.datasource.switcher.ReactiveSwitcher
 
reset() - Method in interface org.hswebframework.web.datasource.switcher.SchemaSwitcher
重置切换记录,重置后,使用默认数据库
reset() - Method in interface org.hswebframework.web.datasource.switcher.Switcher
 
reset() - Method in interface org.hswebframework.web.datasource.switcher.TableSwitcher
 
resetToken() - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
resolve(Class<?>) - Method in class org.hswebframework.web.crud.configuration.CompositeEntityTableMetadataResolver
 
resolve(Class<?>) - Method in interface org.hswebframework.web.crud.configuration.EntityTableMetadataResolver
 
resolve(LocaleResolverContext) - Method in class org.hswebframework.web.i18n.ContextLocaleResolver
 
resolveCaches(CacheOperationInvocationContext<?>) - Method in interface org.hswebframework.web.cache.ReactiveCacheResolver
 
resolveMessage(String, Locale, String, Object...) - Static method in class org.hswebframework.web.i18n.LocaleUtils
解析消息
resolveMessage(MessageSource, Locale, String, String, Object...) - Static method in class org.hswebframework.web.i18n.LocaleUtils
使用指定的消息源解析消息
resolveMessage(String, Object...) - Static method in class org.hswebframework.web.i18n.LocaleUtils
使用默认消息源和当前地区解析消息
resolveMessage(String, String, Object...) - Static method in class org.hswebframework.web.i18n.LocaleUtils
使用默认消息源和当前地区解析消息
resolveMessage(MessageSource, String, String, Object...) - Static method in class org.hswebframework.web.i18n.LocaleUtils
使用指定消息源和当前地区解析消息
resolveMessageReactive(String, Object...) - Static method in class org.hswebframework.web.i18n.LocaleUtils
使用默认的消息源,响应式方式解析消息
resolveMessageReactive(MessageSource, String, Object...) - Static method in class org.hswebframework.web.i18n.LocaleUtils
使用指定的消息源,响应式方式解析消息
resolveThrowable(S, BiFunction<S, String, R>) - Static method in class org.hswebframework.web.i18n.LocaleUtils
响应式方式解析出异常的区域消息,并进行结果转换.
resolveThrowable(MessageSource, S, BiFunction<S, String, R>) - Static method in class org.hswebframework.web.i18n.LocaleUtils
指定消息源,响应式方式解析出异常的区域消息,并进行结果转换.
resolveThrowable(S, BiFunction<S, String, R>, Object...) - Static method in class org.hswebframework.web.i18n.LocaleUtils
使用参数,响应式方式解析出异常的区域消息,并进行结果转换.
resolveThrowable(MessageSource, S, BiFunction<S, String, R>, Object...) - Static method in class org.hswebframework.web.i18n.LocaleUtils
使用参数,指定消息源,响应式方式解析出异常的区域消息,并进行结果转换.
Resource - Annotation Type in org.hswebframework.web.authorization.annotation
 
resourceAccessLoggerParser() - Method in class org.hswebframework.web.logging.aop.AopAccessLoggerSupportAutoConfiguration
 
ResourceAccessLoggerParser - Class in org.hswebframework.web.logging.aop
 
ResourceAccessLoggerParser() - Constructor for class org.hswebframework.web.logging.aop.ResourceAccessLoggerParser
 
ResourceAction - Annotation Type in org.hswebframework.web.authorization.annotation
 
ResourceActionDefinition - Class in org.hswebframework.web.authorization.define
 
ResourceActionDefinition() - Constructor for class org.hswebframework.web.authorization.define.ResourceActionDefinition
 
ResourceDefinition - Class in org.hswebframework.web.authorization.define
 
ResourceDefinition() - Constructor for class org.hswebframework.web.authorization.define.ResourceDefinition
 
ResourcesDefinition - Class in org.hswebframework.web.authorization.define
 
ResourcesDefinition() - Constructor for class org.hswebframework.web.authorization.define.ResourcesDefinition
 
response_type - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
ResponseMessage<T> - Class in org.hswebframework.web.crud.web
 
ResponseMessage() - Constructor for class org.hswebframework.web.crud.web.ResponseMessage
 
responseMessageWrapper(ServerCodecConfigurer, RequestedContentTypeResolver, ReactiveAdapterRegistry) - Method in class org.hswebframework.web.crud.web.CommonWebFluxConfiguration
 
responseMessageWrapper() - Method in class org.hswebframework.web.crud.web.CommonWebMvcConfiguration
 
ResponseMessageWrapper - Class in org.hswebframework.web.crud.web
 
ResponseMessageWrapper(List<HttpMessageWriter<?>>, RequestedContentTypeResolver, ReactiveAdapterRegistry) - Constructor for class org.hswebframework.web.crud.web.ResponseMessageWrapper
 
ResponseMessageWrapperAdvice - Class in org.hswebframework.web.crud.web
 
ResponseMessageWrapperAdvice() - Constructor for class org.hswebframework.web.crud.web.ResponseMessageWrapperAdvice
 
ResponseType - Interface in org.hswebframework.web.oauth2
TODO 完成注释
result(T) - Method in class org.hswebframework.web.crud.web.ResponseMessage
 
revisionVersion - Static variable in interface org.hswebframework.web.starter.initialize.SystemVersion.Property
 
revisionVersion - Variable in class org.hswebframework.web.starter.initialize.Version
 
role(List<Role>) - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilder
 
role(String) - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilder
 
Role - Interface in org.hswebframework.web.authorization
角色信息
role(List<Role>) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
role(String) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
run(String...) - Method in class org.hswebframework.web.authorization.basic.aop.AopAuthorizingController
 
run(String...) - Method in class org.hswebframework.web.system.authorization.defaults.service.PermissionSynchronization
 

S

save(Collection<E>) - Method in interface org.hswebframework.web.crud.service.CrudService
 
save(E) - Method in interface org.hswebframework.web.crud.service.CrudService
 
save(List<E>) - Method in interface org.hswebframework.web.crud.service.CrudService
 
save(Publisher<E>) - Method in interface org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
save(Publisher<E>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
save(E) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
save(Collection<E>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
save(Publisher<E>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
save(Collection<E>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
save(E) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
save(List<E>) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
save(Flux<E>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveSaveController
 
save(Flux<E>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
save(List<E>) - Method in interface org.hswebframework.web.crud.web.SaveController
 
save(List<E>) - Method in interface org.hswebframework.web.crud.web.ServiceSaveController
 
save(Publisher<DictionaryItemEntity>) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryItemService
 
save(Publisher<DictionaryEntity>) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryService
 
save(Publisher<AuthorizationSettingEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultAuthorizationSettingService
 
save(Publisher<DimensionEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
save(Publisher<DimensionUserEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionUserService
 
save(Publisher<PermissionEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultPermissionService
 
SaveAction - Annotation Type in org.hswebframework.web.authorization.annotation
 
SaveController<E,K> - Interface in org.hswebframework.web.crud.web
 
saveFile(FilePart) - Method in interface org.hswebframework.web.file.service.FileStorageService
保存文件,通常用来文件上传接口
saveFile(InputStream, String) - Method in interface org.hswebframework.web.file.service.FileStorageService
使用文件流保存文件,并返回文件地址
saveFile(FilePart) - Method in class org.hswebframework.web.file.service.LocalFileStorageService
 
saveFile(InputStream, String) - Method in class org.hswebframework.web.file.service.LocalFileStorageService
 
saveSetting(String, String, String, UserSettingPermission) - Method in interface org.hswebframework.web.authorization.setting.UserSettingManager
 
saveUser(Mono<UserEntity>) - Method in interface org.hswebframework.web.system.authorization.api.service.reactive.ReactiveUserService
保存用户
saveUser(UserEntity) - Method in interface org.hswebframework.web.system.authorization.api.service.UserService
 
saveUser(Mono<UserEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveUserService
 
saveUser(Mono<UserEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxUserController
 
SaveUserRequest - Class in org.hswebframework.web.system.authorization.api.request
 
SaveUserRequest() - Constructor for class org.hswebframework.web.system.authorization.api.request.SaveUserRequest
 
schema() - Method in class org.hswebframework.web.datasource.switcher.DefaultJdbcSwitcher
 
schema() - Method in class org.hswebframework.web.datasource.switcher.DefaultR2dbcSwicher
 
schema() - Method in interface org.hswebframework.web.datasource.switcher.JdbcSwitcher
 
schema() - Method in interface org.hswebframework.web.datasource.switcher.R2dbcSwitcher
 
SchemaSwitcher - Interface in org.hswebframework.web.datasource.switcher
 
scope(String, String, String) - Static method in interface org.hswebframework.web.authorization.Permission
构造一个数据范围权限控制配置查找逻辑
scope - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
scope() - Method in class org.hswebframework.web.oauth2.server.code.AuthorizationCodeTokenRequest
 
ScopeDataAccessConfig - Interface in org.hswebframework.web.authorization.access
范围数据权限控制配置
ScopePredicate - Interface in org.hswebframework.web.oauth2.server
 
select(SqlRequest, ResultWrapper<T, R>) - Method in class org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
select(String, ResultWrapper<E, ?>) - Method in class org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
select(Publisher<SqlRequest>, ResultWrapper<E, ?>) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
select(String, Object...) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
select(String, ResultWrapper<E, ?>) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
select(SqlRequest, ResultWrapper<E, ?>) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
sendDeleteEvent(List<Object>, Class<Object>, BiFunction<List<Object>, Class<Object>, AsyncEvent>) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
sendUpdateEvent(List<Object>, List<Object>, Class<Object>, Function3<List<Object>, List<Object>, Class<Object>, AsyncEvent>) - Method in class org.hswebframework.web.crud.events.EntityEventListener
 
ServiceCrudController<E,K> - Interface in org.hswebframework.web.crud.web
 
ServiceDeleteController<E,K> - Interface in org.hswebframework.web.crud.web
 
ServiceQueryController<E,K> - Interface in org.hswebframework.web.crud.web
基于CrudService的查询控制器.
ServiceSaveController<E,K> - Interface in org.hswebframework.web.crud.web
 
ServletUserTokenGenPar - Class in org.hswebframework.web.authorization.basic.web
 
ServletUserTokenGenPar() - Constructor for class org.hswebframework.web.authorization.basic.web.ServletUserTokenGenPar
 
SessionIdUserTokenGenerator - Class in org.hswebframework.web.authorization.basic.web
 
SessionIdUserTokenGenerator() - Constructor for class org.hswebframework.web.authorization.basic.web.SessionIdUserTokenGenerator
 
SessionIdUserTokenParser - Class in org.hswebframework.web.authorization.basic.web
 
SessionIdUserTokenParser() - Constructor for class org.hswebframework.web.authorization.basic.web.SessionIdUserTokenParser
 
setAction(String) - Method in class org.hswebframework.web.authorization.simple.AbstractDataAccessConfig
 
setAllopatricLoginMode(AllopatricLoginMode) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
setAllow(boolean) - Method in class org.hswebframework.web.authorization.events.AuthorizingHandleBeforeEvent
 
setArtifactId(String) - Method in class org.hswebframework.web.starter.initialize.Dependency
 
setAuthenticationManager(ReactiveAuthenticationManager) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
setAuthor(String) - Method in class org.hswebframework.web.starter.initialize.Dependency
 
setAutoParse(boolean) - Method in class org.hswebframework.web.authorization.basic.aop.AopAuthorizingController
 
setBeanFactory(BeanFactory) - Method in class org.hswebframework.web.bean.FastBeanCopier.DefaultConverter
 
setBeanFactory(BeanFactory) - Static method in class org.hswebframework.web.bean.FastBeanCopier
 
setChildren(E, List<E>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
setChildren(E, List<E>) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
setChildren(DictionaryItemEntity, List<DictionaryItemEntity>) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryItemService
 
setChildren(DimensionEntity, List<DimensionEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
setComment(String) - Method in class org.hswebframework.web.starter.initialize.Version
 
setCreateTime(Long) - Method in interface org.hswebframework.web.api.crud.entity.RecordCreationEntity
 
setCreateTimeNow() - Method in interface org.hswebframework.web.api.crud.entity.RecordCreationEntity
 
setCreatorId(String) - Method in interface org.hswebframework.web.api.crud.entity.RecordCreationEntity
 
setCreatorName(String) - Method in interface org.hswebframework.web.api.crud.entity.RecordCreationEntity
 
setCurrent(UserToken) - Static method in class org.hswebframework.web.authorization.token.UserTokenHolder
 
setDataAccessController(DataAccessController) - Method in class org.hswebframework.web.authorization.basic.handler.DefaultAuthorizingHandler
 
setDataBuilderFactory(DataAccessConfigBuilderFactory) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
setDefaultMapperFactory(DefaultMapperFactory) - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
setDefaultPropertyCopier(DefaultPropertyCopier) - Method in class org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
setDefaultSupportConvert(List<String>) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilderFactory
 
setDefaultTokenType(String) - Method in class org.hswebframework.web.authorization.basic.web.UserOnSignIn
 
setDependencies(List<Dependency>) - Method in class org.hswebframework.web.starter.initialize.SystemVersion
 
setDoNotFireEvent(Mono<T>) - Static method in class org.hswebframework.web.crud.events.EntityEventHelper
设置Mono不触发实体类事件
setDoNotFireEvent(Flux<T>) - Static method in class org.hswebframework.web.crud.events.EntityEventHelper
设置Flux不触发实体类事件
setEventPublisher(ApplicationEventPublisher) - Method in class org.hswebframework.web.authorization.basic.handler.DefaultAuthorizingHandler
 
setEventPublisher(ApplicationEventPublisher) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
setException(Throwable) - Method in class org.hswebframework.web.authorization.events.AuthorizationFailedEvent
 
setFields(Set<String>) - Method in class org.hswebframework.web.authorization.simple.SimpleFieldFilterDataAccessConfig
 
setFirstRequestTime(long) - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
setFrameworkVersion(SystemVersion.FrameworkVersion) - Method in class org.hswebframework.web.starter.initialize.SystemVersion
 
setGroupId(String) - Method in class org.hswebframework.web.starter.initialize.Dependency
 
setHandlers(List<DataAccessHandler>) - Method in class org.hswebframework.web.authorization.basic.handler.access.DefaultDataAccessController
 
setId(PK) - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
setInvokeResult(Object) - Method in interface org.hswebframework.web.aop.MethodInterceptorContext
 
setLastRequestTime(long) - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
setLevel(Integer) - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
setMajorVersion(int) - Method in class org.hswebframework.web.starter.initialize.Version
 
setMaxInactiveInterval(long) - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
setMessage(String) - Method in class org.hswebframework.web.authorization.events.AuthorizingHandleBeforeEvent
 
setMinorVersion(int) - Method in class org.hswebframework.web.starter.initialize.Version
 
setModifierId(String) - Method in interface org.hswebframework.web.api.crud.entity.RecordModifierEntity
 
setModifierName(String) - Method in interface org.hswebframework.web.api.crud.entity.RecordModifierEntity
 
setModifyTime(Long) - Method in interface org.hswebframework.web.api.crud.entity.RecordModifierEntity
 
setModifyTimeNow() - Method in interface org.hswebframework.web.api.crud.entity.RecordModifierEntity
 
setName(String) - Method in class org.hswebframework.web.starter.initialize.Version
 
setObjectPropertyNull(Object, Set<String>) - Method in class org.hswebframework.web.authorization.basic.handler.access.FieldFilterDataAccessHandler
 
setOrderBy(String) - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
表达式方式排序
setParentId(PK) - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
setParsed(char[], int) - Method in class org.hswebframework.web.utils.TemplateParser
 
setParsed(char...) - Method in class org.hswebframework.web.utils.TemplateParser
 
setParserCustomizers(List<AopMethodAuthorizeDefinitionCustomizerParser>) - Method in class org.hswebframework.web.authorization.basic.aop.DefaultAopMethodAuthorizeDefinitionParser
 
setPassword(String) - Method in class org.hswebframework.web.authorization.events.AuthorizationDecodeEvent
 
setPath(String) - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
setPrefix(String) - Method in class org.hswebframework.web.utils.HttpParameterConverter
 
setRequestTimes(long) - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
setResult(Map<String, Object>) - Method in class org.hswebframework.web.authorization.events.AuthorizationSuccessEvent
 
setRevisionVersion(int) - Method in class org.hswebframework.web.starter.initialize.Version
 
setSnapshot(boolean) - Method in class org.hswebframework.web.starter.initialize.Version
 
setSortIndex(Long) - Method in interface org.hswebframework.web.api.crud.entity.SortSupportEntity
 
setState(TokenState) - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
setStreamingMediaTypes(List<MediaType>) - Method in class org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
Configure "streaming" media types for which flushing should be performed automatically vs at the end of the stream.
setSupplier(ReactiveAuthenticationSupplier) - Static method in class org.hswebframework.web.authorization.ReactiveAuthenticationHolder
 
setThirdPartAuthenticationManager(List<ThirdPartAuthenticationManager>) - Method in class org.hswebframework.web.authorization.token.UserTokenAuthenticationSupplier
 
setThirdPartAuthenticationManager(List<ThirdPartReactiveAuthenticationManager>) - Method in class org.hswebframework.web.authorization.token.UserTokenReactiveAuthenticationSupplier
 
SettingNullValueHolder - Class in org.hswebframework.web.authorization.setting
 
SettingValueHolder - Interface in org.hswebframework.web.authorization.setting
 
setToken(String) - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
setType(String) - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
setup(Dependency) - Method in interface org.hswebframework.web.starter.initialize.DependencyInstaller
 
setup(Map<String, Object>) - Method in interface org.hswebframework.web.starter.initialize.DependencyInstaller
 
setup(Dependency) - Method in class org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
setUserId(String) - Method in interface org.hswebframework.web.authorization.access.UserAttachEntity
 
setUserId(String) - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
setUsername(String) - Method in class org.hswebframework.web.authorization.events.AuthorizationDecodeEvent
 
setUserTokenGenerators(List<UserTokenGenerator>) - Method in class org.hswebframework.web.authorization.basic.web.UserOnSignIn
 
setUserTokenManager(UserTokenManager) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
setUserTokenManager(UserTokenManager) - Method in class org.hswebframework.web.authorization.basic.web.SessionIdUserTokenParser
 
setVersion(int, int, int, boolean) - Method in class org.hswebframework.web.starter.initialize.Version
 
setVersion(String) - Method in class org.hswebframework.web.starter.initialize.Version
 
setWebsite(String) - Method in class org.hswebframework.web.starter.initialize.Version
 
setWhere(String) - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
表达式查询条件,没有SQL注入问题,放心使用
signIn(String, String, String, long) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
signIn(String, String, String, long, Authentication) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
signIn(String, String, String, long) - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
signIn(String, String, String, long, Authentication) - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
signIn(String, String, String, long) - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
登记一个用户的token
signIn(String, String, String, long, Authentication) - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
登记一个包含认证信息的token
signOutByToken(String) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
signOutByToken(String) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
signOutByToken(String) - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
signOutByToken(String) - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
根据token删除
signOutByUserId(String) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
signOutByUserId(String) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
signOutByUserId(String) - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
signOutByUserId(String) - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
删除用户授权信息
SimpleAuthentication - Class in org.hswebframework.web.authorization.simple
 
SimpleAuthentication() - Constructor for class org.hswebframework.web.authorization.simple.SimpleAuthentication
 
SimpleAuthenticationBuilder - Class in org.hswebframework.web.authorization.simple.builder
 
SimpleAuthenticationBuilder(DataAccessConfigBuilderFactory) - Constructor for class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
SimpleAuthenticationBuilderFactory - Class in org.hswebframework.web.authorization.simple.builder
TODO 完成注释
SimpleAuthenticationBuilderFactory(DataAccessConfigBuilderFactory) - Constructor for class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilderFactory
 
SimpleAuthenticationUserToken - Class in org.hswebframework.web.authorization.token.redis
 
SimpleAuthenticationUserToken() - Constructor for class org.hswebframework.web.authorization.token.redis.SimpleAuthenticationUserToken
 
SimpleDataAccessConfigBuilder - Class in org.hswebframework.web.authorization.simple.builder
 
SimpleDataAccessConfigBuilder(List<DataAccessConfigConverter>) - Constructor for class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilder
 
SimpleDataAccessConfigBuilderFactory - Class in org.hswebframework.web.authorization.simple.builder
 
SimpleDataAccessConfigBuilderFactory() - Constructor for class org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilderFactory
 
SimpleDependencyInstaller - Class in org.hswebframework.web.starter.initialize
 
SimpleDependencyInstaller() - Constructor for class org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
SimpleDimension - Class in org.hswebframework.web.authorization.simple
 
SimpleDimension() - Constructor for class org.hswebframework.web.authorization.simple.SimpleDimension
 
SimpleDimensionType - Class in org.hswebframework.web.authorization.simple
 
SimpleDimensionType() - Constructor for class org.hswebframework.web.authorization.simple.SimpleDimensionType
 
SimpleFieldFilterDataAccessConfig - Class in org.hswebframework.web.authorization.simple
默认配置实现
SimpleFieldFilterDataAccessConfig() - Constructor for class org.hswebframework.web.authorization.simple.SimpleFieldFilterDataAccessConfig
 
SimpleFieldFilterDataAccessConfig(String...) - Constructor for class org.hswebframework.web.authorization.simple.SimpleFieldFilterDataAccessConfig
 
SimpleOwnCreatedDataAccessConfig - Class in org.hswebframework.web.authorization.simple
 
SimpleOwnCreatedDataAccessConfig() - Constructor for class org.hswebframework.web.authorization.simple.SimpleOwnCreatedDataAccessConfig
 
SimpleOwnCreatedDataAccessConfig(String) - Constructor for class org.hswebframework.web.authorization.simple.SimpleOwnCreatedDataAccessConfig
 
SimpleParsedToken - Class in org.hswebframework.web.authorization.token
 
SimpleParsedToken() - Constructor for class org.hswebframework.web.authorization.token.SimpleParsedToken
 
SimplePermission - Class in org.hswebframework.web.authorization.simple
 
SimplePermission() - Constructor for class org.hswebframework.web.authorization.simple.SimplePermission
 
SimpleRole - Class in org.hswebframework.web.authorization.simple
 
SimpleRole() - Constructor for class org.hswebframework.web.authorization.simple.SimpleRole
 
SimpleUser - Class in org.hswebframework.web.authorization.simple
 
SimpleUser() - Constructor for class org.hswebframework.web.authorization.simple.SimpleUser
 
SimpleUserToken - Class in org.hswebframework.web.authorization.token.redis
 
SimpleUserToken() - Constructor for class org.hswebframework.web.authorization.token.redis.SimpleUserToken
 
single(String, String) - Static method in interface org.hswebframework.web.datasource.strategy.TableSwitchStrategyMatcher.Strategy
 
snapshot - Static variable in interface org.hswebframework.web.starter.initialize.SystemVersion.Property
 
snapshot - Variable in class org.hswebframework.web.starter.initialize.Version
 
SNOW_FLAKE - Static variable in interface org.hswebframework.web.crud.generator.Generators
 
SNOW_FLAKE - Static variable in interface org.hswebframework.web.id.IDGenerator
雪花算法
SNOW_FLAKE_HEX - Static variable in interface org.hswebframework.web.id.IDGenerator
雪花算法的16进制
SNOW_FLAKE_STRING - Static variable in interface org.hswebframework.web.id.IDGenerator
雪花算法转String
SnowflakeIdGenerator - Class in org.hswebframework.web.id
 
SnowflakeIdGenerator(long, long) - Constructor for class org.hswebframework.web.id.SnowflakeIdGenerator
 
snowFlakeStringIdGenerator() - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
SnowFlakeStringIdGenerator - Class in org.hswebframework.web.crud.generator
 
SnowFlakeStringIdGenerator() - Constructor for class org.hswebframework.web.crud.generator.SnowFlakeStringIdGenerator
 
SortSupportEntity - Interface in org.hswebframework.web.api.crud.entity
 
start(String, String) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
start(String...) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
start(Map<String, String>) - Static method in class org.hswebframework.web.logger.ReactiveLogger
 
state - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
StaticFileInfo() - Constructor for class org.hswebframework.web.file.FileUploadProperties.StaticFileInfo
 
string(String) - Static method in class org.hswebframework.web.context.ContextKey
 
StringSourceSettingHolder - Class in org.hswebframework.web.authorization.setting
 
StringSourceSettingHolder() - Constructor for class org.hswebframework.web.authorization.setting.StringSourceSettingHolder
 
support(Class) - Method in interface org.hswebframework.web.convert.CustomMessageConverter
 
support(Class, Method) - Method in interface org.hswebframework.web.logging.aop.AccessLoggerParser
 
support(Class, Method) - Method in class org.hswebframework.web.logging.aop.DefaultAccessLoggerParser
 
support(Class, Method) - Method in class org.hswebframework.web.logging.aop.ResourceAccessLoggerParser
 
support(Class, Method) - Method in class org.hswebframework.web.logging.aop.Swagger3AccessLoggerParser
 
support(Class, Method) - Method in class org.hswebframework.web.logging.aop.SwaggerAccessLoggerParser
 
supports(HandlerResult) - Method in class org.hswebframework.web.crud.web.ResponseMessageWrapper
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.hswebframework.web.crud.web.ResponseMessageWrapperAdvice
 
swagger3AccessLoggerParser() - Method in class org.hswebframework.web.logging.aop.AopAccessLoggerSupportAutoConfiguration
 
Swagger3AccessLoggerParser - Class in org.hswebframework.web.logging.aop
 
Swagger3AccessLoggerParser() - Constructor for class org.hswebframework.web.logging.aop.Swagger3AccessLoggerParser
 
swaggerAccessLoggerParser() - Method in class org.hswebframework.web.logging.aop.AopAccessLoggerSupportAutoConfiguration
 
SwaggerAccessLoggerParser - Class in org.hswebframework.web.logging.aop
 
SwaggerAccessLoggerParser() - Constructor for class org.hswebframework.web.logging.aop.SwaggerAccessLoggerParser
 
switcher() - Static method in class org.hswebframework.web.datasource.DataSourceHolder
 
Switcher - Interface in org.hswebframework.web.datasource.switcher
 
switcherInitProcessor() - Method in class org.hswebframework.web.datasource.DynamicDataSourceAutoConfiguration
 
switcherMethodMatcherPointcutAdvisor(List<DataSourceSwitchStrategyMatcher>, List<TableSwitchStrategyMatcher>) - Method in class org.hswebframework.web.datasource.AopDataSourceSwitcherAutoConfiguration
 
SwitcherMethodMatcherPointcutAdvisor(List<DataSourceSwitchStrategyMatcher>, List<TableSwitchStrategyMatcher>) - Constructor for class org.hswebframework.web.datasource.AopDataSourceSwitcherAutoConfiguration.SwitcherMethodMatcherPointcutAdvisor
 
SyncRepositoryFactoryBean<E,PK> - Class in org.hswebframework.web.crud.configuration
 
SyncRepositoryFactoryBean() - Constructor for class org.hswebframework.web.crud.configuration.SyncRepositoryFactoryBean
 
syncSqlExecutor() - Method in class org.hswebframework.web.crud.configuration.JdbcSqlExecutorConfiguration
 
syncSqlExecutor(ReactiveSqlExecutor) - Method in class org.hswebframework.web.crud.configuration.R2dbcSqlExecutorConfiguration
 
syncSystemVersion() - Method in class org.hswebframework.web.starter.initialize.SystemInitialize
 
syncToken(UserToken) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
同步令牌信息,如果使用redisson等来存储token,应该重写此方法并调用this#tokenStorage.put
systemInit(DatabaseOperator, AppProperties) - Method in class org.hswebframework.web.starter.HswebAutoConfiguration
 
SystemInitialize - Class in org.hswebframework.web.starter.initialize
 
SystemInitialize(DatabaseOperator, SystemVersion) - Constructor for class org.hswebframework.web.starter.initialize.SystemInitialize
 
SystemVersion - Class in org.hswebframework.web.starter.initialize
 
SystemVersion() - Constructor for class org.hswebframework.web.starter.initialize.SystemVersion
 
SystemVersion(String) - Constructor for class org.hswebframework.web.starter.initialize.SystemVersion
 
SystemVersion.FrameworkVersion - Class in org.hswebframework.web.starter.initialize
 
SystemVersion.Property - Interface in org.hswebframework.web.starter.initialize
 

T

TableSwitcher - Interface in org.hswebframework.web.datasource.switcher
表切换器
TableSwitchStrategyMatcher - Interface in org.hswebframework.web.datasource.strategy
数据库表切换策略,可通过此接口来自定义表切换的方式
TableSwitchStrategyMatcher.Strategy - Interface in org.hswebframework.web.datasource.strategy
表切换策略
TemplateParser - Class in org.hswebframework.web.utils
 
TemplateParser() - Constructor for class org.hswebframework.web.utils.TemplateParser
 
TermExpressionParser - Class in org.hswebframework.web.api.crud.entity
动态条件表达式解析器 name=测试 and age=test
TermExpressionParser() - Constructor for class org.hswebframework.web.api.crud.entity.TermExpressionParser
 
test(DataAccessConfig) - Method in interface org.hswebframework.web.authorization.Permission.DataAccessPredicate
 
test(String, String...) - Method in interface org.hswebframework.web.oauth2.server.ScopePredicate
 
ThirdPartAuthenticationManager - Interface in org.hswebframework.web.authorization.token
 
ThirdPartReactiveAuthenticationManager - Interface in org.hswebframework.web.authorization.token
 
throwThis(Function<ErrorType, ? extends RuntimeException>) - Method in enum org.hswebframework.web.oauth2.ErrorType
 
throwThis(BiFunction<ErrorType, String, ? extends RuntimeException>, String) - Method in enum org.hswebframework.web.oauth2.ErrorType
 
tilNextMillis(long) - Method in class org.hswebframework.web.id.SnowflakeIdGenerator
 
timeGen() - Method in class org.hswebframework.web.id.SnowflakeIdGenerator
 
timeout - Static variable in interface org.hswebframework.web.CodeConstants.Error
 
toAccessToken(int) - Method in class org.hswebframework.web.oauth2.server.impl.RedisAccessToken
 
toAuthentication(DataAccessConfigBuilderFactory) - Method in class org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationInfo
 
toDictDefine() - Method in class org.hswebframework.web.dictionary.entity.DictionaryEntity
 
token - Static variable in interface org.hswebframework.web.oauth2.ResponseType
 
TOKEN_TYPE_SESSION_ID - Static variable in interface org.hswebframework.web.authorization.basic.web.UserTokenGenerator
 
TOKEN_TYPE_SIMPLE - Static variable in interface org.hswebframework.web.authorization.basic.web.UserTokenGenerator
 
TokenAuthenticationManager - Interface in org.hswebframework.web.authorization.token
token 权限管理器,根据token来进行权限关联.
tokenIsLoggedIn(String) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
tokenIsLoggedIn(String) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
tokenIsLoggedIn(String) - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
tokenIsLoggedIn(String) - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
 
TokenState - Enum in org.hswebframework.web.authorization.token
令牌状态
tokenStorage - Variable in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
toMap(T, long, Set<String>) - Method in class org.hswebframework.web.bean.DefaultToStringOperator
 
toMap() - Method in class org.hswebframework.web.system.authorization.api.entity.DataAccessEntity
 
toMask(T...) - Static method in interface org.hswebframework.web.dict.EnumDict
 
toNestQuery() - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
将已有的条件包装到一个嵌套的条件里,并返回一个Query对象.例如:
toNestQuery(Consumer<Query<T, QueryParamEntity>>) - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
将已有的条件包装到一个嵌套的条件里,并返回一个Query对象.例如:
toOAuth2Client() - Method in class org.hswebframework.web.oauth2.entity.OAuth2ClientEntity
 
toQuery() - Method in class org.hswebframework.web.api.crud.entity.QueryParamEntity
 
toSimpleMap(Function<Object, Serializable>, Map<String, Object>) - Method in class org.hswebframework.web.logging.AccessLoggerInfo
 
toString(String...) - Method in class org.hswebframework.web.api.crud.entity.GenericEntity
 
toString() - Method in class org.hswebframework.web.api.crud.entity.GenericEntity
 
toString(T, long, Set<String>) - Method in class org.hswebframework.web.bean.DefaultToStringOperator
 
toString() - Method in class org.hswebframework.web.bean.Diff
 
ToString - Class in org.hswebframework.web.bean
 
ToString() - Constructor for class org.hswebframework.web.bean.ToString
 
toString(T) - Static method in class org.hswebframework.web.bean.ToString
 
toString(T, String...) - Static method in class org.hswebframework.web.bean.ToString
 
toString(T, String...) - Method in interface org.hswebframework.web.bean.ToStringOperator
 
toString(T, long, Set<String>) - Method in interface org.hswebframework.web.bean.ToStringOperator
 
toString() - Method in class org.hswebframework.web.datasource.strategy.ExpressionDataSourceSwitchStrategyMatcher.ExpressionStrategy
 
toString() - Method in class org.hswebframework.web.starter.initialize.Dependency
 
toString() - Method in class org.hswebframework.web.starter.initialize.Version
 
ToString.Feature - Enum in org.hswebframework.web.bean
 
ToString.Features - Annotation Type in org.hswebframework.web.bean
 
ToString.Ignore - Annotation Type in org.hswebframework.web.bean
 
ToStringOperator<T> - Interface in org.hswebframework.web.bean
 
totalToken() - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
totalToken() - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
totalToken() - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
totalToken() - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
 
totalUser() - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
totalUser() - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
totalUser() - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
totalUser() - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
 
touch(String) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
touch(String) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
touch() - Method in class org.hswebframework.web.authorization.token.LocalUserToken
 
touch(String) - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
touch(String) - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
更新token,使其不过期
TransactionManagers - Interface in org.hswebframework.web.api.crud.entity
 
translateI18n(Object...) - Method in class org.hswebframework.web.exception.ValidationException.Detail
 
TreeSortEntityService<E extends TreeSortSupportEntity<K>,K> - Interface in org.hswebframework.web.crud.service
 
TreeSortSupportEntity<PK> - Interface in org.hswebframework.web.api.crud.entity
支持树形结构,排序的实体类,要使用树形结构,排序功能的实体类直接继承该类
TreeSupportEntity<PK> - Interface in org.hswebframework.web.api.crud.entity
 
TreeSupportEntity.TreeHelper<T,PK> - Interface in org.hswebframework.web.api.crud.entity
树结构Helper
TrueOrFalse - Enum in org.hswebframework.web.enums
 
tryRefactorPath(Flux<E>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
tryValidate(Class<?>...) - Method in interface org.hswebframework.web.api.crud.entity.Entity
 
tryValidate(Class<?>...) - Method in interface org.hswebframework.web.api.crud.entity.TreeSupportEntity
 
tryValidate(EventType, EventContext) - Method in class org.hswebframework.web.crud.events.ValidateEventListener
 
tryValidate(T, Class...) - Static method in class org.hswebframework.web.validator.ValidatorUtils
 
TwoFactor - Annotation Type in org.hswebframework.web.authorization.annotation
开启2FA双重验证
TwoFactorHandlerInterceptorAdapter - Class in org.hswebframework.web.authorization.basic.twofactor
 
TwoFactorHandlerInterceptorAdapter() - Constructor for class org.hswebframework.web.authorization.basic.twofactor.TwoFactorHandlerInterceptorAdapter
 
TwoFactorToken - Interface in org.hswebframework.web.authorization.twofactor
 
TwoFactorTokenManager - Interface in org.hswebframework.web.authorization.twofactor
 
TwoFactorValidator - Interface in org.hswebframework.web.authorization.twofactor
双重验证器,用于某些接口需要双重验证时使用,如: 短信验证码,动态口令等
TwoFactorValidatorManager - Interface in org.hswebframework.web.authorization.twofactor
双重验证管理器
TwoFactorValidatorProvider - Interface in org.hswebframework.web.authorization.twofactor
 
typeIs(DimensionType) - Method in interface org.hswebframework.web.authorization.Dimension
 
typeIs(String) - Method in interface org.hswebframework.web.authorization.Dimension
 

U

unauthorized - Static variable in interface org.hswebframework.web.CodeConstants.Error
 
UnAuthorizedException - Exception in org.hswebframework.web.authorization.exception
未授权异常
UnAuthorizedException() - Constructor for exception org.hswebframework.web.authorization.exception.UnAuthorizedException
 
UnAuthorizedException(TokenState) - Constructor for exception org.hswebframework.web.authorization.exception.UnAuthorizedException
 
UnAuthorizedException(String, TokenState) - Constructor for exception org.hswebframework.web.authorization.exception.UnAuthorizedException
 
UnAuthorizedException(String, TokenState, Throwable) - Constructor for exception org.hswebframework.web.authorization.exception.UnAuthorizedException
 
unsupported - Static variable in interface org.hswebframework.web.CodeConstants.Error
 
UnsupportedMessageSource - Class in org.hswebframework.web.i18n
 
UnsupportedMessageSource() - Constructor for class org.hswebframework.web.i18n.UnsupportedMessageSource
 
UnSupportedReactiveCache<E> - Class in org.hswebframework.web.cache.supports
 
UnSupportedReactiveCache() - Constructor for class org.hswebframework.web.cache.supports.UnSupportedReactiveCache
 
UnsupportedTwoFactorValidator - Class in org.hswebframework.web.authorization.twofactor.defaults
 
UnsupportedTwoFactorValidator() - Constructor for class org.hswebframework.web.authorization.twofactor.defaults.UnsupportedTwoFactorValidator
 
update(SqlRequest) - Method in class org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
update(Publisher<SqlRequest>) - Method in class org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
update(String, Object...) - Method in class org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
update(SqlRequest) - Method in class org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
update(Publisher<SqlRequest>) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
update(SqlRequest) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
update(String, Object...) - Method in class org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
update(K, Mono<E>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveSaveController
 
update(K, Mono<E>) - Method in interface org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
update(K, E) - Method in interface org.hswebframework.web.crud.web.SaveController
 
update(K, E) - Method in interface org.hswebframework.web.crud.web.ServiceSaveController
 
updateById(K, E) - Method in interface org.hswebframework.web.crud.service.CrudService
 
updateById(K, Mono<E>) - Method in interface org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
updateById(K, Mono<E>) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
updateById(K, E) - Method in interface org.hswebframework.web.crud.service.ReactiveCrudService
 
updateById(K, Mono<E>) - Method in interface org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
updateById(K, E) - Method in interface org.hswebframework.web.crud.service.TreeSortEntityService
 
updateById(String, Mono<DictionaryItemEntity>) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryItemService
 
updateById(String, Mono<DictionaryEntity>) - Method in class org.hswebframework.web.dictionary.service.DefaultDictionaryService
 
updateById(String, Mono<AuthorizationSettingEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultAuthorizationSettingService
 
updateById(String, Mono<DimensionEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionService
 
updateById(String, Mono<DimensionUserEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultDimensionUserService
 
updateById(String, Mono<PermissionEntity>) - Method in class org.hswebframework.web.system.authorization.defaults.service.DefaultPermissionService
 
UpdateGroup - Interface in org.hswebframework.web.validator
使用此group,只在修改的时候才进行验证
updateLoginUserInfo(UserEntity) - Method in class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxUserController
 
upgrade(CallBack) - Method in class org.hswebframework.web.starter.initialize.DefaultDependencyUpgrader
 
upgrade(CallBack) - Method in interface org.hswebframework.web.starter.initialize.DependencyUpgrader
 
uploadStatic(Part) - Method in class org.hswebframework.web.file.web.ReactiveFileController
 
urlEncode(String) - Static method in class org.hswebframework.web.oauth2.server.web.OAuth2AuthorizeController
 
use(String) - Method in interface org.hswebframework.web.datasource.switcher.DataSourceSwitcher
选中参数(数据源ID)对应的数据源,如果数据源不存在,将使用默认数据源
use(P, String) - Method in class org.hswebframework.web.datasource.switcher.DefaultReactiveSwitcher
 
use(String) - Method in class org.hswebframework.web.datasource.switcher.DefaultSwitcher
 
use(P, String) - Method in interface org.hswebframework.web.datasource.switcher.ReactiveSwitcher
 
use(String) - Method in interface org.hswebframework.web.datasource.switcher.SchemaSwitcher
 
use(String) - Method in interface org.hswebframework.web.datasource.switcher.Switcher
 
use(String, String) - Method in interface org.hswebframework.web.datasource.switcher.TableSwitcher
 
UseDataSource - Annotation Type in org.hswebframework.web.datasource.annotation
 
useDefault() - Method in interface org.hswebframework.web.datasource.switcher.DataSourceSwitcher
切换为默认数据源
useDefault(P) - Method in class org.hswebframework.web.datasource.switcher.DefaultReactiveSwitcher
 
useDefault() - Method in class org.hswebframework.web.datasource.switcher.DefaultSwitcher
 
useDefault(P) - Method in interface org.hswebframework.web.datasource.switcher.ReactiveSwitcher
 
useDefault() - Method in interface org.hswebframework.web.datasource.switcher.SchemaSwitcher
切换为默认数据库
useDefault() - Method in interface org.hswebframework.web.datasource.switcher.Switcher
 
UseDefaultDataSource - Annotation Type in org.hswebframework.web.datasource.annotation
 
useLast() - Method in interface org.hswebframework.web.datasource.switcher.DataSourceSwitcher
使用上一次调用的数据源
useLast(P) - Method in class org.hswebframework.web.datasource.switcher.DefaultReactiveSwitcher
 
useLast() - Method in class org.hswebframework.web.datasource.switcher.DefaultSwitcher
 
useLast(P) - Method in interface org.hswebframework.web.datasource.switcher.ReactiveSwitcher
 
useLast() - Method in interface org.hswebframework.web.datasource.switcher.SchemaSwitcher
使用上一次调用的数据源
useLast() - Method in interface org.hswebframework.web.datasource.switcher.Switcher
 
useLocale(Locale) - Static method in class org.hswebframework.web.i18n.LocaleUtils
在响应式作用,使用指定的区域作为语言环境,在下游则可以使用LocaleUtils.currentReactive()来获取
user(User) - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilder
 
user(String) - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilder
 
user(Map<String, String>) - Method in interface org.hswebframework.web.authorization.builder.AuthenticationBuilder
 
user(User) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
user(String) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
user(Map<String, String>) - Method in class org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder
 
User - Interface in org.hswebframework.web.authorization
用户信息
USER_DISABLED - Static variable in exception org.hswebframework.web.authorization.exception.AuthenticationException
 
userAllowPermissionHandler() - Method in class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration
 
UserAllowPermissionHandler - Class in org.hswebframework.web.authorization.basic.handler
hsweb: authorize: allows: user: admin: * guest: **.query* role: admin: *
UserAllowPermissionHandler() - Constructor for class org.hswebframework.web.authorization.basic.handler.UserAllowPermissionHandler
 
UserAttachEntity - Interface in org.hswebframework.web.authorization.access
和user关联的实体
userAuthInfo(String) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
UserCreatedEvent - Class in org.hswebframework.web.system.authorization.api.event
 
UserCreatedEvent() - Constructor for class org.hswebframework.web.system.authorization.api.event.UserCreatedEvent
 
UserDeletedEvent - Class in org.hswebframework.web.system.authorization.api.event
 
UserDeletedEvent() - Constructor for class org.hswebframework.web.system.authorization.api.event.UserDeletedEvent
 
UserDimensionProvider - Class in org.hswebframework.web.system.authorization.api
 
UserDimensionProvider() - Constructor for class org.hswebframework.web.system.authorization.api.UserDimensionProvider
 
userDimensionTerm() - Method in class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationServiceAutoConfiguration
 
UserDimensionTerm - Class in org.hswebframework.web.system.authorization.defaults.service.terms
查询和用户维度绑定的数据,如: 查询机构下的用户 where id$in-dimension$org = orgId
UserDimensionTerm() - Constructor for class org.hswebframework.web.system.authorization.defaults.service.terms.UserDimensionTerm
 
UserEntity - Class in org.hswebframework.web.system.authorization.api.entity
系统用户实体
UserEntity() - Constructor for class org.hswebframework.web.system.authorization.api.entity.UserEntity
 
userId - Static variable in interface org.hswebframework.web.authorization.access.UserAttachEntity
 
userIsLoggedIn(String) - Method in class org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
 
userIsLoggedIn(String) - Method in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
userIsLoggedIn(String) - Method in class org.hswebframework.web.authorization.token.redis.RedisUserTokenManager
 
userIsLoggedIn(String) - Method in interface org.hswebframework.web.authorization.token.UserTokenManager
 
UserModifiedEvent - Class in org.hswebframework.web.system.authorization.api.event
用户密码发生修改时事件
UserModifiedEvent() - Constructor for class org.hswebframework.web.system.authorization.api.event.UserModifiedEvent
 
username - Variable in class org.hswebframework.web.authorization.events.AbstractAuthorizationEvent
 
username - Static variable in interface org.hswebframework.web.oauth2.OAuth2Constants
 
UsernameValidator - Interface in org.hswebframework.web.system.authorization.api
 
UserOnSignIn - Class in org.hswebframework.web.authorization.basic.web
监听授权成功事件,授权成功后,生成token并注册到UserTokenManager
UserOnSignIn(UserTokenManager) - Constructor for class org.hswebframework.web.authorization.basic.web.UserOnSignIn
 
UserOnSignOut - Class in org.hswebframework.web.authorization.basic.web
 
UserOnSignOut(UserTokenManager) - Constructor for class org.hswebframework.web.authorization.basic.web.UserOnSignOut
 
UserOwnData - Annotation Type in org.hswebframework.web.authorization.annotation
声明某个操作支持用户查看自己的数据
UserService - Interface in org.hswebframework.web.system.authorization.api.service
 
UserSettingManager - Interface in org.hswebframework.web.authorization.setting
 
UserSettingPermission - Enum in org.hswebframework.web.authorization.setting
 
userStorage - Variable in class org.hswebframework.web.authorization.token.DefaultUserTokenManager
 
UserToken - Interface in org.hswebframework.web.authorization.token
用户的token信息
userTokenAuthenticationSupplier(UserTokenManager, AuthenticationManager) - Method in class org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration
 
UserTokenAuthenticationSupplier - Class in org.hswebframework.web.authorization.token
 
UserTokenAuthenticationSupplier(UserTokenManager, AuthenticationManager) - Constructor for class org.hswebframework.web.authorization.token.UserTokenAuthenticationSupplier
 
UserTokenChangedEvent - Class in org.hswebframework.web.authorization.token.event
 
UserTokenChangedEvent(UserToken, UserToken) - Constructor for class org.hswebframework.web.authorization.token.event.UserTokenChangedEvent
 
userTokenController() - Method in class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration
 
UserTokenCreatedEvent - Class in org.hswebframework.web.authorization.token.event
 
UserTokenCreatedEvent(UserToken) - Constructor for class org.hswebframework.web.authorization.token.event.UserTokenCreatedEvent
 
UserTokenForTypeParser - Interface in org.hswebframework.web.authorization.basic.web
 
UserTokenGenerator - Interface in org.hswebframework.web.authorization.basic.web
用户令牌生产器,用于在用户进行授权后生成令牌
UserTokenHolder - Class in org.hswebframework.web.authorization.token
 
userTokenManager - Variable in class org.hswebframework.web.authorization.basic.web.SessionIdUserTokenParser
 
userTokenManager() - Method in class org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration
 
UserTokenManager - Interface in org.hswebframework.web.authorization.token
用户令牌管理器,用于管理用户令牌
UserTokenParser - Interface in org.hswebframework.web.authorization.basic.web
令牌解析器,用于在接受到请求到时候,从请求中获取令牌
userTokenReactiveAuthenticationSupplier(UserTokenManager, ReactiveAuthenticationManager) - Method in class org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration
 
UserTokenReactiveAuthenticationSupplier - Class in org.hswebframework.web.authorization.token
 
UserTokenReactiveAuthenticationSupplier(UserTokenManager, ReactiveAuthenticationManager) - Constructor for class org.hswebframework.web.authorization.token.UserTokenReactiveAuthenticationSupplier
 
UserTokenRemovedEvent - Class in org.hswebframework.web.authorization.token.event
 
UserTokenRemovedEvent(UserToken) - Constructor for class org.hswebframework.web.authorization.token.event.UserTokenRemovedEvent
 
userTokenWebFilter() - Method in class org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration
 
UserTokenWebFilter - Class in org.hswebframework.web.authorization.basic.web
 
UserTokenWebFilter() - Constructor for class org.hswebframework.web.authorization.basic.web.UserTokenWebFilter
 
UUID - Static variable in interface org.hswebframework.web.id.IDGenerator
使用UUID生成id

V

validate() - Method in interface org.hswebframework.web.authorization.token.UserToken
 
validate(String, String) - Method in class org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidatorProvider
 
validate(String) - Method in interface org.hswebframework.web.system.authorization.api.PasswordValidator
 
validate(String) - Method in interface org.hswebframework.web.system.authorization.api.UsernameValidator
 
validateEventListener() - Method in class org.hswebframework.web.crud.configuration.EasyormConfiguration
 
ValidateEventListener - Class in org.hswebframework.web.crud.events
 
ValidateEventListener() - Constructor for class org.hswebframework.web.crud.events.ValidateEventListener
 
validateRedirectUri(String) - Method in class org.hswebframework.web.oauth2.server.OAuth2Client
 
validateSecret(String) - Method in class org.hswebframework.web.oauth2.server.OAuth2Client
 
ValidationException - Exception in org.hswebframework.web.exception
 
ValidationException(String) - Constructor for exception org.hswebframework.web.exception.ValidationException
 
ValidationException(String, String, Object...) - Constructor for exception org.hswebframework.web.exception.ValidationException
 
ValidationException(String, List<ValidationException.Detail>, Object...) - Constructor for exception org.hswebframework.web.exception.ValidationException
 
ValidationException(Set<? extends ConstraintViolation<?>>) - Constructor for exception org.hswebframework.web.exception.ValidationException
 
ValidationException.Detail - Class in org.hswebframework.web.exception
 
ValidatorUtils - Class in org.hswebframework.web.validator
 
valueOf(String) - Static method in enum org.hswebframework.web.authorization.access.DefaultDataAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.authorization.annotation.Logical
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.authorization.DefaultDimensionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.authorization.define.HandleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.authorization.define.Phased
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.authorization.setting.UserSettingPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.authorization.token.AllopatricLoginMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.authorization.token.TokenState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.bean.ToString.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.cache.configuration.ReactiveCacheProperties.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.crud.configuration.EasyormProperties.DialectEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.crud.events.EntityEventPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.crud.events.EntityEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.datasource.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.enums.TrueOrFalse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.oauth2.enums.OAuth2ClientState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.oauth2.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.oauth2.server.web.OAuth2AuthorizeController.GrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.system.authorization.api.enums.DimensionUserFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hswebframework.web.system.authorization.defaults.configuration.PermissionProperties.PermissionFilter.UnAuthStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hswebframework.web.authorization.access.DefaultDataAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.authorization.annotation.Logical
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.authorization.DefaultDimensionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.authorization.define.HandleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.authorization.define.Phased
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.authorization.setting.UserSettingPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.authorization.token.AllopatricLoginMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.authorization.token.TokenState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.bean.ToString.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.cache.configuration.ReactiveCacheProperties.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.crud.configuration.EasyormProperties.DialectEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.crud.events.EntityEventPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.crud.events.EntityEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.datasource.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.enums.TrueOrFalse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.oauth2.enums.OAuth2ClientState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.oauth2.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.oauth2.server.web.OAuth2AuthorizeController.GrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.system.authorization.api.enums.DimensionUserFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hswebframework.web.system.authorization.defaults.configuration.PermissionProperties.PermissionFilter.UnAuthStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, long) - Method in class org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidator
 
verify(String, long) - Method in class org.hswebframework.web.authorization.twofactor.defaults.UnsupportedTwoFactorValidator
 
verify(String, long) - Method in interface org.hswebframework.web.authorization.twofactor.TwoFactorValidator
验证code是否有效,如果验证码有效,则保持此验证有效期.在有效期内,调用this#expired() 将返回false
Version - Class in org.hswebframework.web.starter.initialize
 
Version() - Constructor for class org.hswebframework.web.starter.initialize.Version
 
versionToString() - Method in class org.hswebframework.web.starter.initialize.Version
 

W

WebFluxAuthorizationConfiguration() - Constructor for class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationWebAutoConfiguration.WebFluxAuthorizationConfiguration
 
webFluxAuthorizationSettingController() - Method in class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationWebAutoConfiguration.WebFluxAuthorizationConfiguration
 
WebFluxAuthorizationSettingController - Class in org.hswebframework.web.system.authorization.defaults.webflux
 
WebFluxAuthorizationSettingController() - Constructor for class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxAuthorizationSettingController
 
WebfluxDictionaryController - Class in org.hswebframework.web.dictionary.webflux
 
WebfluxDictionaryController() - Constructor for class org.hswebframework.web.dictionary.webflux.WebfluxDictionaryController
 
WebfluxDictionaryItemController - Class in org.hswebframework.web.dictionary.webflux
 
WebfluxDictionaryItemController() - Constructor for class org.hswebframework.web.dictionary.webflux.WebfluxDictionaryItemController
 
webFluxDimensionController() - Method in class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationWebAutoConfiguration.WebFluxAuthorizationConfiguration
 
WebFluxDimensionController - Class in org.hswebframework.web.system.authorization.defaults.webflux
 
WebFluxDimensionController() - Constructor for class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionController
 
webFluxDimensionTypeController() - Method in class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationWebAutoConfiguration.WebFluxAuthorizationConfiguration
 
WebFluxDimensionTypeController - Class in org.hswebframework.web.system.authorization.defaults.webflux
 
WebFluxDimensionTypeController() - Constructor for class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionTypeController
 
webFluxDimensionUserController() - Method in class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationWebAutoConfiguration.WebFluxAuthorizationConfiguration
 
WebFluxDimensionUserController - Class in org.hswebframework.web.system.authorization.defaults.webflux
 
WebFluxDimensionUserController() - Constructor for class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionUserController
 
WebFluxLocaleFilter - Class in org.hswebframework.web.i18n
 
WebFluxLocaleFilter() - Constructor for class org.hswebframework.web.i18n.WebFluxLocaleFilter
 
WebFluxOAuth2ClientController - Class in org.hswebframework.web.oauth2.web
 
WebFluxOAuth2ClientController() - Constructor for class org.hswebframework.web.oauth2.web.WebFluxOAuth2ClientController
 
webFluxPermissionController() - Method in class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationWebAutoConfiguration.WebFluxAuthorizationConfiguration
 
WebFluxPermissionController - Class in org.hswebframework.web.system.authorization.defaults.webflux
 
WebFluxPermissionController() - Constructor for class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxPermissionController
 
webFluxUserController() - Method in class org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationWebAutoConfiguration.WebFluxAuthorizationConfiguration
 
WebFluxUserController - Class in org.hswebframework.web.system.authorization.defaults.webflux
 
WebFluxUserController() - Constructor for class org.hswebframework.web.system.authorization.defaults.webflux.WebFluxUserController
 
WebFluxUserController.ChangePasswordRequest - Class in org.hswebframework.web.system.authorization.defaults.webflux
 
website - Static variable in interface org.hswebframework.web.starter.initialize.SystemVersion.Property
 
website - Variable in class org.hswebframework.web.starter.initialize.Version
 
WebUserTokenInterceptor - Class in org.hswebframework.web.authorization.basic.web
用户令牌拦截器,用于拦截用户请求并从中解析用户令牌信息
WebUserTokenInterceptor(UserTokenManager, List<UserTokenParser>, AopMethodAuthorizeDefinitionParser) - Constructor for class org.hswebframework.web.authorization.basic.web.WebUserTokenInterceptor
 
WebUtils - Class in org.hswebframework.web.utils
Web常用工具集,用于获取当前登录用户,请求信息等
WebUtils() - Constructor for class org.hswebframework.web.utils.WebUtils
 
with(String, String) - Method in class org.hswebframework.web.oauth2.server.OAuth2Request
 
with(String, Object) - Method in class org.hswebframework.web.oauth2.server.OAuth2Response
 
withCache(LRUMap<Object, JavaType>) - Method in class org.hswebframework.web.starter.jackson.CustomTypeFactory
 
withClassLoader(ClassLoader) - Method in class org.hswebframework.web.starter.jackson.CustomTypeFactory
 
withModifier(TypeModifier) - Method in class org.hswebframework.web.starter.jackson.CustomTypeFactory
 
wrapFluxResponse(Flux<?>, AccessLoggerInfo) - Method in class org.hswebframework.web.logging.aop.ReactiveAopAccessLoggerSupport
 
wrapMonoResponse(Mono<?>, AccessLoggerInfo) - Method in class org.hswebframework.web.logging.aop.ReactiveAopAccessLoggerSupport
 
write(JSONSerializer, Object, Type, int) - Method in interface org.hswebframework.web.dict.EnumDict
 

_

_fromWellKnownClass(ClassStack, Class<?>, TypeBindings, JavaType, JavaType[]) - Method in class org.hswebframework.web.starter.jackson.CustomTypeFactory
 
_fromWellKnownInterface(ClassStack, Class<?>, TypeBindings, JavaType, JavaType[]) - Method in class org.hswebframework.web.starter.jackson.CustomTypeFactory
 
A B C D E F G H I J L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2016–2021. All rights reserved.