jar

com.github.hburgmeier.jerseyoauth2 : jersey-oauth2-authsrv-impl

Maven & Gradle

Oct 30, 2013
49 stars

Jersey OAuth2 Authorization Server Implementation

Table Of Contents

Latest Version

Download com.github.hburgmeier.jerseyoauth2 : jersey-oauth2-authsrv-impl JAR file - Latest Versions:

All Versions

Download com.github.hburgmeier.jerseyoauth2 : jersey-oauth2-authsrv-impl JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8
0.7

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 jersey-oauth2-authsrv-impl-0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.accesstoken

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.accesstoken.AbstractAccessTokenResponse.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.accesstoken.AccessTokenEntityResponse.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.accesstoken.AccessTokenRedirectResponse.class - [JAR]

com.github.hburgmeier.jerseyoauth2.authsrv.impl.configuration

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.configuration.WebAppConfiguration.class - [JAR]

com.github.hburgmeier.jerseyoauth2.authsrv.impl.guice

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.guice.AuthorizationServerModule.class - [JAR]

com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.authcode

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.authcode.AuthCodeResponse.class - [JAR]

com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.AbstractOAuth2Response.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.ForwardOAuth2Response.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.HttpServletContextImplementation.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.ResponseBuilder.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.ResponseFormat.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.UnauthorizedResponse.class - [JAR]

com.github.hburgmeier.jerseyoauth2.authsrv.impl.services

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.services.AuthorizationService.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.services.DefaultPrincipalUserService.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.services.IntegratedAccessTokenVerifier.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.services.InvalidClientException.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.services.InvalidUserException.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.services.MD5TokenGenerator.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.services.TokenService.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.services.UUIDClientIdGenerator.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.services.UUIDTokenGenerator.class - [JAR]

com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.error

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.error.AbstractErrorResponse.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.error.AuthRequestErrorResponse.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.response.error.RequestTokenErrorResponse.class - [JAR]

com.github.hburgmeier.jerseyoauth2.authsrv.impl.endpoints.servlet

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.endpoints.servlet.AuthorizationServlet.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.endpoints.servlet.IssueAccessTokenServlet.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.endpoints.servlet.StrictSecurityFilter.class - [JAR]

com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.ClientIdentityValidator.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.InvalidScopeException.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.protocol.ScopeValidator.class - [JAR]

com.github.hburgmeier.jerseyoauth2.authsrv.impl.simple

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.simple.SimpleAccessTokenInfo.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.simple.SimpleAuthorizedClientApp.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.simple.SimplePendingClientToken.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.simple.SimpleRegisteredClient.class - [JAR]

com.github.hburgmeier.jerseyoauth2.authsrv.impl.endpoints.rest

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.endpoints.rest.RestHttpContext.class - [JAR]

├─ com.github.hburgmeier.jerseyoauth2.authsrv.impl.endpoints.rest.TokenEndpoint.class - [JAR]