jar

cn.herodotus.engine : oauth2-sdk-authentication-server

Maven & Gradle

Aug 24, 2023
494 stars

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

Table Of Contents

Latest Version

Download cn.herodotus.engine : oauth2-sdk-authentication-server JAR file - Latest Versions:

All Versions

Download cn.herodotus.engine : oauth2-sdk-authentication-server JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
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-sdk-authentication-server-2.7.15.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.herodotus.engine.oauth2.authentication.server.processor

├─ cn.herodotus.engine.oauth2.authentication.server.processor.HerodotusClientDetailsService.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.processor.HerodotusUserDetailsService.class - [JAR]

cn.herodotus.engine.oauth2.authentication.server.controller

├─ cn.herodotus.engine.oauth2.authentication.server.controller.CaptchaController.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.controller.ConsentController.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.controller.IdentityController.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.controller.LoginController.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.controller.OAuth2ApplicationController.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.controller.OAuth2AuthorityController.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.controller.OAuth2AuthorizationController.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.controller.OAuth2ConstantController.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.controller.OAuth2ScopeController.class - [JAR]

cn.herodotus.engine.oauth2.authentication.server.entity

├─ cn.herodotus.engine.oauth2.authentication.server.entity.OAuth2Application.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.entity.OAuth2Authority.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.entity.OAuth2Scope.class - [JAR]

cn.herodotus.engine.oauth2.authentication.server.service

├─ cn.herodotus.engine.oauth2.authentication.server.service.InterfaceSecurityService.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.service.OAuth2ApplicationService.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.service.OAuth2AuthorityService.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.service.OAuth2ConstantService.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.service.OAuth2ScopeService.class - [JAR]

cn.herodotus.engine.oauth2.authentication.server.repository

├─ cn.herodotus.engine.oauth2.authentication.server.repository.OAuth2ApplicationRepository.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.repository.OAuth2AuthorityRepository.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.repository.OAuth2ScopeRepository.class - [JAR]

cn.herodotus.engine.oauth2.authentication.server.configuration

├─ cn.herodotus.engine.oauth2.authentication.server.configuration.OAuth2AuthenticationServerConfiguration.class - [JAR]

cn.herodotus.engine.oauth2.authentication.server.dto

├─ cn.herodotus.engine.oauth2.authentication.server.dto.OAuth2ApplicationDto.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.dto.OAuth2AuthorityDto.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.dto.OAuth2ScopeDto.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.dto.Session.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.dto.SessionCreate.class - [JAR]

├─ cn.herodotus.engine.oauth2.authentication.server.dto.SessionExchange.class - [JAR]

cn.herodotus.engine.oauth2.authentication.server.generator

├─ cn.herodotus.engine.oauth2.authentication.server.generator.OAuth2AuthorityUUIDGenerator.class - [JAR]