jar

org.hswebframework.web : hsweb-authorization-api

Maven & Gradle

Aug 04, 2023
19 usages
8k stars

授权,权限管理API

Table Of Contents

Latest Version

Download org.hswebframework.web : hsweb-authorization-api JAR file - Latest Versions:

All Versions

Download org.hswebframework.web : hsweb-authorization-api JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hsweb-authorization-api-4.0.16.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.hswebframework.web.authorization

├─ org.hswebframework.web.authorization.Authentication.class - [JAR]

├─ org.hswebframework.web.authorization.AuthenticationHolder.class - [JAR]

├─ org.hswebframework.web.authorization.AuthenticationManager.class - [JAR]

├─ org.hswebframework.web.authorization.AuthenticationPredicate.class - [JAR]

├─ org.hswebframework.web.authorization.AuthenticationRequest.class - [JAR]

├─ org.hswebframework.web.authorization.AuthenticationSupplier.class - [JAR]

├─ org.hswebframework.web.authorization.AuthenticationUtils.class - [JAR]

├─ org.hswebframework.web.authorization.DefaultDimensionType.class - [JAR]

├─ org.hswebframework.web.authorization.Dimension.class - [JAR]

├─ org.hswebframework.web.authorization.DimensionProvider.class - [JAR]

├─ org.hswebframework.web.authorization.DimensionType.class - [JAR]

├─ org.hswebframework.web.authorization.Permission.class - [JAR]

├─ org.hswebframework.web.authorization.ReactiveAuthenticationHolder.class - [JAR]

├─ org.hswebframework.web.authorization.ReactiveAuthenticationInitializeService.class - [JAR]

├─ org.hswebframework.web.authorization.ReactiveAuthenticationManager.class - [JAR]

├─ org.hswebframework.web.authorization.ReactiveAuthenticationManagerProvider.class - [JAR]

├─ org.hswebframework.web.authorization.ReactiveAuthenticationSupplier.class - [JAR]

├─ org.hswebframework.web.authorization.Role.class - [JAR]

├─ org.hswebframework.web.authorization.User.class - [JAR]

org.hswebframework.web.authorization.simple.builder

├─ org.hswebframework.web.authorization.simple.builder.DataAccessConfigConverter.class - [JAR]

├─ org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilder.class - [JAR]

├─ org.hswebframework.web.authorization.simple.builder.SimpleAuthenticationBuilderFactory.class - [JAR]

├─ org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilder.class - [JAR]

├─ org.hswebframework.web.authorization.simple.builder.SimpleDataAccessConfigBuilderFactory.class - [JAR]

org.hswebframework.web.authorization.annotation

├─ org.hswebframework.web.authorization.annotation.Authorize.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.CreateAction.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.DataAccess.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.DataAccessType.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.DeleteAction.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.Dimension.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.DimensionDataAccess.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.FieldDataAccess.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.Logical.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.QueryAction.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.RequiresRoles.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.Resource.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.ResourceAction.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.SaveAction.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.TwoFactor.class - [JAR]

├─ org.hswebframework.web.authorization.annotation.UserOwnData.class - [JAR]

org.hswebframework.web.authorization.token.redis

├─ org.hswebframework.web.authorization.token.redis.RedisTokenAuthenticationManager.class - [JAR]

├─ org.hswebframework.web.authorization.token.redis.RedisUserTokenManager.class - [JAR]

├─ org.hswebframework.web.authorization.token.redis.SimpleAuthenticationUserToken.class - [JAR]

├─ org.hswebframework.web.authorization.token.redis.SimpleUserToken.class - [JAR]

org.hswebframework.web.authorization.events

├─ org.hswebframework.web.authorization.events.AbstractAuthorizationEvent.class - [JAR]

├─ org.hswebframework.web.authorization.events.AuthorizationBeforeEvent.class - [JAR]

├─ org.hswebframework.web.authorization.events.AuthorizationDecodeEvent.class - [JAR]

├─ org.hswebframework.web.authorization.events.AuthorizationEvent.class - [JAR]

├─ org.hswebframework.web.authorization.events.AuthorizationExitEvent.class - [JAR]

├─ org.hswebframework.web.authorization.events.AuthorizationFailedEvent.class - [JAR]

├─ org.hswebframework.web.authorization.events.AuthorizationInitializeEvent.class - [JAR]

├─ org.hswebframework.web.authorization.events.AuthorizationSuccessEvent.class - [JAR]

├─ org.hswebframework.web.authorization.events.AuthorizingHandleBeforeEvent.class - [JAR]

org.hswebframework.web.authorization.define

├─ org.hswebframework.web.authorization.define.AopAuthorizeDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.define.AuthorizeDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.define.AuthorizeDefinitionContext.class - [JAR]

├─ org.hswebframework.web.authorization.define.AuthorizeDefinitionCustomizer.class - [JAR]

├─ org.hswebframework.web.authorization.define.AuthorizeDefinitionInitializedEvent.class - [JAR]

├─ org.hswebframework.web.authorization.define.AuthorizingContext.class - [JAR]

├─ org.hswebframework.web.authorization.define.CompositeAuthorizeDefinitionCustomizer.class - [JAR]

├─ org.hswebframework.web.authorization.define.DataAccessDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.define.DataAccessTypeDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.define.DimensionDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.define.DimensionsDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.define.HandleType.class - [JAR]

├─ org.hswebframework.web.authorization.define.MergedAuthorizeDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.define.Phased.class - [JAR]

├─ org.hswebframework.web.authorization.define.ResourceActionDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.define.ResourceDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.define.ResourcesDefinition.class - [JAR]

org.hswebframework.web.authorization.twofactor

├─ org.hswebframework.web.authorization.twofactor.TwoFactorToken.class - [JAR]

├─ org.hswebframework.web.authorization.twofactor.TwoFactorTokenManager.class - [JAR]

├─ org.hswebframework.web.authorization.twofactor.TwoFactorValidator.class - [JAR]

├─ org.hswebframework.web.authorization.twofactor.TwoFactorValidatorManager.class - [JAR]

├─ org.hswebframework.web.authorization.twofactor.TwoFactorValidatorProvider.class - [JAR]

org.hswebframework.web.authorization.builder

├─ org.hswebframework.web.authorization.builder.AuthenticationBuilder.class - [JAR]

├─ org.hswebframework.web.authorization.builder.AuthenticationBuilderFactory.class - [JAR]

├─ org.hswebframework.web.authorization.builder.DataAccessConfigBuilder.class - [JAR]

├─ org.hswebframework.web.authorization.builder.DataAccessConfigBuilderFactory.class - [JAR]

org.hswebframework.web.authorization.token

├─ org.hswebframework.web.authorization.token.AllopatricLoginMode.class - [JAR]

├─ org.hswebframework.web.authorization.token.AuthenticationUserToken.class - [JAR]

├─ org.hswebframework.web.authorization.token.DefaultUserTokenManager.class - [JAR]

├─ org.hswebframework.web.authorization.token.LocalAuthenticationUserToken.class - [JAR]

├─ org.hswebframework.web.authorization.token.LocalUserToken.class - [JAR]

├─ org.hswebframework.web.authorization.token.ParsedToken.class - [JAR]

├─ org.hswebframework.web.authorization.token.ReactiveTokenAuthenticationSupplier.class - [JAR]

├─ org.hswebframework.web.authorization.token.SimpleParsedToken.class - [JAR]

├─ org.hswebframework.web.authorization.token.ThirdPartAuthenticationManager.class - [JAR]

├─ org.hswebframework.web.authorization.token.ThirdPartReactiveAuthenticationManager.class - [JAR]

├─ org.hswebframework.web.authorization.token.TokenAuthenticationManager.class - [JAR]

├─ org.hswebframework.web.authorization.token.TokenState.class - [JAR]

├─ org.hswebframework.web.authorization.token.UserToken.class - [JAR]

├─ org.hswebframework.web.authorization.token.UserTokenAuthenticationSupplier.class - [JAR]

├─ org.hswebframework.web.authorization.token.UserTokenHolder.class - [JAR]

├─ org.hswebframework.web.authorization.token.UserTokenManager.class - [JAR]

├─ org.hswebframework.web.authorization.token.UserTokenReactiveAuthenticationSupplier.class - [JAR]

org.hswebframework.web.authorization.token.event

├─ org.hswebframework.web.authorization.token.event.UserTokenChangedEvent.class - [JAR]

├─ org.hswebframework.web.authorization.token.event.UserTokenCreatedEvent.class - [JAR]

├─ org.hswebframework.web.authorization.token.event.UserTokenRemovedEvent.class - [JAR]

org.hswebframework.web.authorization.exception

├─ org.hswebframework.web.authorization.exception.AccessDenyException.class - [JAR]

├─ org.hswebframework.web.authorization.exception.AuthenticationException.class - [JAR]

├─ org.hswebframework.web.authorization.exception.NeedTwoFactorException.class - [JAR]

├─ org.hswebframework.web.authorization.exception.UnAuthorizedException.class - [JAR]

org.hswebframework.web.authorization.access

├─ org.hswebframework.web.authorization.access.DataAccessConfig.class - [JAR]

├─ org.hswebframework.web.authorization.access.DataAccessConfiguration.class - [JAR]

├─ org.hswebframework.web.authorization.access.DataAccessController.class - [JAR]

├─ org.hswebframework.web.authorization.access.DataAccessHandler.class - [JAR]

├─ org.hswebframework.web.authorization.access.DataAccessType.class - [JAR]

├─ org.hswebframework.web.authorization.access.DefaultDataAccessType.class - [JAR]

├─ org.hswebframework.web.authorization.access.DimensionHelper.class - [JAR]

├─ org.hswebframework.web.authorization.access.FieldFilterDataAccessConfig.class - [JAR]

├─ org.hswebframework.web.authorization.access.OwnCreatedDataAccessConfig.class - [JAR]

├─ org.hswebframework.web.authorization.access.ScopeDataAccessConfig.class - [JAR]

├─ org.hswebframework.web.authorization.access.UserAttachEntity.class - [JAR]

org.hswebframework.web.authorization.twofactor.defaults

├─ org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidator.class - [JAR]

├─ org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidatorManager.class - [JAR]

├─ org.hswebframework.web.authorization.twofactor.defaults.DefaultTwoFactorValidatorProvider.class - [JAR]

├─ org.hswebframework.web.authorization.twofactor.defaults.HashMapTwoFactorTokenManager.class - [JAR]

├─ org.hswebframework.web.authorization.twofactor.defaults.UnsupportedTwoFactorValidator.class - [JAR]

org.hswebframework.web.authorization.simple

├─ org.hswebframework.web.authorization.simple.AbstractDataAccessConfig.class - [JAR]

├─ org.hswebframework.web.authorization.simple.CompositeReactiveAuthenticationManager.class - [JAR]

├─ org.hswebframework.web.authorization.simple.DefaultAuthorizationAutoConfiguration.class - [JAR]

├─ org.hswebframework.web.authorization.simple.DefaultDimensionManager.class - [JAR]

├─ org.hswebframework.web.authorization.simple.DimensionDataAccessConfig.class - [JAR]

├─ org.hswebframework.web.authorization.simple.PlainTextUsernamePasswordAuthenticationRequest.class - [JAR]

├─ org.hswebframework.web.authorization.simple.SimpleAuthentication.class - [JAR]

├─ org.hswebframework.web.authorization.simple.SimpleDimension.class - [JAR]

├─ org.hswebframework.web.authorization.simple.SimpleDimensionType.class - [JAR]

├─ org.hswebframework.web.authorization.simple.SimpleFieldFilterDataAccessConfig.class - [JAR]

├─ org.hswebframework.web.authorization.simple.SimpleOwnCreatedDataAccessConfig.class - [JAR]

├─ org.hswebframework.web.authorization.simple.SimplePermission.class - [JAR]

├─ org.hswebframework.web.authorization.simple.SimpleRole.class - [JAR]

├─ org.hswebframework.web.authorization.simple.SimpleUser.class - [JAR]

org.hswebframework.web.authorization.setting

├─ org.hswebframework.web.authorization.setting.SettingNullValueHolder.class - [JAR]

├─ org.hswebframework.web.authorization.setting.SettingValueHolder.class - [JAR]

├─ org.hswebframework.web.authorization.setting.StringSourceSettingHolder.class - [JAR]

├─ org.hswebframework.web.authorization.setting.UserSettingManager.class - [JAR]

├─ org.hswebframework.web.authorization.setting.UserSettingPermission.class - [JAR]

org.hswebframework.web.authorization.dimension

├─ org.hswebframework.web.authorization.dimension.DimensionManager.class - [JAR]

├─ org.hswebframework.web.authorization.dimension.DimensionUserBind.class - [JAR]

├─ org.hswebframework.web.authorization.dimension.DimensionUserBindProvider.class - [JAR]

├─ org.hswebframework.web.authorization.dimension.DimensionUserDetail.class - [JAR]

Advertisement

Dependencies from Group

Aug 28, 2020
20 usages
8k stars
Aug 04, 2023
19 usages
8k stars
Aug 28, 2020
16 usages
8k stars
Aug 28, 2020
15 usages
8k stars

Discover Dependencies

Oct 03, 2022
22 usages
Apr 02, 2019
19 usages
625 stars
Dec 18, 2021
27 usages
Dec 18, 2021
22 usages
Jun 25, 2023
26 usages
Nov 15, 2019
19 usages
2.4k stars
Jul 21, 2023
20 usages
58 stars
Feb 26, 2020
64 usages
12.2k stars
Apr 26, 2019
19 usages
12.5k stars