jar

com.ohadr.oauth2 : auth-common

Maven & Gradle

Mar 08, 2017
13 stars

authentication parent · parent POM for authentication projects.

Table Of Contents

Latest Version

Download com.ohadr.oauth2 : auth-common JAR file - Latest Versions:

All Versions

Download com.ohadr.oauth2 : auth-common JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1
2.0.x
1.6.x
1.5.x
1.1.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 auth-common-2.1-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ohadr.authentication.token

├─ com.ohadr.authentication.token.OAuth2TokenServices.class - [JAR]

├─ com.ohadr.authentication.token.SignedTokenGenerator.class - [JAR]

├─ com.ohadr.authentication.token.TrivialUsernameTranslationService.class - [JAR]

com.ohadr.authentication.oauth2

├─ com.ohadr.authentication.oauth2.AutomaticUserApprovalHandler.class - [JAR]

com.ohadr.authentication.config

├─ com.ohadr.authentication.config.AuthProperties.class - [JAR]

com.ohadr.authentication.token.interfaces

├─ com.ohadr.authentication.token.interfaces.UsernameTranslationService.class - [JAR]

com.ohadr.authentication.utils

├─ com.ohadr.authentication.utils.OAuthUtils.class - [JAR]

├─ com.ohadr.authentication.utils.XSSValidator.class - [JAR]

Advertisement