- 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
-
- 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(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
-
- 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
-
- DataAccess - Annotation Type in org.hswebframework.web.authorization.annotation
-
数据级权限控制注解,用于进行需要数据级别权限控制的声明.
- DataAccessConfig - Interface in org.hswebframework.web.authorization.access
-
- 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
-
- 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
-