jar

com.github.jameszbl : authmore-platform

Maven & Gradle

Jun 11, 2019
150 stars

Authmore · A lightweight development kit for building OAuth2 open platform.

Table Of Contents

Latest Version

Download com.github.jameszbl : authmore-platform JAR file - Latest Versions:

All Versions

Download com.github.jameszbl : authmore-platform 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 authmore-platform-1.0.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

me.zbl.authmore.platform.oauth

├─ me.zbl.authmore.platform.oauth.AccessTokenRepository.class - [JAR]

├─ me.zbl.authmore.platform.oauth.ClientDetailsRepository.class - [JAR]

├─ me.zbl.authmore.platform.oauth.ExceptionHandlers.class - [JAR]

├─ me.zbl.authmore.platform.oauth.RefreshTokenRepository.class - [JAR]

├─ me.zbl.authmore.platform.oauth.TokenAuthenticationFilter.class - [JAR]

├─ me.zbl.authmore.platform.oauth.TokenAuthorizationCodeTokenIssuer.class - [JAR]

├─ me.zbl.authmore.platform.oauth.TokenCheckEndpoint.class - [JAR]

├─ me.zbl.authmore.platform.oauth.TokenClientCredentialsTokenIssuer.class - [JAR]

├─ me.zbl.authmore.platform.oauth.TokenConfigurationProperties.class - [JAR]

├─ me.zbl.authmore.platform.oauth.TokenEndpoint.class - [JAR]

├─ me.zbl.authmore.platform.oauth.TokenManagerConfiguration.class - [JAR]

├─ me.zbl.authmore.platform.oauth.TokenPasswordTokenIssuer.class - [JAR]

├─ me.zbl.authmore.platform.oauth.TokenRefreshTokenIssuer.class - [JAR]

me.zbl.authmore.platform.jwk

├─ me.zbl.authmore.platform.jwk.JWKConfiguration.class - [JAR]

├─ me.zbl.authmore.platform.jwk.JWKSetEndpoint.class - [JAR]

me.zbl.authmore.platform

├─ me.zbl.authmore.platform.Bootstrap.class - [JAR]

├─ me.zbl.authmore.platform.ErrorEndpoint.class - [JAR]

├─ me.zbl.authmore.platform.SecurityConfiguration.class - [JAR]

me.zbl.authmore.platform.authorization

├─ me.zbl.authmore.platform.authorization.AuthenticationEndpoint.class - [JAR]

├─ me.zbl.authmore.platform.authorization.AuthenticationFilter.class - [JAR]

├─ me.zbl.authmore.platform.authorization.AuthorizationEndpoint.class - [JAR]

├─ me.zbl.authmore.platform.authorization.CodeRepository.class - [JAR]

├─ me.zbl.authmore.platform.authorization.OAuthUserProfileFilter.class - [JAR]

├─ me.zbl.authmore.platform.authorization.RedisCodeManager.class - [JAR]

├─ me.zbl.authmore.platform.authorization.RepoAuthenticationManager.class - [JAR]

├─ me.zbl.authmore.platform.authorization.ScopeConstants.class - [JAR]

├─ me.zbl.authmore.platform.authorization.UserDetailsEndpoint.class - [JAR]

├─ me.zbl.authmore.platform.authorization.UserDetailsRepository.class - [JAR]

├─ me.zbl.authmore.platform.authorization.UserSessionManager.class - [JAR]