jar

net.krotscheck : kangaroo-server-authz

Maven & Gradle

Jun 27, 2018
7 stars

kangaroo-server-authz · Kangaroo's Administration API.

Table Of Contents

Latest Version

Download net.krotscheck : kangaroo-server-authz JAR file - Latest Versions:

All Versions

Download net.krotscheck : kangaroo-server-authz JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
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 kangaroo-server-authz-1.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.krotscheck.kangaroo.authz.admin.v1.auth

├─ net.krotscheck.kangaroo.authz.admin.v1.auth.OAuth2AuthFeature.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.auth.OAuth2ScopeDynamicFeature.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.auth.OAuth2SecurityContext.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.auth.ScopesAllowed.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2.session.tasks

├─ net.krotscheck.kangaroo.authz.oauth2.session.tasks.HttpSessionCleanupTask.class - [JAR]

net.krotscheck.kangaroo.authz.common.database.util

├─ net.krotscheck.kangaroo.authz.common.database.util.SortUtil.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2.session.grizzly

├─ net.krotscheck.kangaroo.authz.oauth2.session.grizzly.GrizzlySession.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.session.grizzly.GrizzlySessionLifecycleListener.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.session.grizzly.GrizzlySessionManager.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2.authn.authz

├─ net.krotscheck.kangaroo.authz.oauth2.authn.authz.O2AuthorizationFilter.class - [JAR]

net.krotscheck.kangaroo.authz.common.database.jackson

├─ net.krotscheck.kangaroo.authz.common.database.jackson.Views.class - [JAR]

net.krotscheck.kangaroo.authz.common.util

├─ net.krotscheck.kangaroo.authz.common.util.PasswordUtil.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.util.ValidationUtil.class - [JAR]

net.krotscheck.kangaroo.authz.common.database.entity

├─ net.krotscheck.kangaroo.authz.common.database.entity.AbstractAuthzEntity.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.AbstractClientUri.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.Application.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.ApplicationScope.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.Authenticator.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.AuthenticatorState.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.Client.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.ClientConfig.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.ClientRedirect.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.ClientReferrer.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.ClientType.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.HttpSession.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.OAuthToken.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.OAuthTokenType.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.Role.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.User.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.database.entity.UserIdentity.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2.session

├─ net.krotscheck.kangaroo.authz.oauth2.session.HttpSessionFactory.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.session.SessionFeature.class - [JAR]

net.krotscheck.kangaroo.authz.admin

├─ net.krotscheck.kangaroo.authz.admin.AdminV1API.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.Scope.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2.exception

├─ net.krotscheck.kangaroo.authz.oauth2.exception.RFC6749.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.exception.RedirectingException.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.exception.RedirectingExceptionMapper.class - [JAR]

net.krotscheck.kangaroo.authz.admin.v1.servlet

├─ net.krotscheck.kangaroo.authz.admin.v1.servlet.Config.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.servlet.FirstRunContainerLifecycleListener.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.servlet.ServletConfigFactory.class - [JAR]

net.krotscheck.kangaroo.authz.common.cors

├─ net.krotscheck.kangaroo.authz.common.cors.AuthzCORSFeature.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.cors.HibernateCORSCacheLoader.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.cors.HibernateCORSValidator.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2.resource.authorize

├─ net.krotscheck.kangaroo.authz.oauth2.resource.authorize.AuthCodeHandler.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.resource.authorize.IAuthorizeHandler.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.resource.authorize.ImplicitHandler.class - [JAR]

net.krotscheck.kangaroo.authz.admin.v1.resource

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.AbstractService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.ApplicationService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.AuthenticatorService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.ClientRedirectService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.ClientReferrerService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.ClientService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.ConfigService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.OAuthTokenService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.RoleScopeService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.RoleService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.ScopeService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.UserIdentityService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.resource.UserService.class - [JAR]

net.krotscheck.kangaroo.authz.common.authenticator.test

├─ net.krotscheck.kangaroo.authz.common.authenticator.test.TestAuthenticator.class - [JAR]

net.krotscheck.kangaroo.authz.common.authenticator.oauth2

├─ net.krotscheck.kangaroo.authz.common.authenticator.oauth2.AbstractOAuth2Authenticator.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.authenticator.oauth2.OAuth2IdPToken.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.authenticator.oauth2.OAuth2User.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2.resource

├─ net.krotscheck.kangaroo.authz.oauth2.resource.AuthorizationService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.resource.GrantType.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.resource.IntrospectionResponseEntity.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.resource.IntrospectionService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.resource.RevocationService.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.resource.TokenResponseEntity.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.resource.TokenService.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2.authn

├─ net.krotscheck.kangaroo.authz.oauth2.authn.O2AuthDynamicFeature.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.authn.O2AuthScheme.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.authn.O2BearerToken.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.authn.O2Client.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.authn.O2Principal.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.authn.O2SecurityContext.class - [JAR]

net.krotscheck.kangaroo.authz.admin.v1.exception

├─ net.krotscheck.kangaroo.authz.admin.v1.exception.EntityRequiredException.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.exception.InvalidEntityPropertyException.class - [JAR]

net.krotscheck.kangaroo.authz.common.authenticator.google

├─ net.krotscheck.kangaroo.authz.common.authenticator.google.GoogleAuthenticator.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.authenticator.google.GoogleUserEntity.class - [JAR]

net.krotscheck.kangaroo.authz.admin.v1.auth.exception

├─ net.krotscheck.kangaroo.authz.admin.v1.auth.exception.OAuth2ForbiddenException.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.auth.exception.OAuth2NotAuthorizedException.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.auth.exception.WWWChallengeException.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.auth.exception.WWWChallengeExceptionMapper.class - [JAR]

net.krotscheck.kangaroo.authz.common.authenticator.github

├─ net.krotscheck.kangaroo.authz.common.authenticator.github.GithubAuthenticator.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.authenticator.github.GithubUserEntity.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2.tasks

├─ net.krotscheck.kangaroo.authz.oauth2.tasks.TokenCleanupTask.class - [JAR]

net.krotscheck.kangaroo.authz.common.authenticator

├─ net.krotscheck.kangaroo.authz.common.authenticator.AuthenticatorFeature.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.authenticator.AuthenticatorType.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.authenticator.IAuthenticator.class - [JAR]

net.krotscheck.kangaroo.authz.admin.v1.auth.filter

├─ net.krotscheck.kangaroo.authz.admin.v1.auth.filter.OAuth2AuthenticationFilter.class - [JAR]

├─ net.krotscheck.kangaroo.authz.admin.v1.auth.filter.OAuth2AuthorizationFilter.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2.resource.token

├─ net.krotscheck.kangaroo.authz.oauth2.resource.token.AuthorizationCodeGrantHandler.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.resource.token.ClientCredentialsGrantHandler.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.resource.token.OwnerCredentialsGrantHandler.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.resource.token.RefreshTokenGrantHandler.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2.authn.authn

├─ net.krotscheck.kangaroo.authz.oauth2.authn.authn.AbstractO2AuthenticationFilter.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.authn.authn.O2BearerTokenFilter.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.authn.authn.O2ClientBasicAuthFilter.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.authn.authn.O2ClientBodyFilter.class - [JAR]

├─ net.krotscheck.kangaroo.authz.oauth2.authn.authn.O2ClientQueryParameterFilter.class - [JAR]

net.krotscheck.kangaroo.authz.common.database

├─ net.krotscheck.kangaroo.authz.common.database.DatabaseFeature.class - [JAR]

net.krotscheck.kangaroo.authz.common.authenticator.password

├─ net.krotscheck.kangaroo.authz.common.authenticator.password.PasswordAuthenticator.class - [JAR]

net.krotscheck.kangaroo.authz.common.authenticator.exception

├─ net.krotscheck.kangaroo.authz.common.authenticator.exception.MisconfiguredAuthenticatorException.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.authenticator.exception.ThirdPartyErrorException.class - [JAR]

net.krotscheck.kangaroo.authz

├─ net.krotscheck.kangaroo.authz.AuthzServer.class - [JAR]

├─ net.krotscheck.kangaroo.authz.AuthzServerConfig.class - [JAR]

net.krotscheck.kangaroo.authz.oauth2

├─ net.krotscheck.kangaroo.authz.oauth2.OAuthAPI.class - [JAR]

net.krotscheck.kangaroo.authz.common.authenticator.facebook

├─ net.krotscheck.kangaroo.authz.common.authenticator.facebook.FacebookAuthenticator.class - [JAR]

├─ net.krotscheck.kangaroo.authz.common.authenticator.facebook.FacebookUserEntity.class - [JAR]

Advertisement