jar

com.github.swiftech : swiftboot-auth

Maven & Gradle

Aug 13, 2023
8 stars
Table Of Contents

Latest Version

Download com.github.swiftech : swiftboot-auth JAR file - Latest Versions:

All Versions

Download com.github.swiftech : swiftboot-auth JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4.x
2.4
2.3.x
2.3
2.2.x
2.2
2.1.x
2.1
2.0.x
1.3
1.2.x
1.2
1.1.x
1.1

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 swiftboot-auth-2.4.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.swiftboot.auth.annotation

├─ org.swiftboot.auth.annotation.Addition.class - [JAR]

├─ org.swiftboot.auth.annotation.ExpireTime.class - [JAR]

├─ org.swiftboot.auth.annotation.Session.class - [JAR]

├─ org.swiftboot.auth.annotation.UserId.class - [JAR]

├─ org.swiftboot.auth.annotation.UserName.class - [JAR]

org.swiftboot.auth.config

├─ org.swiftboot.auth.config.SessionConfigBean.class - [JAR]

├─ org.swiftboot.auth.config.SwiftbootAuthConfigBean.class - [JAR]

org.swiftboot.auth

├─ org.swiftboot.auth.SwiftbootAuthConfig.class - [JAR]

org.swiftboot.auth.controller

├─ org.swiftboot.auth.controller.AuthenticatedResponse.class - [JAR]

├─ org.swiftboot.auth.controller.BaseAuthController.class - [JAR]

├─ org.swiftboot.auth.controller.BaseAuthenticatedCommand.class - [JAR]

org.swiftboot.auth.service

├─ org.swiftboot.auth.service.Session.class - [JAR]

├─ org.swiftboot.auth.service.SessionBuilder.class - [JAR]

├─ org.swiftboot.auth.service.SessionService.class - [JAR]

├─ org.swiftboot.auth.service.UserAuthService.class - [JAR]

org.swiftboot.auth.filter

├─ org.swiftboot.auth.filter.AuthFilter.class - [JAR]

org.swiftboot.auth.service.impl

├─ org.swiftboot.auth.service.impl.MockSessionServiceImpl.class - [JAR]

├─ org.swiftboot.auth.service.impl.SessionServiceRedisImpl.class - [JAR]

org.swiftboot.auth.interceptor

├─ org.swiftboot.auth.interceptor.UserSessionAdvice.class - [JAR]

├─ org.swiftboot.auth.interceptor.UserSessionArgumentResolver.class - [JAR]

├─ org.swiftboot.auth.interceptor.UserSessionResponseAdvice.class - [JAR]

Advertisement