jar

com.orientechnologies.samples : spring-boot-orientdb-shiro

Maven & Gradle

Jun 01, 2017
128 stars

Sample - Spring Boot OrientDB Shiro

Table Of Contents

Latest Version

Download com.orientechnologies.samples : spring-boot-orientdb-shiro JAR file - Latest Versions:

All Versions

Download com.orientechnologies.samples : spring-boot-orientdb-shiro JAR file - All Versions:

Version Vulnerabilities Size Updated
0.14
0.13
0.12
0.11
0.14rc1

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

org.springframework.boot.orient.sample.shiro.model

├─ org.springframework.boot.orient.sample.shiro.model.Permission.class - [JAR]

├─ org.springframework.boot.orient.sample.shiro.model.Role.class - [JAR]

├─ org.springframework.boot.orient.sample.shiro.model.User.class - [JAR]

org.springframework.boot.orient.sample.shiro

├─ org.springframework.boot.orient.sample.shiro.Application.class - [JAR]

├─ org.springframework.boot.orient.sample.shiro.ApplicationExceptionHandler.class - [JAR]

├─ org.springframework.boot.orient.sample.shiro.OrientDbConfiguration.class - [JAR]

├─ org.springframework.boot.orient.sample.shiro.ShiroConfiguration.class - [JAR]

org.springframework.boot.orient.sample.shiro.rest

├─ org.springframework.boot.orient.sample.shiro.rest.EmaiAlreadyInUseException.class - [JAR]

├─ org.springframework.boot.orient.sample.shiro.rest.UserController.class - [JAR]

org.springframework.boot.orient.sample.shiro.shiro

├─ org.springframework.boot.orient.sample.shiro.shiro.HazelcastSessionDao.class - [JAR]

├─ org.springframework.boot.orient.sample.shiro.shiro.OrientDbRealm.class - [JAR]

├─ org.springframework.boot.orient.sample.shiro.shiro.SessionAttributePredicate.class - [JAR]

org.springframework.boot.orient.sample.shiro.repository

├─ org.springframework.boot.orient.sample.shiro.repository.PermissionRepository.class - [JAR]

├─ org.springframework.boot.orient.sample.shiro.repository.RoleRepository.class - [JAR]

├─ org.springframework.boot.orient.sample.shiro.repository.UserRepository.class - [JAR]