View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]