jar

com.posadskiy : rest-security

Maven & Gradle

Jun 08, 2020
1 stars

Java REST Security · Open Source library for security REST methods

Table Of Contents

Latest Version

Download com.posadskiy : rest-security JAR file - Latest Versions:

All Versions

Download com.posadskiy : rest-security JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 rest-security-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.posadskiy.restsecurity.controller

├─ com.posadskiy.restsecurity.controller.SessionSecurityController.class - [JAR]

├─ com.posadskiy.restsecurity.controller.UserSecurityController.class - [JAR]

com.posadskiy.restsecurity.annotation.bpp

├─ com.posadskiy.restsecurity.annotation.bpp.SecurityAnnotationBeanPostProcessor.class - [JAR]

com.posadskiy.restsecurity.enumiration

├─ com.posadskiy.restsecurity.enumiration.Role.class - [JAR]

com.posadskiy.restsecurity.annotation

├─ com.posadskiy.restsecurity.annotation.Security.class - [JAR]

com.posadskiy.restsecurity.rest

├─ com.posadskiy.restsecurity.rest.RequestWrapper.class - [JAR]

com.posadskiy.restsecurity.exception

├─ com.posadskiy.restsecurity.exception.PermissionForGetAnotherUserIsAbsentException.class - [JAR]

├─ com.posadskiy.restsecurity.exception.PermissionIsAbsentException.class - [JAR]

├─ com.posadskiy.restsecurity.exception.SessionDoesNotExistException.class - [JAR]

├─ com.posadskiy.restsecurity.exception.SessionExpiredException.class - [JAR]

├─ com.posadskiy.restsecurity.exception.UserDoesNotExistException.class - [JAR]

├─ com.posadskiy.restsecurity.exception.UserRolesDoesNotExistException.class - [JAR]

Advertisement