jar

com.lucadev.trampoline : trampoline-jwt-web

Maven & Gradle

Jun 28, 2019
1 usages
10 stars

A trampoline starter module

Table Of Contents

Latest Version

Download com.lucadev.trampoline : trampoline-jwt-web JAR file - Latest Versions:

All Versions

Download com.lucadev.trampoline : trampoline-jwt-web JAR file - All Versions:

Version Vulnerabilities Size Updated
20190509

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 trampoline-jwt-web-20190509.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lucadev.trampoline.security.jwt.web.configuration

├─ com.lucadev.trampoline.security.jwt.web.configuration.JwtWebConfiguration.class - [JAR]

├─ com.lucadev.trampoline.security.jwt.web.configuration.JwtWebConfigurationProperties.class - [JAR]

com.lucadev.trampoline.security.jwt.web.model

├─ com.lucadev.trampoline.security.jwt.web.model.JwtAuthenticationResponse.class - [JAR]

├─ com.lucadev.trampoline.security.jwt.web.model.UserAuthenticationRequest.class - [JAR]

com.lucadev.trampoline.security.jwt.web.controller

├─ com.lucadev.trampoline.security.jwt.web.controller.JwtAuthenticationController.class - [JAR]

Advertisement