jar

com.zuunr.restbed : restbed-security-oauth2-resource-server

Maven & Gradle

Feb 08, 2021

Restbed security oauth2 resource server · OAuth2 resource server implementation of the claim provider interface in core project

Table Of Contents

Latest Version

Download com.zuunr.restbed : restbed-security-oauth2-resource-server JAR file - Latest Versions:

All Versions

Download com.zuunr.restbed : restbed-security-oauth2-resource-server JAR file - All Versions:

Version Vulnerabilities Size Updated
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 restbed-security-oauth2-resource-server-1.0.0.M5-59a5f14.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.zuunr.restbed.security.oauth2.resource.server.authentication

├─ com.zuunr.restbed.security.oauth2.resource.server.authentication.Auth0AudienceValidator.class - [JAR]

├─ com.zuunr.restbed.security.oauth2.resource.server.authentication.OAuth2Config.class - [JAR]

├─ com.zuunr.restbed.security.oauth2.resource.server.authentication.WebSecurityConfig.class - [JAR]

com.zuunr.restbed.security.oauth2.resource.server.authorization.claims

├─ com.zuunr.restbed.security.oauth2.resource.server.authorization.claims.UnauthenticatedClaimsProvider.class - [JAR]

com.zuunr.restbed.security.oauth2.resource.server.authorization

├─ com.zuunr.restbed.security.oauth2.resource.server.authorization.AuthorizationBearerProvider.class - [JAR]

├─ com.zuunr.restbed.security.oauth2.resource.server.authorization.BearerException.class - [JAR]

├─ com.zuunr.restbed.security.oauth2.resource.server.authorization.JwtParseException.class - [JAR]

├─ com.zuunr.restbed.security.oauth2.resource.server.authorization.OAuth2ClaimsProvider.class - [JAR]

Advertisement