jar

io.github.xjinyao : xcloud-auth-service

Maven & Gradle

May 27, 2023

认证授权中心,基于 spring security oAuth2

Table Of Contents

Latest Version

Download io.github.xjinyao : xcloud-auth-service JAR file - Latest Versions:

All Versions

Download io.github.xjinyao : xcloud-auth-service JAR file - All Versions:

Version Vulnerabilities Size Updated
1.10.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 xcloud-auth-service-1.10.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.xjinyao.xcloud.auth.endpoint

├─ com.xjinyao.xcloud.auth.endpoint.CustomTokenEndpoint.class - [JAR]

com.xjinyao.xcloud.auth.interceptor

├─ com.xjinyao.xcloud.auth.interceptor.LoginFailCheckAspect.class - [JAR]

├─ com.xjinyao.xcloud.auth.interceptor.SsoTokenAuthHandlerInterceptor.class - [JAR]

com.xjinyao.xcloud.auth.config

├─ com.xjinyao.xcloud.auth.config.AuthorizationServerConfig.class - [JAR]

├─ com.xjinyao.xcloud.auth.config.WebSecurityConfigurer.class - [JAR]

com.xjinyao.xcloud.auth.handler

├─ com.xjinyao.xcloud.auth.handler.CustomAuthenticationFailureEvenHandler.class - [JAR]

├─ com.xjinyao.xcloud.auth.handler.CustomAuthenticationSuccessEventHandler.class - [JAR]