jar

com.github.sagerman4 : jaas-threadlocal-filter

Maven & Gradle

Dec 10, 2015
1 stars

JAAS ThreadLocal Filter · A Java servlet filter that grabs the JAAS principal off of the incoming request and adds it to a ThreadLocal variable so you can grab it whenever you want.

Table Of Contents

Latest Version

Download com.github.sagerman4 : jaas-threadlocal-filter JAR file - Latest Versions:

All Versions

Download com.github.sagerman4 : jaas-threadlocal-filter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 jaas-threadlocal-filter-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.sagerman4.auth

├─ com.github.sagerman4.auth.AuthContext.class - [JAR]

├─ com.github.sagerman4.auth.AuthState.class - [JAR]

├─ com.github.sagerman4.auth.JaasLoginFilter.class - [JAR]

Advertisement