jar

wang.52jing : wb-core-auth

Maven & Gradle

May 20, 2024

wb-core-auth · 认证授权核心包

Table Of Contents

Latest Version

Download wang.52jing : wb-core-auth JAR file - Latest Versions:

All Versions

Download wang.52jing : wb-core-auth JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 wb-core-auth-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.wangboot.core.auth.interceptor

├─ com.wangboot.core.auth.interceptor.AuthenticationInterceptor.class - [JAR]

├─ com.wangboot.core.auth.interceptor.PermissionInterceptor.class - [JAR]

com.wangboot.core.auth.model

├─ com.wangboot.core.auth.model.ICaptchaBody.class - [JAR]

├─ com.wangboot.core.auth.model.IFrontendBody.class - [JAR]

├─ com.wangboot.core.auth.model.ILoginBody.class - [JAR]

├─ com.wangboot.core.auth.model.ILogoutBody.class - [JAR]

├─ com.wangboot.core.auth.model.IRefreshTokenBody.class - [JAR]

├─ com.wangboot.core.auth.model.LoginBody.class - [JAR]

├─ com.wangboot.core.auth.model.LogoutBody.class - [JAR]

├─ com.wangboot.core.auth.model.RefreshTokenBody.class - [JAR]

com.wangboot.core.auth.authorization.authorizer

├─ com.wangboot.core.auth.authorization.authorizer.GrantAllAuthorizer.class - [JAR]

├─ com.wangboot.core.auth.authorization.authorizer.SimpleAuthorizer.class - [JAR]

com.wangboot.core.auth.token.jwt

├─ com.wangboot.core.auth.token.jwt.JwtTokenManager.class - [JAR]

com.wangboot.core.auth.middleware

├─ com.wangboot.core.auth.middleware.IFilterMiddleware.class - [JAR]

├─ com.wangboot.core.auth.middleware.IGenerateTokenMiddleware.class - [JAR]

├─ com.wangboot.core.auth.middleware.ILoginMiddleware.class - [JAR]

├─ com.wangboot.core.auth.middleware.ILogoutMiddleware.class - [JAR]

├─ com.wangboot.core.auth.middleware.IRefreshTokenMiddleware.class - [JAR]

com.wangboot.core.auth.authentication.provider

├─ com.wangboot.core.auth.authentication.provider.AbstractUserServiceAuthenticationProvider.class - [JAR]

├─ com.wangboot.core.auth.authentication.provider.UsernamePasswordAuthenticationProvider.class - [JAR]

com.wangboot.core.auth.user

├─ com.wangboot.core.auth.user.IUserModel.class - [JAR]

├─ com.wangboot.core.auth.user.IUserService.class - [JAR]

com.wangboot.core.auth.user.impl

├─ com.wangboot.core.auth.user.impl.MockUser.class - [JAR]

com.wangboot.core.auth.frontend.impl

├─ com.wangboot.core.auth.frontend.impl.MockFrontend.class - [JAR]

com.wangboot.core.auth.authentication.authenticator

├─ com.wangboot.core.auth.authentication.authenticator.TokenAuthenticator.class - [JAR]

com.wangboot.core.auth.security

├─ com.wangboot.core.auth.security.LoginLock.class - [JAR]

├─ com.wangboot.core.auth.security.LoginRestriction.class - [JAR]

├─ com.wangboot.core.auth.security.LoginRestrictionStrategy.class - [JAR]

com.wangboot.core.auth

├─ com.wangboot.core.auth.AuthFlow.class - [JAR]

com.wangboot.core.auth.middleware.login

├─ com.wangboot.core.auth.middleware.login.CaptchaValidation.class - [JAR]

├─ com.wangboot.core.auth.middleware.login.LoginFailedLock.class - [JAR]

├─ com.wangboot.core.auth.middleware.login.StaffOnlyCheck.class - [JAR]

com.wangboot.core.auth.authorization

├─ com.wangboot.core.auth.authorization.IAuthorizationResource.class - [JAR]

├─ com.wangboot.core.auth.authorization.IAuthorizer.class - [JAR]

├─ com.wangboot.core.auth.authorization.IAuthorizerService.class - [JAR]

com.wangboot.core.auth.authentication

├─ com.wangboot.core.auth.authentication.AuthenticationManager.class - [JAR]

├─ com.wangboot.core.auth.authentication.IAuthenticationProvider.class - [JAR]

├─ com.wangboot.core.auth.authentication.IAuthenticator.class - [JAR]

com.wangboot.core.auth.frontend

├─ com.wangboot.core.auth.frontend.FrontendManager.class - [JAR]

├─ com.wangboot.core.auth.frontend.IFrontendModel.class - [JAR]

├─ com.wangboot.core.auth.frontend.IFrontendProvider.class - [JAR]

├─ com.wangboot.core.auth.frontend.IFrontendService.class - [JAR]

com.wangboot.core.auth.event

├─ com.wangboot.core.auth.event.LogStatus.class - [JAR]

├─ com.wangboot.core.auth.event.UserAuthDenyEvent.class - [JAR]

├─ com.wangboot.core.auth.event.UserAuthDenyEventLog.class - [JAR]

├─ com.wangboot.core.auth.event.UserEvent.class - [JAR]

├─ com.wangboot.core.auth.event.UserEventLog.class - [JAR]

com.wangboot.core.auth.annotation

├─ com.wangboot.core.auth.annotation.RequireAuthority.class - [JAR]

├─ com.wangboot.core.auth.annotation.RequireStaff.class - [JAR]

├─ com.wangboot.core.auth.annotation.RequireSuperuser.class - [JAR]

├─ com.wangboot.core.auth.annotation.RestPermissionAction.class - [JAR]

├─ com.wangboot.core.auth.annotation.RestPermissionPrefix.class - [JAR]

com.wangboot.core.auth.middleware.refreshtoken

├─ com.wangboot.core.auth.middleware.refreshtoken.BlacklistValidation.class - [JAR]

├─ com.wangboot.core.auth.middleware.refreshtoken.RefreshTokenTypeCheck.class - [JAR]

com.wangboot.core.auth.authorization.resource

├─ com.wangboot.core.auth.authorization.resource.ApiResource.class - [JAR]

com.wangboot.core.auth.middleware.logout

├─ com.wangboot.core.auth.middleware.logout.BlacklistHandler.class - [JAR]

├─ com.wangboot.core.auth.middleware.logout.UserTokenValidation.class - [JAR]

com.wangboot.core.auth.middleware.filter

├─ com.wangboot.core.auth.middleware.filter.AccessTokenTypeFilter.class - [JAR]

├─ com.wangboot.core.auth.middleware.filter.BlacklistFilter.class - [JAR]

├─ com.wangboot.core.auth.middleware.filter.LoginRestrictionFilter.class - [JAR]

├─ com.wangboot.core.auth.middleware.filter.UserStatusFilter.class - [JAR]

com.wangboot.core.auth.middleware.generatetoken

├─ com.wangboot.core.auth.middleware.generatetoken.LoginRestrictionGuard.class - [JAR]

com.wangboot.core.auth.exception

├─ com.wangboot.core.auth.exception.AuthenticationException.class - [JAR]

├─ com.wangboot.core.auth.exception.CaptchaMismatchException.class - [JAR]

├─ com.wangboot.core.auth.exception.ExpiredAccountException.class - [JAR]

├─ com.wangboot.core.auth.exception.InvalidAccountException.class - [JAR]

├─ com.wangboot.core.auth.exception.InvalidTokenException.class - [JAR]

├─ com.wangboot.core.auth.exception.KickedOutException.class - [JAR]

├─ com.wangboot.core.auth.exception.LockedAccountException.class - [JAR]

├─ com.wangboot.core.auth.exception.LoginFailedException.class - [JAR]

├─ com.wangboot.core.auth.exception.LoginLockedException.class - [JAR]

├─ com.wangboot.core.auth.exception.LogoutFailedException.class - [JAR]

├─ com.wangboot.core.auth.exception.NonExistsAccountException.class - [JAR]

├─ com.wangboot.core.auth.exception.NonExistsFrontendException.class - [JAR]

├─ com.wangboot.core.auth.exception.NotAuthenticatedException.class - [JAR]

├─ com.wangboot.core.auth.exception.PermissionDeniedException.class - [JAR]

├─ com.wangboot.core.auth.exception.RefreshTokenFailedException.class - [JAR]

├─ com.wangboot.core.auth.exception.UsernamePasswordMismatchException.class - [JAR]

com.wangboot.core.auth.utils

├─ com.wangboot.core.auth.utils.AuthUtils.class - [JAR]

com.wangboot.core.auth.token.session

├─ com.wangboot.core.auth.token.session.SessionTokenManager.class - [JAR]

com.wangboot.core.auth.context

├─ com.wangboot.core.auth.context.AuthContextHolder.class - [JAR]

├─ com.wangboot.core.auth.context.IAuthContext.class - [JAR]

├─ com.wangboot.core.auth.context.IAuthentication.class - [JAR]

├─ com.wangboot.core.auth.context.ILoginUser.class - [JAR]

├─ com.wangboot.core.auth.context.LocalAuthContext.class - [JAR]

├─ com.wangboot.core.auth.context.LoginUser.class - [JAR]

├─ com.wangboot.core.auth.context.RequestAuthContext.class - [JAR]

com.wangboot.core.auth.token

├─ com.wangboot.core.auth.token.AuthToken.class - [JAR]

├─ com.wangboot.core.auth.token.IAuthToken.class - [JAR]

├─ com.wangboot.core.auth.token.ITokenManager.class - [JAR]

├─ com.wangboot.core.auth.token.TokenPair.class - [JAR]

com.wangboot.core.auth.frontend.provider

├─ com.wangboot.core.auth.frontend.provider.SimpleFrontendServiceProvider.class - [JAR]