jar

io.imunity : unity-server-oauth

Maven & Gradle

Aug 14, 2023
4 usages
19 stars

UNITY Server oauth module · Client and server OAuth support

Table Of Contents

Latest Version

Download io.imunity : unity-server-oauth JAR file - Latest Versions:

All Versions

Download io.imunity : unity-server-oauth JAR file - All Versions:

Version Vulnerabilities Size Updated
3.13.x
3.12.x
3.11.x
3.10.x
3.9.x
3.8.x
3.7.x
3.6.x
3.5.x
3.4.x
3.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 unity-server-oauth-3.13.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

pl.edu.icm.unity.oauth.as.token.exception

├─ pl.edu.icm.unity.oauth.as.token.exception.EngineExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.exception.IllegalArgumentExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.exception.InternalExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.exception.JSONExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.exception.JSONParseExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.exception.JSONParsingExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.exception.NPEExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.exception.OAuthExceptionMapper.class - [JAR]

pl.edu.icm.unity.oauth.as.token.introspection

├─ pl.edu.icm.unity.oauth.as.token.introspection.IntrospectionServiceContextProvider.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.introspection.LocalTokenIntrospectionService.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.introspection.RemoteIntrospectionServiceContext.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.introspection.RemoteTokenIntrospectionService.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.introspection.SignedJWTWithIssuer.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.introspection.TokenIntrospectionResource.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.introspection.TrustedUpstreamConfiguration.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.introspection.TrustedUpstreamConfigurationParser.class - [JAR]

pl.edu.icm.unity.oauth.client.config

├─ pl.edu.icm.unity.oauth.client.config.CustomProviderProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.config.DropboxProviderProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.config.FacebookProviderProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.config.GitHubProviderProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.config.GoogleProviderProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.config.IntuitProviderProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.config.LinkedInProviderProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.config.MicrosoftAzureV2ProviderProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.config.MicrosoftLiveProviderProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.config.OAuthClientProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.config.OrcidProviderProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.config.UnityProviderProperties.class - [JAR]

pl.edu.icm.unity.oauth.rp.verificator

├─ pl.edu.icm.unity.oauth.rp.verificator.BearerTokenVerificator.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.verificator.InternalTokenVerificator.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.verificator.MitreTokenVerificator.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.verificator.ResultsCache.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.verificator.TokenStatus.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.verificator.TokenVerificatorProtocol.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.verificator.UnityTokenVerificator.class - [JAR]

pl.edu.icm.unity.oauth.as.console.tokens

├─ pl.edu.icm.unity.oauth.as.console.tokens.OAuthTokenBean.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.tokens.OAuthTokenController.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.tokens.OAuthTokenGrid.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.tokens.OAuthTokenViewer.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.tokens.OAuthTokensComponent.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.tokens.ShowOAuthTokensAction.class - [JAR]

pl.edu.icm.unity.oauth.as.preferences

├─ pl.edu.icm.unity.oauth.as.preferences.OAuthPreferences.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.preferences.OAuthPreferencesEditor.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.preferences.OAuthPreferencesHandler.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.preferences.OAuthSPSettingsEditor.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.preferences.OAuthSPSettingsViewer.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.preferences.OAuthSettingsDialog.class - [JAR]

pl.edu.icm.unity.oauth.rp.retrieval

├─ pl.edu.icm.unity.oauth.rp.retrieval.BearerRetrievalBase.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.retrieval.RESTBearerTokenRetrieval.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.retrieval.SOAPBearerTokenRetrieval.class - [JAR]

pl.edu.icm.unity.oauth.client.profile

├─ pl.edu.icm.unity.oauth.client.profile.OpenIdProfileFetcher.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.profile.OrcidProfileFetcher.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.profile.PlainProfileFetcher.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.profile.ProfileFetcherUtils.class - [JAR]

pl.edu.icm.unity.oauth.uiproviders

├─ pl.edu.icm.unity.oauth.uiproviders.AdminTokensComponent.class - [JAR]

├─ pl.edu.icm.unity.oauth.uiproviders.OAuthTokenAdminUIProvider.class - [JAR]

├─ pl.edu.icm.unity.oauth.uiproviders.OAuthTokenViewer.class - [JAR]

├─ pl.edu.icm.unity.oauth.uiproviders.UserHomeTokensComponent.class - [JAR]

pl.edu.icm.unity.oauth.rp.local

├─ pl.edu.icm.unity.oauth.rp.local.AccessTokenAndPasswordExchange.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.local.AccessTokenAndPasswordVerificator.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.local.AuthenticationResultWithTokenStatus.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.local.LocalBearerTokenVerificator.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.local.LocalOAuthRPProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.local.RESTBearerTokenAndPasswordRetrieval.class - [JAR]

pl.edu.icm.unity.oauth.oidc.metadata

├─ pl.edu.icm.unity.oauth.oidc.metadata.JWKSetRequest.class - [JAR]

├─ pl.edu.icm.unity.oauth.oidc.metadata.KeyResource.class - [JAR]

├─ pl.edu.icm.unity.oauth.oidc.metadata.MetaCacheKey.class - [JAR]

├─ pl.edu.icm.unity.oauth.oidc.metadata.OAuthDiscoveryMetadataCache.class - [JAR]

├─ pl.edu.icm.unity.oauth.oidc.metadata.OAuthJWKSetCache.class - [JAR]

├─ pl.edu.icm.unity.oauth.oidc.metadata.OIDCMetadataRequest.class - [JAR]

├─ pl.edu.icm.unity.oauth.oidc.metadata.OpenIdConnectDiscovery.class - [JAR]

pl.edu.icm.unity.oauth.as.token.access

├─ pl.edu.icm.unity.oauth.as.token.access.AccessTokenFactory.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.AccessTokenJsonSerializer.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.AccessTokenResource.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.AccessTokenResourceFactory.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.AuthzCodeHandler.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.AuthzCodeHandlerFactory.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.ClientAttributesProvider.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.CredentialFlowHandler.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.CredentialFlowHandlerFactory.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.ExchangeTokenHandler.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.ExchangeTokenHandlerFactory.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.OAuthAccessTokenRepository.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.OAuthClientTokensCleaner.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.OAuthRefreshTokenExpirationListener.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.OAuthRefreshTokenRepository.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.OAuthTokenStatisticPublisher.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.OAuthTokenStatisticPublisherFactory.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.RefreshTokenHandler.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.RefreshTokenHandlerFactory.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.RefreshTokenJsonSerializer.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.TokenService.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.access.TokenUtils.class - [JAR]

pl.edu.icm.unity.oauth.client

├─ pl.edu.icm.unity.oauth.client.AttributeFetchResult.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.HttpRequestConfigurer.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.OAuth2Verificator.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.OAuthContext.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.OAuthContextsManagement.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.OAuthExchange.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.ResponseConsumerServlet.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.UnexpectedIdentityException.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.UserProfileFetcher.class - [JAR]

pl.edu.icm.unity.oauth.as.token

├─ pl.edu.icm.unity.oauth.as.token.BaseOAuthResource.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.BaseTokenResource.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.BearerJWTAccessToken.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.ClientCredentialsProcessor.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.DiscoveryResource.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.KeysResource.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.OAuthErrorException.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.OAuthTokenEndpoint.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.OAuthTokenException.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.RevocationResource.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.TokenInfoResource.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.token.UserInfoResource.class - [JAR]

pl.edu.icm.unity.oauth.rp

├─ pl.edu.icm.unity.oauth.rp.AccessTokenExchange.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.OAuthRPProperties.class - [JAR]

pl.edu.icm.unity.oauth

├─ pl.edu.icm.unity.oauth.BaseRemoteASProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.OAuthMessageAreaProvider.class - [JAR]

pl.edu.icm.unity.oauth.rp.local.web

├─ pl.edu.icm.unity.oauth.rp.local.web.LocalOAuthRPAuthenticatorEditor.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.local.web.LocalOAuthRPAuthenticatorEditorFactory.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.local.web.LocalOAuthRPConfiguration.class - [JAR]

pl.edu.icm.unity.oauth.client.web

├─ pl.edu.icm.unity.oauth.client.web.OAuth2Retrieval.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.web.OAuth2RetrievalUI.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.web.OAuthProxyAuthnHandler.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.web.RedirectRequestHandler.class - [JAR]

pl.edu.icm.unity.oauth.as.token.utils

├─ pl.edu.icm.unity.oauth.as.token.utils.AuthCodeJsonSerializer.class - [JAR]

pl.edu.icm.unity.oauth.api

├─ pl.edu.icm.unity.oauth.api.Scope.class - [JAR]

├─ pl.edu.icm.unity.oauth.api.SystemScopeProvider.class - [JAR]

pl.edu.icm.unity.oauth.rp.web

├─ pl.edu.icm.unity.oauth.rp.web.OAuthRPAuthenticatorEditor.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.web.OAuthRPAuthenticatorEditorFactory.class - [JAR]

├─ pl.edu.icm.unity.oauth.rp.web.OAuthRPConfiguration.class - [JAR]

pl.edu.icm.unity.oauth.as.console

├─ pl.edu.icm.unity.oauth.as.console.EditOAuthClientSubView.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.OAuthClient.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.OAuthEditorClientsTab.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.OAuthEditorGeneralTab.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.OAuthScopeBean.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.OAuthServiceConfiguration.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.OAuthServiceController.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.OAuthServiceDefinition.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.OAuthServiceEditor.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.OAuthServiceEditorComponent.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.console.TrustedUpstreamASBean.class - [JAR]

pl.edu.icm.unity.oauth.as

├─ pl.edu.icm.unity.oauth.as.DefaultOAuthAttributeMapper.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthASProperties.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthAttributeMapper.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthAuthzContext.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthClient.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthClientProvider.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthEndpointsCoordinator.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthErrorResponseException.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthIdpStatisticReporter.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthProcessor.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthRequestValidator.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthScope.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthScopesService.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthSystemAttributesProvider.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthSystemScopeProvider.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthToken.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.OAuthValidationException.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.SystemOAuthScopeProvidersRegistry.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.TokenSigner.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.TrustedOAuthClientsManagement.class - [JAR]

pl.edu.icm.unity.oauth.client.console

├─ pl.edu.icm.unity.oauth.client.console.EditOAuthProviderSubView.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.console.OAuthAuthenticatorEditor.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.console.OAuthAuthenticatorEditorFactory.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.console.OAuthBaseConfiguration.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.console.OAuthConfiguration.class - [JAR]

├─ pl.edu.icm.unity.oauth.client.console.OAuthProviderConfiguration.class - [JAR]

pl.edu.icm.unity.oauth.as.webauthz

├─ pl.edu.icm.unity.oauth.as.webauthz.ASConsentDecider.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.ASConsentDeciderServlet.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.ASConsentDeciderServletFactory.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.ClaimsInTokenAttribute.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.ErrorHandler.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.NonePromptException.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.OAuthAuthzUI.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.OAuthAuthzWebEndpoint.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.OAuthCancelHandler.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.OAuthConsentScreen.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.OAuthGuardFilter.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.OAuthIdPEngine.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.OAuthIdpLoginControllerImpl.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.OAuthParseServlet.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.OAuthResponseHandler.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.OAuthSessionService.class - [JAR]

├─ pl.edu.icm.unity.oauth.as.webauthz.OAuthWebRequestValidator.class - [JAR]

Advertisement

Dependencies from Group

Aug 14, 2023
21 usages
19 stars
Aug 14, 2023
17 usages
19 stars
Aug 14, 2023
13 usages
19 stars
Aug 14, 2023
11 usages
19 stars
Aug 14, 2023
9 usages
19 stars

Discover Dependencies

Aug 14, 2023
5 usages
19 stars
Aug 14, 2023
17 usages
19 stars
Aug 14, 2023
19 stars
Aug 14, 2023
2 usages
19 stars
Aug 14, 2023
19 stars
Aug 14, 2023
2 usages
19 stars
Jun 30, 2020
0 stars