jar

com.github.achatain : java-webapp-authentication

Maven & Gradle

Mar 08, 2017
0 stars

com.github.achatain:java-webapp-authentication · Authentication framework leveraging Google sign-in for servlet based Java webapps

Table Of Contents

Latest Version

Download com.github.achatain : java-webapp-authentication JAR file - Latest Versions:

All Versions

Download com.github.achatain : java-webapp-authentication JAR file - All Versions:

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

com.github.achatain.javawebappauthentication.filter

├─ com.github.achatain.javawebappauthentication.filter.SessionFilter.class - [JAR]

com.github.achatain.javawebappauthentication.exception

├─ com.github.achatain.javawebappauthentication.exception.AuthenticationException.class - [JAR]

com.github.achatain.javawebappauthentication.entity

├─ com.github.achatain.javawebappauthentication.entity.AuthenticatedUser.class - [JAR]

├─ com.github.achatain.javawebappauthentication.entity.AuthenticationRequest.class - [JAR]

├─ com.github.achatain.javawebappauthentication.entity.AuthenticationResponse.class - [JAR]

com.github.achatain.javawebappauthentication.service.impl

├─ com.github.achatain.javawebappauthentication.service.impl.GoogleAuthenticationServiceImpl.class - [JAR]

├─ com.github.achatain.javawebappauthentication.service.impl.SessionServiceImpl.class - [JAR]

com.github.achatain.javawebappauthentication.service

├─ com.github.achatain.javawebappauthentication.service.AuthenticationService.class - [JAR]

├─ com.github.achatain.javawebappauthentication.service.SessionService.class - [JAR]

com.github.achatain.javawebappauthentication.servlet

├─ com.github.achatain.javawebappauthentication.servlet.GoogleSigninServlet.class - [JAR]

├─ com.github.achatain.javawebappauthentication.servlet.SignOutServlet.class - [JAR]

com.github.achatain.javawebappauthentication.module

├─ com.github.achatain.javawebappauthentication.module.AuthenticationModule.class - [JAR]

Advertisement