jar

net.ifok.shiro : stateless-shiro-spring-boot-starter

Maven & Gradle

Oct 26, 2021
0 stars

stateless shiro spring boot starter · This project integrates the apache shiro project into a stateless spring boot stater tool project. It improves reuse efficiency, and at the same time it becomes easier to use.

Table Of Contents

Latest Version

Download net.ifok.shiro : stateless-shiro-spring-boot-starter JAR file - Latest Versions:

All Versions

Download net.ifok.shiro : stateless-shiro-spring-boot-starter 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 stateless-shiro-spring-boot-starter-1.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.ifok.stateless.shiro

├─ net.ifok.stateless.shiro.AutoConfig.class - [JAR]

net.ifok.stateless.shiro.filter

├─ net.ifok.stateless.shiro.filter.StatelessAccessControlFilter.class - [JAR]

net.ifok.stateless.shiro.model

├─ net.ifok.stateless.shiro.model.StatelessSessionUser.class - [JAR]

├─ net.ifok.stateless.shiro.model.StatelessShiroProperties.class - [JAR]

net.ifok.stateless.shiro.service

├─ net.ifok.stateless.shiro.service.StatelessSessionUserService.class - [JAR]

net.ifok.stateless.shiro.config

├─ net.ifok.stateless.shiro.config.StatelessDefaultSubjectFactory.class - [JAR]

├─ net.ifok.stateless.shiro.config.StatelessRealm.class - [JAR]

├─ net.ifok.stateless.shiro.config.StatelessShiroConfig.class - [JAR]

Advertisement