jar

io.github.eetchyza : springauth

Maven & Gradle

Apr 17, 2019
1 stars

spring-auth · This is a very simple library for providing a spring boot application with OAuth2 type authentication, while taking a lot of influence from spring security it is not meant as a spring security replacement but rather a light weight alternative

Table Of Contents

Latest Version

Download io.github.eetchyza : springauth JAR file - Latest Versions:

All Versions

Download io.github.eetchyza : springauth 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 springauth-1.0.16.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.eetchyza.springauth.api

├─ io.github.eetchyza.springauth.api.GrantedAuthority.class - [JAR]

├─ io.github.eetchyza.springauth.api.UserDetails.class - [JAR]

├─ io.github.eetchyza.springauth.api.UserDetailsService.class - [JAR]

io.github.eetchyza.springauth.exceptions

├─ io.github.eetchyza.springauth.exceptions.NotAuthenticatedException.class - [JAR]

├─ io.github.eetchyza.springauth.exceptions.NotAuthorisedException.class - [JAR]

├─ io.github.eetchyza.springauth.exceptions.PasswordExpiredException.class - [JAR]

├─ io.github.eetchyza.springauth.exceptions.TokenExpiredException.class - [JAR]

├─ io.github.eetchyza.springauth.exceptions.UsernameOrPasswordIncorrectException.class - [JAR]

io.github.eetchyza.springauth

├─ io.github.eetchyza.springauth.AuthService.class - [JAR]

├─ io.github.eetchyza.springauth.Authentication.class - [JAR]

├─ io.github.eetchyza.springauth.SecurityContext.class - [JAR]

io.github.eetchyza.springauth.annotations

├─ io.github.eetchyza.springauth.annotations.AllowAnon.class - [JAR]

├─ io.github.eetchyza.springauth.annotations.AllowRoles.class - [JAR]

io.github.eetchyza.springauth.web.dto

├─ io.github.eetchyza.springauth.web.dto.LoginDto.class - [JAR]

├─ io.github.eetchyza.springauth.web.dto.RefreshDto.class - [JAR]

io.github.eetchyza.springauth.web

├─ io.github.eetchyza.springauth.web.SecurityController.class - [JAR]

├─ io.github.eetchyza.springauth.web.SecurityFilter.class - [JAR]

Advertisement