jar

io.github.the-directai : b3-authorization-server

Maven & Gradle

Dec 01, 2023
0 stars

b3auth-authorization-server · This project is custom authentication and authorization(!) library, that works with b3auth-resource-server. It uses b3auth protocol and will be added to RFC soon.

Table Of Contents

Latest Version

Download io.github.the-directai : b3-authorization-server JAR file - Latest Versions:

All Versions

Download io.github.the-directai : b3-authorization-server JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

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 b3-authorization-server-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.befree.b3authauthorizationserver

├─ com.befree.b3authauthorizationserver.B3authAuthenticationAttempt.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authAuthenticationAttemptService.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authAuthenticationAttemptToken.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authAuthenticationException.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authAuthenticationToken.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authAuthorizationServerExceptionCode.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authAuthorizationToken.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authClient.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authClientAuthenticationToken.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authClientAuthorizationToken.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authClientService.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authExceptionFrame.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authJwtException.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authPermission.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authRole.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authSession.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authSessionGenerator.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authSessionService.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authSessionType.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authUser.class - [JAR]

├─ com.befree.b3authauthorizationserver.B3authUserService.class - [JAR]

com.befree.b3authauthorizationserver.jwt

├─ com.befree.b3authauthorizationserver.jwt.AbstractB3authToken.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.AuthorizationToken.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.B3authJwtClaims.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.B3authToken.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.B3authTokenType.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.ClaimAccessor.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.ClientAuthorizationToken.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.ClientRefreshToken.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.Jwt.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.JwtClaimsAccessor.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.JwtContext.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.JwtGenerator.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.JwtToken.class - [JAR]

├─ com.befree.b3authauthorizationserver.jwt.RefreshToken.class - [JAR]

com.befree.b3authauthorizationserver.authentication

├─ com.befree.b3authauthorizationserver.authentication.B3authClientAuthenticationProvider.class - [JAR]

├─ com.befree.b3authauthorizationserver.authentication.B3authDefaultClientAuthenticationConverter.class - [JAR]

├─ com.befree.b3authauthorizationserver.authentication.B3authDefaultUserAuthenticationAttemptConverter.class - [JAR]

├─ com.befree.b3authauthorizationserver.authentication.B3authDefaultUserAuthenticationConverter.class - [JAR]

├─ com.befree.b3authauthorizationserver.authentication.B3authUserAuthenticationAttemptProvider.class - [JAR]

├─ com.befree.b3authauthorizationserver.authentication.B3authUserAuthenticationProvider.class - [JAR]

├─ com.befree.b3authauthorizationserver.authentication.DelegatingAuthenticationConverter.class - [JAR]

com.befree.b3authauthorizationserver.settings

├─ com.befree.b3authauthorizationserver.settings.AbstractSettings.class - [JAR]

├─ com.befree.b3authauthorizationserver.settings.B3authAuthorizationServerSettings.class - [JAR]

├─ com.befree.b3authauthorizationserver.settings.B3authSettingsSpace.class - [JAR]

com.befree.b3authauthorizationserver.config.configuration

├─ com.befree.b3authauthorizationserver.config.configuration.B3authAuthorizationServerConfiguration.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configuration.B3authConfiguration.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configuration.B3authConfigurationLoader.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configuration.B3authEndpointsList.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configuration.CodeGenerator.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configuration.EnableB3auth.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configuration.RegisterMissingBeanPostProcessor.class - [JAR]

com.befree.b3authauthorizationserver.config.configurer

├─ com.befree.b3authauthorizationserver.config.configurer.AbstractB3authConfigurer.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configurer.AuthorizationServerContext.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configurer.AuthorizationServerContextHolder.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configurer.B3authAuthorizationServerConfigurer.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configurer.B3authAuthorizationServerContextFilter.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configurer.B3authClientAuthenticationConfigurer.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configurer.B3authUserAuthenticationAttemptConfigurer.class - [JAR]

├─ com.befree.b3authauthorizationserver.config.configurer.B3authUserAuthenticationConfigurer.class - [JAR]

com.befree.b3authauthorizationserver.web

├─ com.befree.b3authauthorizationserver.web.B3authClientAuthenticationEndpointFilter.class - [JAR]

├─ com.befree.b3authauthorizationserver.web.B3authUserAuthenticationAttemptEndpointFilter.class - [JAR]

├─ com.befree.b3authauthorizationserver.web.B3authUserAuthenticationEndpointFilter.class - [JAR]

├─ com.befree.b3authauthorizationserver.web.NimbusJwkEndpointFilter.class - [JAR]