jar

com.github.sm4rtisan : sso

Maven & Gradle

Oct 25, 2019

sso · 轻量单点登录框架

Table Of Contents

Latest Version

Download com.github.sm4rtisan : sso JAR file - Latest Versions:

All Versions

Download com.github.sm4rtisan : sso JAR file - All Versions:

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

com.j.sso.intercepter

├─ com.j.sso.intercepter.SSOIntercepter.class - [JAR]

com.j.sso.entity

├─ com.j.sso.entity.R.class - [JAR]

├─ com.j.sso.entity.SSOUser.class - [JAR]

com.j.sso.annotation

├─ com.j.sso.annotation.SSOCheckToken.class - [JAR]

com.j.sso.config

├─ com.j.sso.config.SSOConfiguration.class - [JAR]

├─ com.j.sso.config.SSOJtiStore.class - [JAR]

com.j.sso.helper

├─ com.j.sso.helper.JwtTokenHelper.class - [JAR]

├─ com.j.sso.helper.TokenLoginHelper.class - [JAR]

Advertisement