jar

dev.graffa : spring-security-jpa

Maven & Gradle

Mar 30, 2023
0 stars

spring-security-jpa · Boilerplate code to introduce default Spring Security JPA entities and secure the project through them

Table Of Contents

Latest Version

Download dev.graffa : spring-security-jpa JAR file - Latest Versions:

All Versions

Download dev.graffa : spring-security-jpa 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 spring-security-jpa-1.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.graffa.springsecurityjpa.authority

├─ dev.graffa.springsecurityjpa.authority.AuthorityNotFoundException.class - [JAR]

├─ dev.graffa.springsecurityjpa.authority.JpaAuthority.class - [JAR]

├─ dev.graffa.springsecurityjpa.authority.JpaAuthorityRepository.class - [JAR]

├─ dev.graffa.springsecurityjpa.authority.JpaAuthorityService.class - [JAR]

├─ dev.graffa.springsecurityjpa.authority.Role.class - [JAR]

dev.graffa.springsecurityjpa.user

├─ dev.graffa.springsecurityjpa.user.JpaUser.class - [JAR]

├─ dev.graffa.springsecurityjpa.user.JpaUserRepository.class - [JAR]

├─ dev.graffa.springsecurityjpa.user.JpaUserService.class - [JAR]

├─ dev.graffa.springsecurityjpa.user.UserNotFoundException.class - [JAR]

dev.graffa.springsecurityjpa

├─ dev.graffa.springsecurityjpa.SecurityObjectNotFound.class - [JAR]

Advertisement