jar

cn.coufran : coufran-spring-boot-starter-auth

Maven & Gradle

Nov 01, 2022

coufran-spring-boot-starter-auth · Spring Boot starter,引入权限拦截和认证

Table Of Contents

Latest Version

Download cn.coufran : coufran-spring-boot-starter-auth JAR file - Latest Versions:

All Versions

Download cn.coufran : coufran-spring-boot-starter-auth JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.3.x
1.2.x
1.1.x
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 coufran-spring-boot-starter-auth-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.coufran.springboot.starter.auth.impl.token

├─ cn.coufran.springboot.starter.auth.impl.token.DummyKeyStore.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.FileKeyStore.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.JjwtTokenRegister.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.KeyStore.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.LocalMapRefreshTokenRepository.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.PojoJsonTokenPayloadConverter.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.RefreshTokenRepository.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.TokenAuthUser.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.TokenAuthUserManager.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.TokenCertificate.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.TokenPayloadConverter.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.TokenRegister.class - [JAR]

cn.coufran.springboot.starter.auth.annotation

├─ cn.coufran.springboot.starter.auth.annotation.Public.class - [JAR]

cn.coufran.springboot.starter.auth.impl.session

├─ cn.coufran.springboot.starter.auth.impl.session.SessionAuthUser.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.session.SessionAuthUserManager.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.session.SessionCertificate.class - [JAR]

cn.coufran.springboot.starter.auth.impl.simple

├─ cn.coufran.springboot.starter.auth.impl.simple.SimpleAuthUser.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.simple.SimpleCertificate.class - [JAR]

cn.coufran.springboot.starter.auth

├─ cn.coufran.springboot.starter.auth.AbstractAuthUser.class - [JAR]

├─ cn.coufran.springboot.starter.auth.AuthUser.class - [JAR]

├─ cn.coufran.springboot.starter.auth.AuthUserManager.class - [JAR]

├─ cn.coufran.springboot.starter.auth.Certificate.class - [JAR]

cn.coufran.springboot.starter.auth.config

├─ cn.coufran.springboot.starter.auth.config.AuthAddition.class - [JAR]

├─ cn.coufran.springboot.starter.auth.config.AuthConfig.class - [JAR]

├─ cn.coufran.springboot.starter.auth.config.AuthInterceptor.class - [JAR]

├─ cn.coufran.springboot.starter.auth.config.SpringWebMvcConfig.class - [JAR]

cn.coufran.springboot.starter.auth.impl.session.config

├─ cn.coufran.springboot.starter.auth.impl.session.config.EnableAuthSession.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.session.config.SessionAuthConfig.class - [JAR]

cn.coufran.springboot.starter.auth.impl.token.config

├─ cn.coufran.springboot.starter.auth.impl.token.config.EnableAuthToken.class - [JAR]

├─ cn.coufran.springboot.starter.auth.impl.token.config.TokenAuthConfig.class - [JAR]

Advertisement