jar

com.seepine : spring-boot-starter-auth

Maven & Gradle

Apr 10, 2022
2 stars

spring-boot-starter-auth · easy auth for springboot

Table Of Contents

Latest Version

Download com.seepine : spring-boot-starter-auth JAR file - Latest Versions:

All Versions

Download com.seepine : spring-boot-starter-auth JAR file - All Versions:

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

com.seepine.auth.exception

├─ com.seepine.auth.exception.AuthException.class - [JAR]

├─ com.seepine.auth.exception.AuthExceptionResponseBodyAdvice.class - [JAR]

├─ com.seepine.auth.exception.RSAException.class - [JAR]

com.seepine.auth.annotation

├─ com.seepine.auth.annotation.Expose.class - [JAR]

├─ com.seepine.auth.annotation.Log.class - [JAR]

├─ com.seepine.auth.annotation.Login.class - [JAR]

├─ com.seepine.auth.annotation.NotExpose.class - [JAR]

├─ com.seepine.auth.annotation.NotSecret.class - [JAR]

├─ com.seepine.auth.annotation.Permission.class - [JAR]

├─ com.seepine.auth.annotation.PermissionPrefix.class - [JAR]

├─ com.seepine.auth.annotation.RateLimit.class - [JAR]

├─ com.seepine.auth.annotation.Secret.class - [JAR]

com.seepine.auth.enums

├─ com.seepine.auth.enums.AuthExceptionType.class - [JAR]

com.seepine.auth.entity

├─ com.seepine.auth.entity.AuthProperties.class - [JAR]

├─ com.seepine.auth.entity.LogEvent.class - [JAR]

├─ com.seepine.auth.entity.RateLimitEntity.class - [JAR]

com.seepine.auth.interceptor

├─ com.seepine.auth.interceptor.AuthenticationInterceptor.class - [JAR]

├─ com.seepine.auth.interceptor.PermissionInterceptor.class - [JAR]

├─ com.seepine.auth.interceptor.SecretInterceptor.class - [JAR]

com.seepine.auth.config

├─ com.seepine.auth.config.AuthAutoConfigurer.class - [JAR]

├─ com.seepine.auth.config.InterceptorConfig.class - [JAR]

├─ com.seepine.auth.config.ServiceAutoConfigurer.class - [JAR]

com.seepine.auth.entity.asymmetric

├─ com.seepine.auth.entity.asymmetric.RSA.class - [JAR]

com.seepine.auth.service

├─ com.seepine.auth.service.AuthLogService.class - [JAR]

├─ com.seepine.auth.service.AuthSecretService.class - [JAR]

com.seepine.auth.util

├─ com.seepine.auth.util.AnnotationUtil.class - [JAR]

├─ com.seepine.auth.util.AuthUtil.class - [JAR]

├─ com.seepine.auth.util.CurrentTimeMillisClock.class - [JAR]

├─ com.seepine.auth.util.HttpServletUtil.class - [JAR]

├─ com.seepine.auth.util.IpUtil.class - [JAR]

├─ com.seepine.auth.util.ListUtil.class - [JAR]

├─ com.seepine.auth.util.LogUtil.class - [JAR]

├─ com.seepine.auth.util.PermissionUtil.class - [JAR]

├─ com.seepine.auth.util.RateLimitUtil.class - [JAR]

├─ com.seepine.auth.util.SnowflakeIdUtil.class - [JAR]

├─ com.seepine.auth.util.StrUtil.class - [JAR]

com.seepine.auth.aspect

├─ com.seepine.auth.aspect.LogAspect.class - [JAR]

├─ com.seepine.auth.aspect.PermissionAspect.class - [JAR]

├─ com.seepine.auth.aspect.RateLimitAspect.class - [JAR]

com.seepine.auth.service.impl

├─ com.seepine.auth.service.impl.AuthSecretServiceImpl.class - [JAR]

Advertisement