jar

com.lucadev.trampoline : trampoline-jwt

Maven & Gradle

Dec 10, 2019
4 usages
10 stars

A trampoline starter module

Table Of Contents

Latest Version

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

All Versions

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

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

com.lucadev.trampoline.security.jwt.authentication

├─ com.lucadev.trampoline.security.jwt.authentication.AbstractTokenPreAuthenticatedProcessingFilter.class - [JAR]

├─ com.lucadev.trampoline.security.jwt.authentication.StatelessAuthenticationToken.class - [JAR]

├─ com.lucadev.trampoline.security.jwt.authentication.TokenAuthenticationEntryPoint.class - [JAR]

├─ com.lucadev.trampoline.security.jwt.authentication.TokenAuthenticationFilter.class - [JAR]

├─ com.lucadev.trampoline.security.jwt.authentication.TokenAuthenticationProvider.class - [JAR]

com.lucadev.trampoline.security.jwt.decorator

├─ com.lucadev.trampoline.security.jwt.decorator.AuthoritiesTokenDecorator.class - [JAR]

├─ com.lucadev.trampoline.security.jwt.decorator.TokenDecorator.class - [JAR]

├─ com.lucadev.trampoline.security.jwt.decorator.UsernameTokenDecorator.class - [JAR]

com.lucadev.trampoline.security.jwt.configuration

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

com.lucadev.trampoline.security.jwt.authentication.user

├─ com.lucadev.trampoline.security.jwt.authentication.user.StatelessUserDetails.class - [JAR]

├─ com.lucadev.trampoline.security.jwt.authentication.user.StatelessUserDetailsService.class - [JAR]

com.lucadev.trampoline.security.jwt

├─ com.lucadev.trampoline.security.jwt.JwtTokenService.class - [JAR]

├─ com.lucadev.trampoline.security.jwt.TokenPayload.class - [JAR]

├─ com.lucadev.trampoline.security.jwt.TokenService.class - [JAR]

Advertisement