jar

com.github.zengfr.platform : oauth2-core

Maven & Gradle

Aug 17, 2022

基于 Spring Authorization Server 的 Conuni Cloud 基础核心组件模块

Table Of Contents

Latest Version

Download com.github.zengfr.platform : oauth2-core JAR file - Latest Versions:

All Versions

Download com.github.zengfr.platform : oauth2-core JAR file - All Versions:

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

com.github.zengfr.platform.oauth2.core.condition

├─ com.github.zengfr.platform.oauth2.core.condition.AutoUnlockUserAccountCondition.class - [JAR]

com.github.zengfr.platform.oauth2.core.definition

├─ com.github.zengfr.platform.oauth2.core.definition.ZengfrGrantType.class - [JAR]

com.github.zengfr.platform.oauth2.core.enums

├─ com.github.zengfr.platform.oauth2.core.enums.ApplicationType.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.enums.AuthenticationMethod.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.enums.Certificate.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.enums.GrantType.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.enums.PermissionExpression.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.enums.Signature.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.enums.TokenFormat.class - [JAR]

com.github.zengfr.platform.oauth2.core.definition.service

├─ com.github.zengfr.platform.oauth2.core.definition.service.ClientDetailsService.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.definition.service.EnhanceClientDetailsService.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.definition.service.EnhanceUserDetailsService.class - [JAR]

com.github.zengfr.platform.oauth2.core.jackson2

├─ com.github.zengfr.platform.oauth2.core.jackson2.FormLoginWebAuthenticationDetailsDeserializer.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.jackson2.FormLoginWebAuthenticationDetailsMixin.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.jackson2.ZengfrGrantedAuthorityDeserializer.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.jackson2.ZengfrGrantedAuthorityMixin.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.jackson2.ZengfrJackson2Module.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.jackson2.ZengfrUserDeserializer.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.jackson2.ZengfrUserMixin.class - [JAR]

com.github.zengfr.platform.oauth2.core.processor

├─ com.github.zengfr.platform.oauth2.core.processor.ZengfrSecurityConfigureHandler.class - [JAR]

com.github.zengfr.platform.oauth2.core.definition.domain

├─ com.github.zengfr.platform.oauth2.core.definition.domain.Authority.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.definition.domain.FormLoginWebAuthenticationDetails.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.definition.domain.SecurityAttribute.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.definition.domain.SocialUserDetails.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.definition.domain.TokenEnhancer.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.definition.domain.ZengfrGrantedAuthority.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.definition.domain.ZengfrSecurityConfig.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.definition.domain.ZengfrUser.class - [JAR]

com.github.zengfr.platform.oauth2.core.constants

├─ com.github.zengfr.platform.oauth2.core.constants.OAuth2Constants.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.constants.OAuth2ErrorCodes.class - [JAR]

com.github.zengfr.platform.oauth2.core.annotation

├─ com.github.zengfr.platform.oauth2.core.annotation.ConditionalOnAutoUnlockUserAccount.class - [JAR]

com.github.zengfr.platform.oauth2.core.response

├─ com.github.zengfr.platform.oauth2.core.response.DefaultOAuth2AuthenticationEventPublisher.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.response.ZengfrAccessDeniedHandler.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.response.ZengfrAuthenticationEntryPoint.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.response.ZengfrAuthenticationFailureHandler.class - [JAR]

com.github.zengfr.platform.oauth2.core.definition.strategy

├─ com.github.zengfr.platform.oauth2.core.definition.strategy.StrategyAuthorityDetailsService.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.definition.strategy.StrategyUserDetailsService.class - [JAR]

com.github.zengfr.platform.oauth2.core.properties

├─ com.github.zengfr.platform.oauth2.core.properties.OAuth2ComplianceProperties.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.properties.OAuth2Properties.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.properties.SecurityProperties.class - [JAR]

com.github.zengfr.platform.oauth2.core.utils

├─ com.github.zengfr.platform.oauth2.core.utils.SecurityUtils.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.utils.SymmetricUtils.class - [JAR]

com.github.zengfr.platform.oauth2.core.exception

├─ com.github.zengfr.platform.oauth2.core.exception.AccountEndpointLimitedException.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.exception.IllegalSymmetricKeyException.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.exception.PlatformAuthenticationException.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.exception.SecurityGlobalExceptionHandler.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.exception.SessionExpiredException.class - [JAR]

├─ com.github.zengfr.platform.oauth2.core.exception.UsernameAlreadyExistsException.class - [JAR]