jar

com.robinvandenhurk.gateway.library : library-user-injection

Maven & Gradle

Apr 23, 2021
75k stars

library-user-injection · Library for services behind the gateway to retrieve user information

Table Of Contents

Latest Version

Download com.robinvandenhurk.gateway.library : library-user-injection JAR file - Latest Versions:

All Versions

Download com.robinvandenhurk.gateway.library : library-user-injection JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.3
0.1

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 library-user-injection-0.3.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.robinvandenhurk.gateway.library.userinjection

├─ com.robinvandenhurk.gateway.library.userinjection.ForwardedHttpServletRequest.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.LoadUserFromHeaderFilter.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.UserInjectionLoader.class - [JAR]

com.robinvandenhurk.gateway.library.userinjection.domain.http.response

├─ com.robinvandenhurk.gateway.library.userinjection.domain.http.response.HttpResponse.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.domain.http.response.HttpResponseData.class - [JAR]

com.robinvandenhurk.gateway.library.userinjection.domain.http.response.data

├─ com.robinvandenhurk.gateway.library.userinjection.domain.http.response.data.BadRequestResponseData.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.domain.http.response.data.ConflictResponseData.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.domain.http.response.data.ForbiddenResponseData.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.domain.http.response.data.NotFoundResponseData.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.domain.http.response.data.UnauthorizedResponseData.class - [JAR]

com.robinvandenhurk.gateway.library.userinjection.annotation

├─ com.robinvandenhurk.gateway.library.userinjection.annotation.AuthenticationRequired.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.annotation.AuthenticationRequiredAspect.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.annotation.AuthorityRequired.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.annotation.AuthorityRequiredAspect.class - [JAR]

com.robinvandenhurk.gateway.library.userinjection.principal

├─ com.robinvandenhurk.gateway.library.userinjection.principal.AnonymousGatewayUserPrincipal.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.principal.AuthenticatedGatewayUserPrincipal.class - [JAR]

├─ com.robinvandenhurk.gateway.library.userinjection.principal.GatewayUserPrincipal.class - [JAR]