jar

com.antelopesystem.authframework : auth-framework

Maven & Gradle

Sep 30, 2020
2 stars

auth-framework · Auth Framework

Table Of Contents

Latest Version

Download com.antelopesystem.authframework : auth-framework JAR file - Latest Versions:

All Versions

Download com.antelopesystem.authframework : auth-framework JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 auth-framework-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.antelopesystem.authframework.token.exception

├─ com.antelopesystem.authframework.token.exception.InvalidTokenException.class - [JAR]

com.antelopesystem.authframework.authentication.mfa.provider

├─ com.antelopesystem.authframework.authentication.mfa.provider.AuthenticatorMfaProvider.class - [JAR]

├─ com.antelopesystem.authframework.authentication.mfa.provider.AuthenticatorMfaProviderKt.class - [JAR]

├─ com.antelopesystem.authframework.authentication.mfa.provider.NexmoMfaProvider.class - [JAR]

├─ com.antelopesystem.authframework.authentication.mfa.provider.NexmoMfaProviderKt.class - [JAR]

com.antelopesystem.authframework.controller

├─ com.antelopesystem.authframework.controller.BaseAuthenticationController.class - [JAR]

├─ com.antelopesystem.authframework.controller.BaseMfaController.class - [JAR]

com.antelopesystem.authframework.util

├─ com.antelopesystem.authframework.util.HashingUtilKt.class - [JAR]

├─ com.antelopesystem.authframework.util.JvmTransientKt.class - [JAR]

├─ com.antelopesystem.authframework.util.LogUtilKt.class - [JAR]

├─ com.antelopesystem.authframework.util.PrincipalUtilsKt.class - [JAR]

├─ com.antelopesystem.authframework.util.RequestUtilKt.class - [JAR]

├─ com.antelopesystem.authframework.util.SecuritySettingsConverter.class - [JAR]

├─ com.antelopesystem.authframework.util.UuidUtilsKt.class - [JAR]

com.antelopesystem.authframework.authentication.device.model

├─ com.antelopesystem.authframework.authentication.device.model.EntityDevice.class - [JAR]

com.antelopesystem.authframework.authentication.device

├─ com.antelopesystem.authframework.authentication.device.EntityDeviceDao.class - [JAR]

├─ com.antelopesystem.authframework.authentication.device.EntityDeviceDaoImpl.class - [JAR]

├─ com.antelopesystem.authframework.authentication.device.EntityDeviceHandler.class - [JAR]

├─ com.antelopesystem.authframework.authentication.device.EntityDeviceHandlerImpl.class - [JAR]

com.antelopesystem.authframework.authentication.constraint

├─ com.antelopesystem.authframework.authentication.constraint.ActiveConstraintValidator.class - [JAR]

com.antelopesystem.authframework.authentication.method.nexmo

├─ com.antelopesystem.authframework.authentication.method.nexmo.NexmoAuthenticationMethodHandlerImpl.class - [JAR]

com.antelopesystem.authframework.token.type.base

├─ com.antelopesystem.authframework.token.type.base.AbstractTimestampAuthenticationHandler.class - [JAR]

├─ com.antelopesystem.authframework.token.type.base.TokenTypeHandler.class - [JAR]

com.antelopesystem.authframework.authentication.mfa.provider.base

├─ com.antelopesystem.authframework.authentication.mfa.provider.base.MfaProvider.class - [JAR]

├─ com.antelopesystem.authframework.authentication.mfa.provider.base.MfaType.class - [JAR]

com.antelopesystem.authframework.authentication.rules.anomaly

├─ com.antelopesystem.authframework.authentication.rules.anomaly.UnknownCountryAnomalyHandlerImpl.class - [JAR]

├─ com.antelopesystem.authframework.authentication.rules.anomaly.UnknownFingerprintAnomalyHandlerImpl.class - [JAR]

├─ com.antelopesystem.authframework.authentication.rules.anomaly.UnknownIpAnomalyHandlerImpl.class - [JAR]

├─ com.antelopesystem.authframework.authentication.rules.anomaly.UnknownUserAgentAnomalyHandlerImpl.class - [JAR]

com.antelopesystem.authframework.authentication.notifier

├─ com.antelopesystem.authframework.authentication.notifier.AuthenticationPostProcessor.class - [JAR]

├─ com.antelopesystem.authframework.authentication.notifier.AuthenticationPostProcessorImpl.class - [JAR]

com.antelopesystem.authframework.authentication

├─ com.antelopesystem.authframework.authentication.AccessDeniedException.class - [JAR]

├─ com.antelopesystem.authframework.authentication.AuthenticationMethodDTO.class - [JAR]

├─ com.antelopesystem.authframework.authentication.AuthenticationMethodException.class - [JAR]

├─ com.antelopesystem.authframework.authentication.AuthenticationService.class - [JAR]

├─ com.antelopesystem.authframework.authentication.AuthenticationServiceImpl.class - [JAR]

├─ com.antelopesystem.authframework.authentication.CustomAuthenticationEntryPoint.class - [JAR]

├─ com.antelopesystem.authframework.authentication.DeviceInfoProvider.class - [JAR]

├─ com.antelopesystem.authframework.authentication.LoginFailedException.class - [JAR]

├─ com.antelopesystem.authframework.authentication.RegistrationFailedException.class - [JAR]

├─ com.antelopesystem.authframework.authentication.RequestFailedException.class - [JAR]

├─ com.antelopesystem.authframework.authentication.UserPair.class - [JAR]

com.antelopesystem.authframework.integrations.nexmo

├─ com.antelopesystem.authframework.integrations.nexmo.NexmoClient.class - [JAR]

├─ com.antelopesystem.authframework.integrations.nexmo.NexmoClientProvider.class - [JAR]

├─ com.antelopesystem.authframework.integrations.nexmo.NumberRequestDTO.class - [JAR]

com.antelopesystem.authframework.authentication.filter

├─ com.antelopesystem.authframework.authentication.filter.AuthenticationTokenProcessingFilter.class - [JAR]

├─ com.antelopesystem.authframework.authentication.filter.MfaFilter.class - [JAR]

├─ com.antelopesystem.authframework.authentication.filter.PasswordExpiryFilter.class - [JAR]

com.antelopesystem.authframework.authentication.method.usernamepassword

├─ com.antelopesystem.authframework.authentication.method.usernamepassword.UsernamePasswordAuthenticationMethodHandlerImpl.class - [JAR]

com.antelopesystem.authframework.authentication.device.enums

├─ com.antelopesystem.authframework.authentication.device.enums.DeviceStatus.class - [JAR]

com.antelopesystem.authframework.authentication.method.google

├─ com.antelopesystem.authframework.authentication.method.google.GoogleAuthenticationMethodHandlerImpl.class - [JAR]

├─ com.antelopesystem.authframework.authentication.method.google.GoogleAuthenticationMethodHandlerImplKt.class - [JAR]

com.antelopesystem.authframework.authentication.log

├─ com.antelopesystem.authframework.authentication.log.ActionLog.class - [JAR]

├─ com.antelopesystem.authframework.authentication.log.AuthenticationLogAction.class - [JAR]

com.antelopesystem.authframework.authentication.rules.dto

├─ com.antelopesystem.authframework.authentication.rules.dto.DeviceInfo.class - [JAR]

com.antelopesystem.authframework.authentication.method.base

├─ com.antelopesystem.authframework.authentication.method.base.AuthenticationMethodHandler.class - [JAR]

com.antelopesystem.authframework.settings.model

├─ com.antelopesystem.authframework.settings.model.AuthenticatorSettings.class - [JAR]

├─ com.antelopesystem.authframework.settings.model.GoogleSettings.class - [JAR]

├─ com.antelopesystem.authframework.settings.model.NexmoSettings.class - [JAR]

├─ com.antelopesystem.authframework.settings.model.SecuritySettings.class - [JAR]

├─ com.antelopesystem.authframework.settings.model.Settings.class - [JAR]

com.antelopesystem.authframework.token

├─ com.antelopesystem.authframework.token.TokenAuthenticationProvider.class - [JAR]

├─ com.antelopesystem.authframework.token.TokenHandler.class - [JAR]

├─ com.antelopesystem.authframework.token.TokenHandlerImpl.class - [JAR]

com.antelopesystem.authframework.integrations.authenticator

├─ com.antelopesystem.authframework.integrations.authenticator.AuthenticatorClient.class - [JAR]

├─ com.antelopesystem.authframework.integrations.authenticator.AuthenticatorClientProvider.class - [JAR]

com.antelopesystem.authframework.authentication.rules.anomaly.base

├─ com.antelopesystem.authframework.authentication.rules.anomaly.base.DeviceAnomalyHandler.class - [JAR]

com.antelopesystem.authframework.authentication.method.authenticator

├─ com.antelopesystem.authframework.authentication.method.authenticator.AuthenticatorMethodHandlerImpl.class - [JAR]

com.antelopesystem.authframework.authentication.filter.base

├─ com.antelopesystem.authframework.authentication.filter.base.AbstractAuthenticatedFilter.class - [JAR]

├─ com.antelopesystem.authframework.authentication.filter.base.AbstractExceptionHandlingFilter.class - [JAR]

├─ com.antelopesystem.authframework.authentication.filter.base.RequestWrapper.class - [JAR]

com.antelopesystem.authframework.authentication.method.facebook

├─ com.antelopesystem.authframework.authentication.method.facebook.FacebookAuthenticationMethodHandlerImpl.class - [JAR]

├─ com.antelopesystem.authframework.authentication.method.facebook.FacebookAuthenticationMethodHandlerImplKt.class - [JAR]

├─ com.antelopesystem.authframework.authentication.method.facebook.FacebookDTO.class - [JAR]

├─ com.antelopesystem.authframework.authentication.method.facebook.FacebookErrorResponse.class - [JAR]

├─ com.antelopesystem.authframework.authentication.method.facebook.FacebookResponse.class - [JAR]

com.antelopesystem.authframework.authentication.method.emailpassword

├─ com.antelopesystem.authframework.authentication.method.emailpassword.EmailPasswordAuthenticationMethodHandlerImpl.class - [JAR]

com.antelopesystem.authframework.integrations.nexmo.exception

├─ com.antelopesystem.authframework.integrations.nexmo.exception.NexmoCooldownException.class - [JAR]

├─ com.antelopesystem.authframework.integrations.nexmo.exception.NexmoException.class - [JAR]

├─ com.antelopesystem.authframework.integrations.nexmo.exception.NexmoGeneralException.class - [JAR]

├─ com.antelopesystem.authframework.integrations.nexmo.exception.NexmoRequestNotFoundException.class - [JAR]

com.antelopesystem.authframework.authentication.constraint.base

├─ com.antelopesystem.authframework.authentication.constraint.base.AuthenticationConstraintValidator.class - [JAR]

com.antelopesystem.authframework.token.type.enums

├─ com.antelopesystem.authframework.token.type.enums.TokenType.class - [JAR]

com.antelopesystem.authframework.authentication.rules

├─ com.antelopesystem.authframework.authentication.rules.AuthenticationRule.class - [JAR]

├─ com.antelopesystem.authframework.authentication.rules.AuthenticationValidator.class - [JAR]

├─ com.antelopesystem.authframework.authentication.rules.AuthenticationValidatorImpl.class - [JAR]

├─ com.antelopesystem.authframework.authentication.rules.DeviceAnomalyType.class - [JAR]

├─ com.antelopesystem.authframework.authentication.rules.DeviceListener.class - [JAR]

├─ com.antelopesystem.authframework.authentication.rules.RuleActionType.class - [JAR]

com.antelopesystem.authframework.authentication.annotations

├─ com.antelopesystem.authframework.authentication.annotations.BypassMfa.class - [JAR]

├─ com.antelopesystem.authframework.authentication.annotations.BypassPasswordExpiredCheck.class - [JAR]

com.antelopesystem.authframework.geo

├─ com.antelopesystem.authframework.geo.DefaultGeoIpResolver.class - [JAR]

├─ com.antelopesystem.authframework.geo.GeoIpResolver.class - [JAR]

├─ com.antelopesystem.authframework.geo.MaxmindGeoIpResolver.class - [JAR]

com.antelopesystem.authframework.authentication.notifier.listener

├─ com.antelopesystem.authframework.authentication.notifier.listener.AuthenticationListener.class - [JAR]

├─ com.antelopesystem.authframework.authentication.notifier.listener.ForgotPasswordListener.class - [JAR]

├─ com.antelopesystem.authframework.authentication.notifier.listener.LoginListener.class - [JAR]

├─ com.antelopesystem.authframework.authentication.notifier.listener.RegistrationListener.class - [JAR]

com.antelopesystem.authframework.authentication.rules.action.base

├─ com.antelopesystem.authframework.authentication.rules.action.base.RuleActionHandler.class - [JAR]

com.antelopesystem.authframework.token.model

├─ com.antelopesystem.authframework.token.model.AuthToken.class - [JAR]

├─ com.antelopesystem.authframework.token.model.ExtendedTotpRequiredResultRO.class - [JAR]

├─ com.antelopesystem.authframework.token.model.TokenAuthentication.class - [JAR]

├─ com.antelopesystem.authframework.token.model.TokenAuthenticationRequest.class - [JAR]

├─ com.antelopesystem.authframework.token.model.TokenRequest.class - [JAR]

├─ com.antelopesystem.authframework.token.model.TokenResponse.class - [JAR]

com.antelopesystem.authframework.token.type

├─ com.antelopesystem.authframework.token.type.FingerprintedTimestampAuthenticationHandlerImpl.class - [JAR]

├─ com.antelopesystem.authframework.token.type.LegacyAuthenticationHandlerImpl.class - [JAR]

├─ com.antelopesystem.authframework.token.type.PFTAuthenticationHandlerImpl.class - [JAR]

├─ com.antelopesystem.authframework.token.type.TimestampAuthenticationHandlerImpl.class - [JAR]

com.antelopesystem.authframework.token.model.request

├─ com.antelopesystem.authframework.token.model.request.FingerprintedTimestampTokenRequest.class - [JAR]

├─ com.antelopesystem.authframework.token.model.request.LegacyTokenRequest.class - [JAR]

├─ com.antelopesystem.authframework.token.model.request.PFTTokenRequest.class - [JAR]

├─ com.antelopesystem.authframework.token.model.request.TimestampTokenRequest.class - [JAR]

com.antelopesystem.authframework.config

├─ com.antelopesystem.authframework.config.AuthFrameworkConfig.class - [JAR]

├─ com.antelopesystem.authframework.config.AuthFrameworkProperties.class - [JAR]

├─ com.antelopesystem.authframework.config.AuthFrameworkPropertiesKt.class - [JAR]

├─ com.antelopesystem.authframework.config.AuthFrameworkSecurityConfig.class - [JAR]

├─ com.antelopesystem.authframework.config.EnableAuthFramework.class - [JAR]

├─ com.antelopesystem.authframework.config.MaxmindProperties.class - [JAR]

com.antelopesystem.authframework.authentication.notifier.postaction

├─ com.antelopesystem.authframework.authentication.notifier.postaction.ExternalEntityCreator.class - [JAR]

com.antelopesystem.authframework.authentication.model

├─ com.antelopesystem.authframework.authentication.model.CustomParamsDTO.class - [JAR]

├─ com.antelopesystem.authframework.authentication.model.Entity.class - [JAR]

├─ com.antelopesystem.authframework.authentication.model.EntityAuthenticationMethod.class - [JAR]

├─ com.antelopesystem.authframework.authentication.model.EntityGrant.class - [JAR]

├─ com.antelopesystem.authframework.authentication.model.EntityMfaMethod.class - [JAR]

├─ com.antelopesystem.authframework.authentication.model.EntityPair.class - [JAR]

├─ com.antelopesystem.authframework.authentication.model.ForgotPasswordToken.class - [JAR]

├─ com.antelopesystem.authframework.authentication.model.GrantRO.class - [JAR]

├─ com.antelopesystem.authframework.authentication.model.MethodRequestPayload.class - [JAR]

├─ com.antelopesystem.authframework.authentication.model.Suspiciousness.class - [JAR]

├─ com.antelopesystem.authframework.authentication.model.UserInfo.class - [JAR]

com.antelopesystem.authframework.entity

├─ com.antelopesystem.authframework.entity.EntityHandler.class - [JAR]

├─ com.antelopesystem.authframework.entity.EntityHandlerImpl.class - [JAR]

com.antelopesystem.authframework.authentication.method.enums

├─ com.antelopesystem.authframework.authentication.method.enums.AuthenticationMethod.class - [JAR]

├─ com.antelopesystem.authframework.authentication.method.enums.UsernameType.class - [JAR]

com.antelopesystem.authframework.authentication.mfa

├─ com.antelopesystem.authframework.authentication.mfa.MfaService.class - [JAR]

├─ com.antelopesystem.authframework.authentication.mfa.MfaServiceImpl.class - [JAR]

├─ com.antelopesystem.authframework.authentication.mfa.MfaTrio.class - [JAR]

├─ com.antelopesystem.authframework.authentication.mfa.ProviderDTO.class - [JAR]

com.antelopesystem.authframework.settings

├─ com.antelopesystem.authframework.settings.SecuritySettingsHandler.class - [JAR]

├─ com.antelopesystem.authframework.settings.SecuritySettingsHandlerImpl.class - [JAR]