jar

com.foreach.across.modules : oauth2-module

Maven & Gradle

Dec 03, 2020
2 usages

OAuth2Module · Provides OAuth2 related domain model and infrastructure using Spring security OAuth2.

Table Of Contents

Latest Version

Download com.foreach.across.modules : oauth2-module JAR file - Latest Versions:

All Versions

Download com.foreach.across.modules : oauth2-module JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.1.x
2.0.x
1.1.x
1.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 oauth2-module-3.1.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.foreach.across.modules.oauth2.services

├─ com.foreach.across.modules.oauth2.services.AuthenticationSerializerObject.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.BasicSecurityPrincipalEntityInterceptor.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.CachingAndLockingTokenServices.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.ClientDetailsServiceImpl.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.ClientOAuth2AuthenticationSerializer.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.CustomJdbcAuthorizationCodeServices.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.IsolatedLockHandler.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.OAuth2AuthenticationSerializer.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.OAuth2Service.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.OAuth2ServiceImpl.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.OAuth2StatelessJdbcTokenStore.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.RemoveTokenException.class - [JAR]

├─ com.foreach.across.modules.oauth2.services.SecurityPrincipalIdOAuth2AuthenticationSerializer.class - [JAR]

com.foreach.across.modules.oauth2

├─ com.foreach.across.modules.oauth2.OAuth2Module.class - [JAR]

├─ com.foreach.across.modules.oauth2.OAuth2ModuleCache.class - [JAR]

├─ com.foreach.across.modules.oauth2.OAuth2ModuleSettings.class - [JAR]

com.foreach.across.modules.oauth2.dto

├─ com.foreach.across.modules.oauth2.dto.OAuth2TokenDto.class - [JAR]

com.foreach.across.modules.oauth2.installers

├─ com.foreach.across.modules.oauth2.installers.OAuth2SchemaInstaller.class - [JAR]

├─ com.foreach.across.modules.oauth2.installers.TokenStoreSchemaInstaller.class - [JAR]

com.foreach.across.modules.oauth2.business

├─ com.foreach.across.modules.oauth2.business.OAuth2Client.class - [JAR]

├─ com.foreach.across.modules.oauth2.business.OAuth2ClientScope.class - [JAR]

├─ com.foreach.across.modules.oauth2.business.OAuth2ClientScopeId.class - [JAR]

├─ com.foreach.across.modules.oauth2.business.OAuth2Scope.class - [JAR]

├─ com.foreach.across.modules.oauth2.business.QOAuth2Client.class - [JAR]

├─ com.foreach.across.modules.oauth2.business.QOAuth2ClientScope.class - [JAR]

├─ com.foreach.across.modules.oauth2.business.QOAuth2ClientScopeId.class - [JAR]

├─ com.foreach.across.modules.oauth2.business.QOAuth2Scope.class - [JAR]

com.foreach.across.modules.oauth2.config

├─ com.foreach.across.modules.oauth2.config.OAuth2EndpointsConfiguration.class - [JAR]

├─ com.foreach.across.modules.oauth2.config.OAuth2EntityConfiguration.class - [JAR]

├─ com.foreach.across.modules.oauth2.config.OAuth2RepositoriesConfiguration.class - [JAR]

├─ com.foreach.across.modules.oauth2.config.OAuth2SchemaConfiguration.class - [JAR]

├─ com.foreach.across.modules.oauth2.config.OAuth2ServicesConfiguration.class - [JAR]

com.foreach.across.modules.oauth2.config.security

├─ com.foreach.across.modules.oauth2.config.security.AuthorizationServerConfiguration.class - [JAR]

├─ com.foreach.across.modules.oauth2.config.security.AuthorizationServerSecurityConfiguration.class - [JAR]

├─ com.foreach.across.modules.oauth2.config.security.CustomTokenEndpointsConfiguration.class - [JAR]

├─ com.foreach.across.modules.oauth2.config.security.ResourceServerConfiguration.class - [JAR]

├─ com.foreach.across.modules.oauth2.config.security.ResourceServerSecurityConfiguration.class - [JAR]

com.foreach.across.modules.oauth2.extensions

├─ com.foreach.across.modules.oauth2.extensions.MethodLoggingConfiguration.class - [JAR]

com.foreach.across.modules.oauth2.validators

├─ com.foreach.across.modules.oauth2.validators.OAuth2ClientValidator.class - [JAR]

com.foreach.across.modules.oauth2.repositories

├─ com.foreach.across.modules.oauth2.repositories.OAuth2ClientRepository.class - [JAR]

├─ com.foreach.across.modules.oauth2.repositories.OAuth2ClientScopeRepository.class - [JAR]

├─ com.foreach.across.modules.oauth2.repositories.OAuth2ScopeRepository.class - [JAR]

com.foreach.across.modules.oauth2.config.aop

├─ com.foreach.across.modules.oauth2.config.aop.EntityInterceptorConfiguration.class - [JAR]

com.foreach.across.modules.oauth2.controllers

├─ com.foreach.across.modules.oauth2.controllers.AcrossWhitelabelApprovalEndpoint.class - [JAR]

├─ com.foreach.across.modules.oauth2.controllers.InvalidateTokenEndpoint.class - [JAR]

├─ com.foreach.across.modules.oauth2.controllers.UserTokenEndpoint.class - [JAR]