jar

io.appform.dropwizard : dropwizard-multi-auth

Maven & Gradle

Dec 17, 2021

Dropwizard Multi-Auth · Multi mode authentication and authorization for Dropwizard

Table Of Contents

Latest Version

Download io.appform.dropwizard : dropwizard-multi-auth JAR file - Latest Versions:

All Versions

Download io.appform.dropwizard : dropwizard-multi-auth JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.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 dropwizard-multi-auth-1.3.20-2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.appform.dropwizard.multiauth.integration

├─ io.appform.dropwizard.multiauth.integration.SessionUser.class - [JAR]

├─ io.appform.dropwizard.multiauth.integration.UserAuthenticationFilter.class - [JAR]

├─ io.appform.dropwizard.multiauth.integration.UserAuthorizationFilter.class - [JAR]

io.appform.dropwizard.multiauth.exception

├─ io.appform.dropwizard.multiauth.exception.JWTAuthenticationFailure.class - [JAR]

io.appform.dropwizard.multiauth.model

├─ io.appform.dropwizard.multiauth.model.AuthStore.class - [JAR]

├─ io.appform.dropwizard.multiauth.model.CreateUserRequest.class - [JAR]

├─ io.appform.dropwizard.multiauth.model.DefaultHandler.class - [JAR]

├─ io.appform.dropwizard.multiauth.model.ServiceUser.class - [JAR]

├─ io.appform.dropwizard.multiauth.model.ServiceUserPrincipal.class - [JAR]

├─ io.appform.dropwizard.multiauth.model.Token.class - [JAR]

io.appform.dropwizard.multiauth

├─ io.appform.dropwizard.multiauth.MultiAuthDynamicFeature.class - [JAR]

io.appform.dropwizard.multiauth.core

├─ io.appform.dropwizard.multiauth.core.AuthProvider.class - [JAR]

├─ io.appform.dropwizard.multiauth.core.GoogleAuthProvider.class - [JAR]

├─ io.appform.dropwizard.multiauth.core.RoleAuthorizer.class - [JAR]

├─ io.appform.dropwizard.multiauth.core.TokenAuthenticator.class - [JAR]

├─ io.appform.dropwizard.multiauth.core.Utils.class - [JAR]

io.appform.dropwizard.multiauth.configs

├─ io.appform.dropwizard.multiauth.configs.AuthConfig.class - [JAR]

├─ io.appform.dropwizard.multiauth.configs.JwtConfig.class - [JAR]

├─ io.appform.dropwizard.multiauth.configs.MultiAuthConfig.class - [JAR]

io.appform.dropwizard.multiauth.resources

├─ io.appform.dropwizard.multiauth.resources.Auth.class - [JAR]