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 sa-token-oauth2-1.35.0.RC.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.dev33.satoken.oauth2
├─ cn.dev33.satoken.oauth2.SaOAuth2Manager.class - [JAR]
cn.dev33.satoken.oauth2.config
├─ cn.dev33.satoken.oauth2.config.SaOAuth2Config.class - [JAR]
cn.dev33.satoken.oauth2.logic
├─ cn.dev33.satoken.oauth2.logic.SaOAuth2Consts.class - [JAR]
├─ cn.dev33.satoken.oauth2.logic.SaOAuth2Handle.class - [JAR]
├─ cn.dev33.satoken.oauth2.logic.SaOAuth2Template.class - [JAR]
├─ cn.dev33.satoken.oauth2.logic.SaOAuth2Util.class - [JAR]
cn.dev33.satoken.oauth2.error
├─ cn.dev33.satoken.oauth2.error.SaOAuth2ErrorCode.class - [JAR]
cn.dev33.satoken.oauth2.exception
├─ cn.dev33.satoken.oauth2.exception.SaOAuth2Exception.class - [JAR]
cn.dev33.satoken.oauth2.model
├─ cn.dev33.satoken.oauth2.model.AccessTokenModel.class - [JAR]
├─ cn.dev33.satoken.oauth2.model.ClientTokenModel.class - [JAR]
├─ cn.dev33.satoken.oauth2.model.CodeModel.class - [JAR]
├─ cn.dev33.satoken.oauth2.model.RefreshTokenModel.class - [JAR]
├─ cn.dev33.satoken.oauth2.model.RequestAuthModel.class - [JAR]
├─ cn.dev33.satoken.oauth2.model.SaClientModel.class - [JAR]