Class Hierarchy
- java.lang.Object
- org.hswebframework.web.authorization.simple.AbstractDataAccessConfig (implements org.hswebframework.web.authorization.access.DataAccessConfig)
- org.springframework.http.converter.AbstractHttpMessageConverter<T> (implements org.springframework.http.converter.HttpMessageConverter<T>)
- org.springframework.http.converter.AbstractGenericHttpMessageConverter<T> (implements org.springframework.http.converter.GenericHttpMessageConverter<T>)
- org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
- org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
- org.hswebframework.web.cache.supports.AbstractReactiveCacheManager (implements org.hswebframework.web.cache.ReactiveCacheManager)
- org.hswebframework.ezorm.rdb.operator.builder.fragments.term.AbstractTermFragmentBuilder (implements org.hswebframework.ezorm.rdb.operator.builder.fragments.TermFragmentBuilder)
- org.hswebframework.web.system.authorization.defaults.service.terms.DimensionTerm
- org.hswebframework.web.system.authorization.defaults.service.terms.UserDimensionTerm
- org.hswebframework.web.logging.events.AccessLoggerAfterEvent
- org.hswebframework.web.logging.events.AccessLoggerBeforeEvent
- org.hswebframework.web.logging.AccessLoggerInfo
- org.hswebframework.web.system.authorization.api.entity.ActionEntity (implements org.hswebframework.web.api.crud.entity.Entity)
- org.hswebframework.web.utils.AnnotationUtils
- org.hswebframework.web.logging.aop.AopAccessLoggerSupportAutoConfiguration
- org.hswebframework.web.authorization.basic.configuration.AopAuthorizeAutoConfiguration
- org.hswebframework.web.authorization.basic.define.AopAuthorizeDefinitionParser
- org.hswebframework.web.datasource.AopDataSourceSwitcherAutoConfiguration
- org.hswebframework.web.starter.initialize.AppProperties
- org.hswebframework.web.datasource.jta.AtomikosDataSourceAutoConfiguration
- org.hswebframework.web.authorization.AuthenticationHolder
- org.hswebframework.web.authorization.AuthenticationUtils
- org.hswebframework.web.oauth2.server.code.AuthorizationCodeCache (implements java.io.Serializable)
- org.hswebframework.web.authorization.basic.web.AuthorizationController
- org.hswebframework.web.authorization.events.AuthorizationInitializeEvent
- org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationServiceAutoConfiguration
- org.hswebframework.web.system.authorization.api.entity.AuthorizationSettingEntity (implements org.hswebframework.web.api.crud.entity.Entity)
- org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationWebAutoConfiguration
- org.hswebframework.web.system.authorization.defaults.configuration.AuthorizationWebAutoConfiguration.WebFluxAuthorizationConfiguration
- org.hswebframework.web.authorization.define.AuthorizingContext
- org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration
- org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration.BasicAuthorizationConfiguration
- org.hswebframework.web.authorization.basic.configuration.AuthorizingHandlerAutoConfiguration.DataAccessHandlerProcessor (implements org.springframework.beans.factory.config.BeanPostProcessor)
- org.hswebframework.web.crud.configuration.AutoDDLProcessor (implements org.springframework.beans.factory.InitializingBean)
- org.hswebframework.web.authorization.basic.configuration.BasicAuthorizationTokenParser (implements org.hswebframework.web.authorization.basic.web.UserTokenForTypeParser)
- org.hswebframework.web.datasource.strategy.CachedDataSourceSwitchStrategyMatcher (implements org.hswebframework.web.datasource.strategy.DataSourceSwitchStrategyMatcher)
- org.hswebframework.web.datasource.strategy.CachedDataSourceSwitchStrategyMatcher.CacheKey
- org.hswebframework.web.datasource.strategy.CachedTableSwitchStrategyMatcher (implements org.hswebframework.web.datasource.strategy.TableSwitchStrategyMatcher)
- org.hswebframework.web.datasource.strategy.CachedTableSwitchStrategyMatcher.CacheKey
- org.hswebframework.web.cache.supports.CaffeineReactiveCache<E> (implements org.hswebframework.web.cache.ReactiveCache<E>)
- org.hswebframework.web.dictionary.event.ClearDictionaryCacheEvent
- org.hswebframework.web.system.authorization.api.event.ClearUserAuthorizationCacheEvent
- org.hswebframework.web.utils.CollectionUtils
- org.hswebframework.web.crud.web.CommonErrorControllerAdvice
- org.hswebframework.web.crud.web.CommonWebFluxConfiguration
- org.hswebframework.web.crud.web.CommonWebMvcConfiguration
- org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
- org.hswebframework.web.bean.CompareUtils
- org.hswebframework.web.crud.configuration.CompositeEntityTableMetadataResolver (implements org.hswebframework.web.crud.configuration.EntityTableMetadataResolver)
- org.hswebframework.web.crud.events.CompositeEventListener (implements org.hswebframework.ezorm.rdb.events.EventListener)
- org.hswebframework.web.starter.i18n.CompositeMessageSource (implements org.springframework.context.MessageSource)
- org.hswebframework.web.oauth2.server.impl.CompositeOAuth2GrantService (implements org.hswebframework.web.oauth2.server.OAuth2GrantService)
- org.hswebframework.web.authorization.simple.CompositeReactiveAuthenticationManager (implements org.hswebframework.web.authorization.ReactiveAuthenticationManager)
- org.hswebframework.web.context.ContextKey<T>
- org.hswebframework.web.i18n.ContextLocaleResolver (implements org.hibernate.validator.spi.messageinterpolation.LocaleResolver)
- org.hswebframework.web.context.ContextUtils
- org.hswebframework.web.starter.CorsAutoConfiguration
- org.hswebframework.web.starter.CorsProperties
- org.hswebframework.web.starter.CorsProperties.CorsConfiguration
- org.hswebframework.web.crud.generator.CurrentTimeGenerator (implements org.hswebframework.ezorm.core.DefaultValueGenerator<E>)
- org.hswebframework.web.starter.jackson.CustomCodecsAutoConfiguration
- org.hswebframework.web.authorization.define.DataAccessDefinition
- org.hswebframework.web.system.authorization.api.entity.DataAccessEntity
- org.hswebframework.web.authorization.basic.handler.access.DataAccessHandlerContext
- org.hswebframework.web.authorization.define.DataAccessTypeDefinition (implements org.hswebframework.web.authorization.access.DataAccessType)
- org.hswebframework.web.datasource.web.DatasourceController
- org.hswebframework.web.datasource.DataSourceHolder
- org.hswebframework.web.datasource.web.DatasourceWebApiAutoConfiguration
- org.hswebframework.web.logging.aop.DefaultAccessLoggerParser (implements org.hswebframework.web.logging.aop.AccessLoggerParser)
- org.hswebframework.web.authorization.basic.aop.DefaultAopMethodAuthorizeDefinitionParser (implements org.hswebframework.web.authorization.basic.aop.AopMethodAuthorizeDefinitionParser)
- org.hswebframework.web.event.DefaultAsyncEvent (implements org.hswebframework.web.event.AsyncEvent)
- org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration
- org.hswebframework.web.oauth2.server.code.DefaultAuthorizationCodeGranter (implements org.hswebframework.web.oauth2.server.code.AuthorizationCodeGranter)
- org.hswebframework.web.authorization.basic.handler.DefaultAuthorizingHandler (implements org.hswebframework.web.authorization.basic.handler.AuthorizingHandler)
- org.hswebframework.web.authorization.basic.define.DefaultBasicAuthorizeDefinition (implements org.hswebframework.web.authorization.define.AopAuthorizeDefinition)
- org.hswebframework.web.dict.defaults.DefaultClassDictDefine (implements org.hswebframework.web.dict.ClassDictDefine)
- org.hswebframework.web.oauth2.server.credential.DefaultClientCredentialGranter (implements org.hswebframework.web.oauth2.server.credential.ClientCredentialGranter)
- org.hswebframework.web.authorization.basic.handler.access.DefaultDataAccessController (implements org.hswebframework.web.authorization.access.DataAccessController)
- org.hswebframework.web.starter.initialize.DefaultDependencyUpgrader (implements org.hswebframework.web.starter.initialize.DependencyUpgrader)
- org.hswebframework.web.dict.defaults.DefaultDictDefine (implements org.hswebframework.web.dict.DictDefine)
- org.hswebframework.web.dict.defaults.DefaultDictDefineRepository (implements org.hswebframework.web.dict.DictDefineRepository)
- org.hswebframework.web.authorization.simple.DefaultDimensionManager (implements org.hswebframework.web.authorization.dimension.DimensionManager)
- org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure (implements org.hswebframework.web.crud.events.EntityEventListenerConfigure)
- org.hswebframework.web.crud.configuration.DefaultEntityResultWrapperFactory (implements org.hswebframework.web.crud.configuration.EntityResultWrapperFactory)
- org.hswebframework.web.crud.generator.DefaultIdGenerator (implements org.hswebframework.ezorm.core.DefaultValueGenerator<E>)
- org.hswebframework.web.dict.defaults.DefaultItemDefine (implements org.hswebframework.web.dict.ItemDefine)
- org.hswebframework.web.datasource.switcher.DefaultJdbcSwitcher (implements org.hswebframework.web.datasource.switcher.JdbcSwitcher)
- org.hswebframework.web.datasource.switcher.DefaultR2dbcSwicher (implements org.hswebframework.web.datasource.switcher.R2dbcSwitcher)
- org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationInitializeService (implements org.hswebframework.web.authorization.ReactiveAuthenticationInitializeService)
- org.hswebframework.web.system.authorization.defaults.service.DefaultReactiveAuthenticationManager (implements org.hswebframework.web.authorization.ReactiveAuthenticationManagerProvider)
- org.hswebframework.web.datasource.switcher.DefaultReactiveSwitcher (implements org.hswebframework.web.datasource.switcher.ReactiveSwitcher)
- org.hswebframework.web.oauth2.server.refresh.DefaultRefreshTokenGranter (implements org.hswebframework.web.oauth2.server.refresh.RefreshTokenGranter)
- org.hswebframework.web.datasource.switcher.DefaultSwitcher (implements org.hswebframework.web.datasource.switcher.Switcher)
- org.hswebframework.web.bean.DefaultToStringOperator<T> (implements org.hswebframework.web.bean.ToStringOperator<T>)
- org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidator (implements org.hswebframework.web.authorization.twofactor.TwoFactorValidator)
- org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidatorManager (implements org.springframework.beans.factory.config.BeanPostProcessor, org.hswebframework.web.authorization.twofactor.TwoFactorValidatorManager)
- org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidatorProvider (implements org.hswebframework.web.authorization.twofactor.TwoFactorValidatorProvider)
- org.hswebframework.web.authorization.basic.web.DefaultUserTokenGenPar (implements org.hswebframework.web.authorization.basic.web.ReactiveUserTokenGenerator, org.hswebframework.web.authorization.basic.web.ReactiveUserTokenParser)
- org.hswebframework.web.authorization.token.DefaultUserTokenManager (implements org.hswebframework.web.authorization.token.UserTokenManager)
- org.hswebframework.web.dictionary.configuration.DictionaryAutoConfiguration
- org.hswebframework.web.dictionary.configuration.DictionaryProperties
- org.hswebframework.web.bean.Diff
- org.hswebframework.web.authorization.basic.handler.access.DimensionDataAccessHandler (implements org.hswebframework.web.authorization.access.DataAccessHandler)
- org.hswebframework.web.authorization.define.DimensionDefinition
- org.hswebframework.web.authorization.access.DimensionHelper
- org.hswebframework.web.authorization.define.DimensionsDefinition
- org.hswebframework.web.system.authorization.defaults.webflux.DimensionTypeResponse
- org.hswebframework.web.authorization.dimension.DimensionUserBind
- org.hswebframework.web.authorization.dimension.DimensionUserDetail
- org.hswebframework.web.datasource.DynamicDataSourceAutoConfiguration
- org.hswebframework.web.datasource.config.DynamicDataSourceConfig (implements java.io.Serializable)
- org.hswebframework.web.datasource.DynamicDataSourceProxy (implements org.hswebframework.web.datasource.DynamicDataSource<T>)
- org.hswebframework.web.system.authorization.defaults.service.DynamicDimension (implements org.hswebframework.web.authorization.Dimension)
- org.hswebframework.web.crud.configuration.EasyormConfiguration
- org.hswebframework.web.crud.configuration.EasyormProperties
- org.hswebframework.web.crud.configuration.EasyormRepositoryRegistrar (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationInfo
- org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationInfo.PermissionInfo
- org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationManager (implements org.hswebframework.web.authorization.AuthenticationManager)
- org.hswebframework.web.authorization.basic.embed.EmbedAuthenticationProperties (implements org.springframework.beans.factory.InitializingBean)
- org.hswebframework.web.authorization.basic.embed.EmbedReactiveAuthenticationManager (implements org.hswebframework.web.authorization.ReactiveAuthenticationManagerProvider)
- org.hswebframework.web.authorization.basic.define.EmptyAuthorizeDefinition (implements org.hswebframework.web.authorization.define.AopAuthorizeDefinition)
- org.hswebframework.web.crud.events.EntityEventHelper
- org.hswebframework.web.crud.events.EntityEventListener (implements org.hswebframework.ezorm.rdb.events.EventListener)
- org.hswebframework.web.api.crud.entity.EntityFactoryHolder
- org.hswebframework.web.api.crud.entity.EntityFactoryHolderConfiguration
- org.hswebframework.web.crud.configuration.EntityInfo
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- org.hswebframework.web.datasource.strategy.ExpressionDataSourceSwitchStrategyMatcher.ExpressionStrategy (implements org.hswebframework.web.datasource.strategy.DataSourceSwitchStrategyMatcher.Strategy)
- org.hswebframework.web.utils.ExpressionUtils
- org.hswebframework.web.bean.FastBeanCopier
- org.hswebframework.web.bean.FastBeanCopier.CacheKey
- org.hswebframework.web.bean.FastBeanCopier.DefaultConverter (implements org.hswebframework.web.bean.Converter)
- org.hswebframework.web.authorization.basic.handler.access.FieldFilterDataAccessHandler (implements org.hswebframework.web.authorization.access.DataAccessHandler)
- org.hswebframework.web.file.FileServiceConfiguration
- org.hswebframework.web.file.FileUploadProperties
- org.hswebframework.web.file.FileUploadProperties.StaticFileInfo
- org.hswebframework.web.crud.service.GenericCrudService<E,K> (implements org.hswebframework.web.crud.service.CrudService<E,K>)
- org.hswebframework.web.api.crud.entity.GenericEntity<PK> (implements org.hswebframework.web.api.crud.entity.Entity)
- org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService<E,K> (implements org.hswebframework.web.crud.service.EnableCacheReactiveCrudService<E,K>)
- org.hswebframework.web.crud.service.GenericReactiveCrudService<E,K> (implements org.hswebframework.web.crud.service.ReactiveCrudService<E,K>)
- org.hswebframework.web.crud.service.GenericReactiveTreeSupportCrudService<E,K> (implements org.hswebframework.web.crud.service.ReactiveTreeSortEntityService<E,K>)
- org.hswebframework.web.crud.service.GenericTreeSupportCrudService<E,K> (implements org.hswebframework.web.crud.service.TreeSortEntityService<E,K>)
- org.hswebframework.web.cache.supports.GuavaReactiveCache<E> (implements org.hswebframework.web.cache.ReactiveCache<E>)
- org.springframework.web.servlet.handler.HandlerInterceptorAdapter (implements org.springframework.web.servlet.AsyncHandlerInterceptor)
- org.springframework.web.reactive.result.HandlerResultHandlerSupport (implements org.springframework.core.Ordered)
- org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
- org.springframework.web.reactive.result.method.annotation.ResponseBodyResultHandler (implements org.springframework.web.reactive.HandlerResultHandler)
- org.hswebframework.web.authorization.twofactor.defaults.HashMapTwoFactorTokenManager (implements org.hswebframework.web.authorization.twofactor.TwoFactorTokenManager)
- org.hswebframework.web.starter.HswebAutoConfiguration
- org.hswebframework.web.datasource.HswebDataSourceProperties
- org.hswebframework.web.utils.HttpParameterConverter
- org.hswebframework.web.starter.i18n.I18nConfiguration
- org.hswebframework.web.oauth2.service.InDBOAuth2ClientManager (implements org.hswebframework.web.oauth2.server.OAuth2ClientManager)
- org.hswebframework.web.datasource.jta.InMemoryAtomikosDataSourceRepository (implements org.hswebframework.web.datasource.jta.JtaDataSourceRepository)
- org.hswebframework.web.authorization.basic.handler.access.InvokeResultUtils
- org.springframework.http.codec.json.Jackson2CodecSupport
- org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder (implements org.springframework.http.codec.HttpMessageDecoder<T>)
- org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder (implements org.springframework.http.codec.HttpMessageEncoder<T>)
- org.hswebframework.ezorm.rdb.executor.jdbc.JdbcSqlExecutor
- org.hswebframework.ezorm.rdb.executor.jdbc.JdbcReactiveSqlExecutor (implements org.hswebframework.ezorm.rdb.executor.reactive.ReactiveSqlExecutor)
- org.hswebframework.ezorm.rdb.executor.jdbc.JdbcSyncSqlExecutor (implements org.hswebframework.ezorm.rdb.executor.SyncSqlExecutor)
- org.hswebframework.web.crud.configuration.JdbcSqlExecutorConfiguration
- com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider)
- org.hswebframework.web.i18n.LocaleUtils
- org.hswebframework.web.file.service.LocalFileStorageService (implements org.hswebframework.web.file.service.FileStorageService)
- org.hswebframework.web.authorization.token.LocalUserToken (implements org.hswebframework.web.authorization.token.UserToken)
- org.hswebframework.web.logging.LoggerDefine
- org.hswebframework.web.crud.entity.factory.MapperEntityFactory (implements org.hswebframework.web.bean.BeanFactory, org.hswebframework.web.api.crud.entity.EntityFactory)
- org.hswebframework.web.crud.entity.factory.MapperEntityFactory.Mapper<T>
- org.hswebframework.web.crud.generator.MD5Generator (implements org.hswebframework.ezorm.core.DefaultValueGenerator<E>)
- org.hswebframework.web.authorization.define.MergedAuthorizeDefinition
- org.hswebframework.web.authorization.basic.define.MergedAuthorizeDefinition (implements java.io.Serializable)
- org.hswebframework.web.i18n.MessageSourceInitializer
- org.hswebframework.web.aop.MethodInterceptorHolder
- org.hswebframework.web.utils.ModuleUtils
- org.hswebframework.web.utils.ModuleUtils.ModuleInfo
- org.hswebframework.web.cache.supports.NullValue (implements java.io.Serializable)
- org.hswebframework.web.oauth2.server.web.OAuth2AuthorizeController
- org.hswebframework.web.oauth2.server.OAuth2Client
- org.hswebframework.web.oauth2.configuration.OAuth2ClientManagerAutoConfiguration
- org.hswebframework.web.oauth2.server.OAuth2Request
- org.hswebframework.web.oauth2.server.OAuth2Response (implements java.io.Serializable)
- org.hswebframework.web.oauth2.server.utils.OAuth2ScopeUtils
- org.hswebframework.web.oauth2.server.OAuth2ServerAutoConfiguration
- org.hswebframework.web.system.authorization.api.entity.OptionalField (implements org.hswebframework.web.api.crud.entity.Entity)
- org.hswebframework.web.api.crud.entity.PagerResult<E>
- org.hswebframework.ezorm.core.param.Param (implements java.lang.Cloneable)
- org.hswebframework.web.system.authorization.api.entity.ParentPermission (implements org.hswebframework.web.api.crud.entity.Entity)
- org.hswebframework.web.system.authorization.defaults.configuration.PermissionProperties
- org.hswebframework.web.system.authorization.defaults.configuration.PermissionProperties.PermissionFilter
- org.hswebframework.web.system.authorization.defaults.service.PermissionSynchronization (implements org.springframework.boot.CommandLineRunner)
- org.hswebframework.web.authorization.simple.PlainTextUsernamePasswordAuthenticationRequest (implements org.hswebframework.web.authorization.AuthenticationRequest)
- org.hswebframework.web.proxy.Proxy<I>
- org.hswebframework.web.crud.web.R2dbcErrorControllerAdvice
- org.hswebframework.ezorm.rdb.executor.reactive.r2dbc.R2dbcReactiveSqlExecutor (implements org.hswebframework.ezorm.rdb.executor.reactive.ReactiveSqlExecutor)
- org.hswebframework.web.crud.configuration.R2dbcSqlExecutorConfiguration
- org.hswebframework.web.authorization.ReactiveAuthenticationHolder
- org.hswebframework.web.cache.configuration.ReactiveCacheManagerConfiguration
- org.hswebframework.web.cache.configuration.ReactiveCacheProperties
- org.hswebframework.web.cache.configuration.ReactiveCacheProperties.CaffeineProperties
- org.hswebframework.web.cache.configuration.ReactiveCacheProperties.GuavaProperties
- org.hswebframework.web.cache.configuration.ReactiveCacheProperties.RedisProperties
- org.hswebframework.web.file.web.ReactiveFileController
- org.hswebframework.web.logger.ReactiveLogger
- org.hswebframework.web.oauth2.server.auth.ReactiveOAuth2AccessTokenParser (implements org.hswebframework.web.authorization.ReactiveAuthenticationSupplier, org.hswebframework.web.authorization.basic.web.ReactiveUserTokenParser)
- org.hswebframework.web.crud.configuration.ReactiveRepositoryFactoryBean<E,PK> (implements org.springframework.beans.factory.FactoryBean<T>)
- org.hswebframework.web.authorization.token.ReactiveTokenAuthenticationSupplier (implements org.hswebframework.web.authorization.ReactiveAuthenticationSupplier)
- org.hswebframework.web.authorization.basic.web.ReactiveUserTokenController
- org.hswebframework.web.utils.ReactiveWebUtils
- org.hswebframework.web.oauth2.server.impl.RedisAccessToken (implements java.io.Serializable)
- org.hswebframework.web.oauth2.server.impl.RedisAccessTokenManager (implements org.hswebframework.web.oauth2.server.AccessTokenManager)
- org.hswebframework.web.cache.supports.RedisReactiveCache<E> (implements org.hswebframework.web.cache.ReactiveCache<E>)
- org.hswebframework.web.authorization.token.redis.RedisTokenAuthenticationManager (implements org.hswebframework.web.authorization.token.TokenAuthenticationManager)
- org.hswebframework.web.authorization.token.redis.RedisUserTokenManager (implements org.hswebframework.web.authorization.token.UserTokenManager)
- org.hswebframework.web.logging.RequestInfo
- org.hswebframework.web.logging.aop.ResourceAccessLoggerParser (implements org.hswebframework.web.logging.aop.AccessLoggerParser)
- org.hswebframework.web.authorization.define.ResourceActionDefinition
- org.hswebframework.web.authorization.define.ResourceDefinition
- org.hswebframework.web.authorization.define.ResourcesDefinition
- org.hswebframework.web.crud.web.ResponseMessage<T> (implements java.io.Serializable)
- org.hswebframework.web.crud.web.ResponseMessageWrapperAdvice (implements org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice<T>)
- org.hswebframework.web.system.authorization.api.request.SaveUserRequest
- org.hswebframework.web.authorization.basic.web.ServletUserTokenGenPar (implements org.hswebframework.web.authorization.basic.web.UserTokenGenerator, org.hswebframework.web.authorization.basic.web.UserTokenParser)
- org.hswebframework.web.authorization.basic.web.SessionIdUserTokenGenerator (implements java.io.Serializable, org.hswebframework.web.authorization.basic.web.UserTokenGenerator)
- org.hswebframework.web.authorization.basic.web.SessionIdUserTokenParser (implements org.hswebframework.web.authorization.basic.web.UserTokenParser)
- org.hswebframework.web.authorization.setting.SettingNullValueHolder (implements org.hswebframework.web.authorization.setting.SettingValueHolder)
- org.hswebframework.web.authorization.simple.SimpleAuthentication (implements org.hswebframework.web.authorization.Authentication)
- org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder (implements org.hswebframework.web.authorization.builder.AuthenticationBuilder)
- org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilderFactory (implements org.hswebframework.web.authorization.builder.AuthenticationBuilderFactory)
- org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilder (implements org.hswebframework.web.authorization.builder.DataAccessConfigBuilder)
- org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilderFactory (implements org.hswebframework.web.authorization.builder.DataAccessConfigBuilderFactory)
- org.hswebframework.web.starter.initialize.SimpleDependencyInstaller (implements org.hswebframework.web.starter.initialize.DependencyInstaller)
- org.hswebframework.web.authorization.simple.SimpleDimension (implements org.hswebframework.web.authorization.Dimension)
- org.hswebframework.web.authorization.simple.SimpleDimensionType (implements org.hswebframework.web.authorization.DimensionType, java.io.Serializable)
- org.hswebframework.web.authorization.token.SimpleParsedToken (implements org.hswebframework.web.authorization.token.ParsedToken)
- org.hswebframework.web.authorization.simple.SimplePermission (implements org.hswebframework.web.authorization.Permission)
- org.hswebframework.web.authorization.simple.SimpleRole (implements org.hswebframework.web.authorization.Role)
- org.hswebframework.web.authorization.simple.SimpleUser (implements org.hswebframework.web.authorization.User)
- org.hswebframework.web.authorization.token.redis.SimpleUserToken (implements org.hswebframework.web.authorization.token.UserToken)
- org.hswebframework.web.id.SnowflakeIdGenerator
- org.hswebframework.web.crud.generator.SnowFlakeStringIdGenerator (implements org.hswebframework.ezorm.core.DefaultValueGenerator<E>)
- org.springframework.aop.support.StaticMethodMatcher (implements org.springframework.aop.MethodMatcher)
- org.springframework.aop.support.StaticMethodMatcherPointcut (implements org.springframework.aop.Pointcut)
- org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor (implements org.springframework.core.Ordered, org.springframework.aop.PointcutAdvisor, java.io.Serializable)
- org.hswebframework.web.authorization.setting.StringSourceSettingHolder (implements org.hswebframework.web.authorization.setting.SettingValueHolder)
- org.hswebframework.web.logging.aop.Swagger3AccessLoggerParser (implements org.hswebframework.web.logging.aop.AccessLoggerParser)
- org.hswebframework.web.logging.aop.SwaggerAccessLoggerParser (implements org.hswebframework.web.logging.aop.AccessLoggerParser)
- org.hswebframework.web.crud.configuration.SyncRepositoryFactoryBean<E,PK> (implements org.springframework.beans.factory.FactoryBean<T>)
- org.hswebframework.web.starter.initialize.SystemInitialize
- org.hswebframework.web.utils.TemplateParser
- org.hswebframework.web.api.crud.entity.TermExpressionParser
- java.lang.Throwable (implements java.io.Serializable)
- org.hswebframework.web.bean.ToString
- com.fasterxml.jackson.databind.type.TypeFactory (implements java.io.Serializable)
- org.hswebframework.web.i18n.UnsupportedMessageSource (implements org.springframework.context.MessageSource)
- org.hswebframework.web.cache.supports.UnSupportedReactiveCache<E> (implements org.hswebframework.web.cache.ReactiveCache<E>)
- org.hswebframework.web.authorization.twofactor.defaults.UnsupportedTwoFactorValidator (implements org.hswebframework.web.authorization.twofactor.TwoFactorValidator)
- org.hswebframework.web.authorization.basic.handler.UserAllowPermissionHandler
- org.hswebframework.web.system.authorization.api.UserDimensionProvider (implements org.hswebframework.web.authorization.DimensionProvider)
- org.hswebframework.web.authorization.basic.web.UserOnSignIn
- org.hswebframework.web.authorization.basic.web.UserOnSignOut
- org.hswebframework.web.authorization.token.UserTokenAuthenticationSupplier (implements org.hswebframework.web.authorization.AuthenticationSupplier)
- org.hswebframework.web.authorization.token.UserTokenHolder
- org.hswebframework.web.authorization.token.UserTokenReactiveAuthenticationSupplier (implements org.hswebframework.web.authorization.ReactiveAuthenticationSupplier)
- org.hswebframework.web.authorization.basic.web.UserTokenWebFilter (implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.web.server.WebFilter)
- org.hswebframework.web.crud.events.ValidateEventListener (implements org.hswebframework.ezorm.rdb.events.EventListener)
- org.hswebframework.web.exception.ValidationException.Detail
- org.hswebframework.web.validator.ValidatorUtils
- org.hswebframework.web.starter.initialize.Version (implements java.lang.Comparable<T>, java.io.Serializable)
- org.hswebframework.web.system.authorization.defaults.webflux.WebFluxAuthorizationSettingController (implements org.hswebframework.web.crud.web.reactive.ReactiveServiceCrudController<E,K>)
- org.hswebframework.web.dictionary.webflux.WebfluxDictionaryController (implements org.hswebframework.web.crud.web.reactive.ReactiveServiceCrudController<E,K>)
- org.hswebframework.web.dictionary.webflux.WebfluxDictionaryItemController (implements org.hswebframework.web.crud.web.reactive.ReactiveServiceCrudController<E,K>)
- org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionController (implements org.hswebframework.web.crud.web.reactive.ReactiveServiceCrudController<E,K>, org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController<E,K>)
- org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionTypeController (implements org.hswebframework.web.crud.web.reactive.ReactiveCrudController<E,K>)
- org.hswebframework.web.system.authorization.defaults.webflux.WebFluxDimensionUserController (implements org.hswebframework.web.crud.web.reactive.ReactiveServiceCrudController<E,K>)
- org.hswebframework.web.i18n.WebFluxLocaleFilter (implements org.springframework.web.server.WebFilter)
- org.hswebframework.web.oauth2.web.WebFluxOAuth2ClientController (implements org.hswebframework.web.crud.web.reactive.ReactiveServiceCrudController<E,K>)
- org.hswebframework.web.system.authorization.defaults.webflux.WebFluxPermissionController (implements org.hswebframework.web.crud.web.reactive.ReactiveServiceCrudController<E,K>)
- org.hswebframework.web.system.authorization.defaults.webflux.WebFluxUserController (implements org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController<E,K>)
- org.hswebframework.web.system.authorization.defaults.webflux.WebFluxUserController.ChangePasswordRequest
- org.hswebframework.web.utils.WebUtils
Interface Hierarchy
- org.hswebframework.web.logging.AccessLoggerListener
- org.hswebframework.web.logging.aop.AccessLoggerParser
- org.hswebframework.web.oauth2.server.AccessTokenManager
- org.hswebframework.web.authorization.basic.aop.AopMethodAuthorizeDefinitionCustomizerParser
- org.hswebframework.web.authorization.basic.aop.AopMethodAuthorizeDefinitionParser
- org.hswebframework.web.event.AsyncEvent
- org.hswebframework.web.authorization.builder.AuthenticationBuilderFactory
- org.hswebframework.web.authorization.AuthenticationManager
- org.hswebframework.web.authorization.events.AuthorizationEvent
- org.hswebframework.web.authorization.define.AuthorizeDefinition
- org.hswebframework.web.authorization.basic.handler.AuthorizingHandler
- org.hswebframework.web.bean.BeanFactory
- java.util.function.BiPredicate<T,U>
- org.hswebframework.web.starter.initialize.CallBack
- org.hswebframework.web.CodeConstants
- org.hswebframework.web.CodeConstants.Error
- java.lang.Comparable<T>
- org.hswebframework.web.context.Context
- org.hswebframework.web.bean.Converter
- org.hswebframework.web.bean.Copier
- org.hswebframework.web.validator.CreateGroup
- org.hswebframework.web.crud.service.CrudService<E,K>
- org.hswebframework.web.convert.CustomMessageConverter
- org.hswebframework.web.authorization.access.DataAccessConfig.DefaultType
- org.hswebframework.web.authorization.builder.DataAccessConfigBuilder
- org.hswebframework.web.authorization.builder.DataAccessConfigBuilderFactory
- org.hswebframework.web.authorization.simple.builder.DataAccessConfigConverter
- org.hswebframework.web.authorization.access.DataAccessConfiguration
- org.hswebframework.web.authorization.access.DataAccessController
- org.hswebframework.web.authorization.access.DataAccessHandler
- org.hswebframework.web.authorization.access.DataAccessType
- org.hswebframework.web.datasource.switcher.DataSourceSwitcher
- org.hswebframework.web.datasource.strategy.DataSourceSwitchStrategyMatcher
- org.hswebframework.web.datasource.strategy.DataSourceSwitchStrategyMatcher.Strategy
- org.hswebframework.web.crud.web.DeleteController<E,K>
- org.hswebframework.web.starter.initialize.DependencyInstaller
- org.hswebframework.web.starter.initialize.DependencyUpgrader
- org.hswebframework.web.dict.DictDefineRepository
- org.hswebframework.web.authorization.dimension.DimensionManager
- org.hswebframework.web.authorization.DimensionProvider
- org.hswebframework.web.authorization.DimensionType
- org.hswebframework.web.authorization.dimension.DimensionUserBindProvider
- org.hswebframework.web.datasource.DynamicDataSource<T>
- org.hswebframework.web.datasource.config.DynamicDataSourceConfigRepository<C>
- org.hswebframework.web.datasource.DynamicDataSourceService
- org.hswebframework.web.crud.events.EntityEventListenerConfigure
- org.hswebframework.web.crud.events.EntityEventListenerCustomizer
- org.hswebframework.web.api.crud.entity.EntityFactory
- org.hswebframework.web.crud.entity.factory.EntityMappingCustomizer
- org.hswebframework.web.crud.configuration.EntityResultWrapperFactory
- org.hswebframework.web.crud.configuration.EntityTableMetadataResolver
- org.hswebframework.web.file.service.FileStorageService
- java.util.function.Function<T,R>
- org.hswebframework.web.crud.generator.Generators
- org.hswebframework.web.oauth2.GrantType
- org.hswebframework.web.id.IDGenerator<T>
- org.hswebframework.web.datasource.switcher.JdbcSwitcher
- com.alibaba.fastjson.serializer.JSONSerializable
- org.hswebframework.web.oauth2.server.OAuth2ClientManager
- org.hswebframework.web.oauth2.OAuth2Constants
- org.hswebframework.web.oauth2.server.OAuth2Granter
- org.hswebframework.web.oauth2.server.OAuth2GrantService
- org.hswebframework.web.authorization.token.ParsedToken
- org.hswebframework.web.system.authorization.api.PasswordEncoder
- org.hswebframework.web.system.authorization.api.PasswordValidator
- java.util.function.Predicate<T>
- org.hswebframework.web.crud.entity.factory.PropertyCopier<S,T>
- org.hswebframework.web.crud.web.QueryController<E,K>
- org.hswebframework.web.datasource.switcher.R2dbcSwitcher
- org.hswebframework.web.authorization.ReactiveAuthenticationInitializeService
- org.hswebframework.web.authorization.ReactiveAuthenticationManager
- org.hswebframework.web.authorization.ReactiveAuthenticationManagerProvider
- org.hswebframework.web.cache.ReactiveCache<E>
- org.hswebframework.web.cache.ReactiveCacheManager
- org.hswebframework.web.cache.ReactiveCacheResolver
- org.hswebframework.web.crud.service.ReactiveCrudService<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveDeleteController<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveQueryController<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveSaveController<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveServiceDeleteController<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController<E,K>
- org.hswebframework.web.datasource.switcher.ReactiveSwitcher
- org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController<E,K>
- org.hswebframework.web.system.authorization.api.service.reactive.ReactiveUserService
- org.hswebframework.web.authorization.basic.web.ReactiveUserTokenGenerator
- org.hswebframework.web.authorization.basic.web.ReactiveUserTokenParser
- org.hswebframework.web.oauth2.server.refresh.RefreshTokenGranter
- org.hswebframework.web.oauth2.ResponseType
- org.hswebframework.web.crud.web.SaveController<E,K>
- org.hswebframework.web.datasource.switcher.SchemaSwitcher
- java.io.Serializable
- org.hswebframework.web.crud.web.ServiceDeleteController<E,K>
- org.hswebframework.web.crud.web.ServiceQueryController<E,K>
- org.hswebframework.web.crud.web.ServiceSaveController<E,K>
- org.hswebframework.web.authorization.setting.SettingValueHolder
- java.util.function.Supplier<T>
- org.hswebframework.web.datasource.switcher.Switcher
- org.hswebframework.web.starter.initialize.SystemVersion.Property
- org.hswebframework.web.datasource.switcher.TableSwitcher
- org.hswebframework.web.datasource.strategy.TableSwitchStrategyMatcher
- org.hswebframework.web.datasource.strategy.TableSwitchStrategyMatcher.Strategy
- org.hswebframework.web.authorization.token.ThirdPartAuthenticationManager
- org.hswebframework.web.authorization.token.ThirdPartReactiveAuthenticationManager
- org.hswebframework.web.authorization.token.TokenAuthenticationManager
- org.hswebframework.web.bean.ToStringOperator<T>
- org.hswebframework.web.api.crud.entity.TransactionManagers
- org.hswebframework.web.api.crud.entity.TreeSupportEntity.TreeHelper<T,PK>
- org.hswebframework.web.authorization.twofactor.TwoFactorTokenManager
- org.hswebframework.web.authorization.twofactor.TwoFactorValidator
- org.hswebframework.web.authorization.twofactor.TwoFactorValidatorManager
- org.hswebframework.web.authorization.twofactor.TwoFactorValidatorProvider
- org.hswebframework.web.validator.UpdateGroup
- org.hswebframework.web.authorization.access.UserAttachEntity
- org.hswebframework.web.system.authorization.api.UsernameValidator
- org.hswebframework.web.system.authorization.api.service.UserService
- org.hswebframework.web.authorization.setting.UserSettingManager
- org.hswebframework.web.authorization.basic.web.UserTokenGenerator
- org.hswebframework.web.authorization.token.UserTokenManager
- org.hswebframework.web.authorization.basic.web.UserTokenParser
Annotation Type Hierarchy
Enum Hierarchy
Copyright © 2016–2021. All rights reserved.