View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window auth-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
studio.crud.feature.auth.token
├─ studio.crud.feature.auth.token.TokenHandler.class - [JAR]
├─ studio.crud.feature.auth.token.TokenHandlerImpl.class - [JAR]
studio.crud.feature.auth.security.spring
├─ studio.crud.feature.auth.security.spring.SpringSecurityExpressionHandler.class - [JAR]
studio.crud.feature.auth.authentication.mfa.provider.authenticator.model
├─ studio.crud.feature.auth.authentication.mfa.provider.authenticator.model.AuthenticatorMfaPayloadDTO.class - [JAR]
studio.crud.feature.auth.entity.model
├─ studio.crud.feature.auth.entity.model.Entity.class - [JAR]
├─ studio.crud.feature.auth.entity.model.EntityAuthenticationMethod.class - [JAR]
├─ studio.crud.feature.auth.entity.model.EntityMfaMethod.class - [JAR]
studio.crud.feature.auth.config
├─ studio.crud.feature.auth.config.AuthFeatureAutoConfiguration.class - [JAR]
├─ studio.crud.feature.auth.config.AuthSpringConfig.class - [JAR]
studio.crud.feature.auth.trait
├─ studio.crud.feature.auth.trait.CommonTraits.class - [JAR]
├─ studio.crud.feature.auth.trait.RequestAuthenticationTraitResolver.class - [JAR]
├─ studio.crud.feature.auth.trait.RequestAuthenticationTraitResolverImpl.class - [JAR]
studio.crud.feature.auth.authentication.mfa.provider.authenticator
├─ studio.crud.feature.auth.authentication.mfa.provider.authenticator.AuthenticatorMfaProvider.class - [JAR]
studio.crud.feature.auth.exception
├─ studio.crud.feature.auth.exception.AuthenticationMethodNotPasswordBasedException.class - [JAR]
├─ studio.crud.feature.auth.exception.AuthenticationMethodNotSupportedException.class - [JAR]
├─ studio.crud.feature.auth.exception.AuthenticatorInvalidCodeException.class - [JAR]
├─ studio.crud.feature.auth.exception.CrudActionNotAllowedException.class - [JAR]
├─ studio.crud.feature.auth.exception.EmailInUseException.class - [JAR]
├─ studio.crud.feature.auth.exception.EntityAlreadyExistsException.class - [JAR]
├─ studio.crud.feature.auth.exception.EntityNotFoundByIdException.class - [JAR]
├─ studio.crud.feature.auth.exception.EntityNotFoundException.class - [JAR]
├─ studio.crud.feature.auth.exception.FacebookTokenParsingFailedException.class - [JAR]
├─ studio.crud.feature.auth.exception.FacebookUidMismatchException.class - [JAR]
├─ studio.crud.feature.auth.exception.ForgotPasswordNotSupportedException.class - [JAR]
├─ studio.crud.feature.auth.exception.GoogleIncorrectClientIdException.class - [JAR]
├─ studio.crud.feature.auth.exception.GoogleTokenVerificationFailedException.class - [JAR]
├─ studio.crud.feature.auth.exception.GoogleUidMismatchException.class - [JAR]
├─ studio.crud.feature.auth.exception.InvalidEmailOrPasswordException.class - [JAR]
├─ studio.crud.feature.auth.exception.InvalidForgotPasswordTokenException.class - [JAR]
├─ studio.crud.feature.auth.exception.InvalidTokenException.class - [JAR]
├─ studio.crud.feature.auth.exception.MfaIssueNotSupportedException.class - [JAR]
├─ studio.crud.feature.auth.exception.MfaProviderAlreadyConfiguredForEntityException.class - [JAR]
├─ studio.crud.feature.auth.exception.MfaProviderNotConfiguredForEntityException.class - [JAR]
├─ studio.crud.feature.auth.exception.MfaProviderNotSupportedException.class - [JAR]
├─ studio.crud.feature.auth.exception.MfaRequiredException.class - [JAR]
├─ studio.crud.feature.auth.exception.MfaValidateNotSupportedException.class - [JAR]
├─ studio.crud.feature.auth.exception.NexmoCooldownException.class - [JAR]
├─ studio.crud.feature.auth.exception.NexmoException.class - [JAR]
├─ studio.crud.feature.auth.exception.NexmoGeneralException.class - [JAR]
├─ studio.crud.feature.auth.exception.NexmoInvalidCodeException.class - [JAR]
├─ studio.crud.feature.auth.exception.NexmoRequestNotFoundException.class - [JAR]
├─ studio.crud.feature.auth.exception.NoMfaSetupInProgressException.class - [JAR]
├─ studio.crud.feature.auth.exception.OldPasswordMismatchException.class - [JAR]
├─ studio.crud.feature.auth.exception.PasswordChangeRequiredException.class - [JAR]
├─ studio.crud.feature.auth.exception.RegistrationNotInitializedException.class - [JAR]
├─ studio.crud.feature.auth.exception.TelephoneInUseException.class - [JAR]
studio.crud.feature.auth.authentication.rules.anomaly.base
├─ studio.crud.feature.auth.authentication.rules.anomaly.base.DeviceAnomalyHandler.class - [JAR]
studio.crud.feature.auth.provider
├─ studio.crud.feature.auth.provider.TokenAuthenticationProvider.class - [JAR]
studio.crud.feature.auth.authentication.device.model
├─ studio.crud.feature.auth.authentication.device.model.EntityDevice.class - [JAR]
studio.crud.feature.auth.model
├─ studio.crud.feature.auth.model.ParsedStatelessToken.class - [JAR]
├─ studio.crud.feature.auth.model.TokenAuthentication.class - [JAR]
├─ studio.crud.feature.auth.model.TokenAuthenticationRequest.class - [JAR]
├─ studio.crud.feature.auth.model.TokenPayload.class - [JAR]
├─ studio.crud.feature.auth.model.UserInfo.class - [JAR]
studio.crud.feature.auth.token.security.model
├─ studio.crud.feature.auth.token.security.model.ApiAuthenticationRequest.class - [JAR]
studio.crud.feature.auth.authentication.device
├─ studio.crud.feature.auth.authentication.device.EntityDeviceDao.class - [JAR]
├─ studio.crud.feature.auth.authentication.device.EntityDeviceDaoImpl.class - [JAR]
├─ studio.crud.feature.auth.authentication.device.EntityDeviceHandler.class - [JAR]
├─ studio.crud.feature.auth.authentication.device.EntityDeviceHandlerImpl.class - [JAR]
studio.crud.feature.auth.authentication
├─ studio.crud.feature.auth.authentication.AuthenticationService.class - [JAR]
├─ studio.crud.feature.auth.authentication.AuthenticationServiceImpl.class - [JAR]
studio.crud.feature.auth.authentication.mfa.provider.nexmo
├─ studio.crud.feature.auth.authentication.mfa.provider.nexmo.NexmoMfaProvider.class - [JAR]
studio.crud.feature.auth.filter
├─ studio.crud.feature.auth.filter.AuthenticationFilter.class - [JAR]
studio.crud.feature.auth.authentication.method.facebook.model
├─ studio.crud.feature.auth.authentication.method.facebook.model.FacebookAuthenticationPayloadDTO.class - [JAR]
├─ studio.crud.feature.auth.authentication.method.facebook.model.FacebookErrorResponse.class - [JAR]
├─ studio.crud.feature.auth.authentication.method.facebook.model.FacebookResponse.class - [JAR]
├─ studio.crud.feature.auth.authentication.method.facebook.model.FacebookResponsePojo.class - [JAR]
studio.crud.feature.auth.authentication.method.google.model
├─ studio.crud.feature.auth.authentication.method.google.model.GoogleAuthenticationPayloadDTO.class - [JAR]
studio.crud.feature.auth.token.metadata.model
├─ studio.crud.feature.auth.token.metadata.model.TokenMetadata.class - [JAR]
studio.crud.feature.auth.authentication.method.nexmo
├─ studio.crud.feature.auth.authentication.method.nexmo.NexmoAuthenticationMethodHandlerImpl.class - [JAR]
studio.crud.feature.auth.config.properties
├─ studio.crud.feature.auth.config.properties.AuthProperties.class - [JAR]
├─ studio.crud.feature.auth.config.properties._constantsKt.class - [JAR]
studio.crud.feature.auth.constraint
├─ studio.crud.feature.auth.constraint.AuthenticationConstraintValidator.class - [JAR]
studio.crud.feature.auth.integrations.nexmo
├─ studio.crud.feature.auth.integrations.nexmo.NexmoBypassNumberPojo.class - [JAR]
├─ studio.crud.feature.auth.integrations.nexmo.NexmoClient.class - [JAR]
├─ studio.crud.feature.auth.integrations.nexmo.NexmoCodeLength.class - [JAR]
├─ studio.crud.feature.auth.integrations.nexmo.NumberRequestDTO.class - [JAR]
studio.crud.feature.auth.controller.secure
├─ studio.crud.feature.auth.controller.secure.MfaController.class - [JAR]
├─ studio.crud.feature.auth.controller.secure.SelfController.class - [JAR]
├─ studio.crud.feature.auth.controller.secure._constantsKt.class - [JAR]
studio.crud.feature.auth.flyway
├─ studio.crud.feature.auth.flyway.AuthFlywayLocationProvider.class - [JAR]
studio.crud.feature.auth.authentication.method.google
├─ studio.crud.feature.auth.authentication.method.google.GoogleAuthenticationMethodHandlerImpl.class - [JAR]
studio.crud.feature.auth.security.crud
├─ studio.crud.feature.auth.security.crud.CrudPreAuthorizeCrudControllerHooks.class - [JAR]
studio.crud.feature.auth.authentication.method.emailpassword.model
├─ studio.crud.feature.auth.authentication.method.emailpassword.model.EmailPasswordAuthenticationPayloadDTO.class - [JAR]
studio.crud.feature.auth.integrations.authenticator
├─ studio.crud.feature.auth.integrations.authenticator.AuthenticatorClient.class - [JAR]
studio.crud.feature.auth.authentication.notifier
├─ studio.crud.feature.auth.authentication.notifier.AuthenticationPostProcessor.class - [JAR]
├─ studio.crud.feature.auth.authentication.notifier.AuthenticationPostProcessorImpl.class - [JAR]
studio.crud.feature.auth.trait.annotations
├─ studio.crud.feature.auth.trait.annotations.AuthenticationTrait.class - [JAR]
├─ studio.crud.feature.auth.trait.annotations.AuthenticationTraits.class - [JAR]
studio.crud.feature.auth.config.properties.authentication
├─ studio.crud.feature.auth.config.properties.authentication.EmailPasswordAuthenticationProperties.class - [JAR]
├─ studio.crud.feature.auth.config.properties.authentication.FacebookAuthenticationProperties.class - [JAR]
├─ studio.crud.feature.auth.config.properties.authentication.GoogleAuthenticationProperties.class - [JAR]
├─ studio.crud.feature.auth.config.properties.authentication.NexmoAuthenticationProperties.class - [JAR]
studio.crud.feature.auth.controller
├─ studio.crud.feature.auth.controller.ForgotPasswordController.class - [JAR]
├─ studio.crud.feature.auth.controller.LoginController.class - [JAR]
├─ studio.crud.feature.auth.controller.RegistrationController.class - [JAR]
├─ studio.crud.feature.auth.controller._constantsKt.class - [JAR]
studio.crud.feature.auth.authentication.mfa.provider.nexmo.model
├─ studio.crud.feature.auth.authentication.mfa.provider.nexmo.model.NexmoMfaPayloadDTO.class - [JAR]
studio.crud.feature.auth.authentication.mfa.model
├─ studio.crud.feature.auth.authentication.mfa.model.MfaAvailableProviderDTO.class - [JAR]
├─ studio.crud.feature.auth.authentication.mfa.model.MfaTypePairPojo.class - [JAR]
studio.crud.feature.auth
├─ studio.crud.feature.auth.RestAuthenticationEntryPoint.class - [JAR]
studio.crud.feature.auth.authentication.mfa
├─ studio.crud.feature.auth.authentication.mfa.MfaService.class - [JAR]
├─ studio.crud.feature.auth.authentication.mfa.MfaServiceImpl.class - [JAR]
studio.crud.feature.auth.authentication.rules.anomaly
├─ studio.crud.feature.auth.authentication.rules.anomaly.UnknownCountryAnomalyHandlerImpl.class - [JAR]
├─ studio.crud.feature.auth.authentication.rules.anomaly.UnknownFingerprintAnomalyHandlerImpl.class - [JAR]
├─ studio.crud.feature.auth.authentication.rules.anomaly.UnknownIpAnomalyHandlerImpl.class - [JAR]
├─ studio.crud.feature.auth.authentication.rules.anomaly.UnknownUserAgentAnomalyHandlerImpl.class - [JAR]
studio.crud.feature.auth.authentication.method.emailpassword
├─ studio.crud.feature.auth.authentication.method.emailpassword.EmailPasswordAuthenticationMethodHandlerImpl.class - [JAR]
studio.crud.feature.auth.authentication.validation
├─ studio.crud.feature.auth.authentication.validation.ChangePasswordValidation.class - [JAR]
├─ studio.crud.feature.auth.authentication.validation.InitializeForgotPasswordValidation.class - [JAR]
├─ studio.crud.feature.auth.authentication.validation.InitializeLoginValidation.class - [JAR]
├─ studio.crud.feature.auth.authentication.validation.InitializeRegistrationValidation.class - [JAR]
├─ studio.crud.feature.auth.authentication.validation.LoginValidation.class - [JAR]
├─ studio.crud.feature.auth.authentication.validation.RegistrationValidation.class - [JAR]
studio.crud.feature.auth.util
├─ studio.crud.feature.auth.util.HashingUtilKt.class - [JAR]
studio.crud.feature.auth.authentication.method.facebook
├─ studio.crud.feature.auth.authentication.method.facebook.FacebookAuthenticationMethodHandlerImpl.class - [JAR]
studio.crud.feature.auth.security.crud.annotations
├─ studio.crud.feature.auth.security.crud.annotations.PreAuthorizeCreate.class - [JAR]
├─ studio.crud.feature.auth.security.crud.annotations.PreAuthorizeDelete.class - [JAR]
├─ studio.crud.feature.auth.security.crud.annotations.PreAuthorizeRead.class - [JAR]
├─ studio.crud.feature.auth.security.crud.annotations.PreAuthorizeUpdate.class - [JAR]
studio.crud.feature.auth.config.properties.mfa
├─ studio.crud.feature.auth.config.properties.mfa.AuthenticatorMfaProperties.class - [JAR]
├─ studio.crud.feature.auth.config.properties.mfa.NexmoMfaProperties.class - [JAR]
studio.crud.feature.auth.annotations
├─ studio.crud.feature.auth.annotations.IgnoreMfa.class - [JAR]
├─ studio.crud.feature.auth.annotations.IgnorePasswordExpired.class - [JAR]
studio.crud.feature.auth.authentication.method.nexmo.model
├─ studio.crud.feature.auth.authentication.method.nexmo.model.NexmoAuthenticationPayloadDTO.class - [JAR]
studio.crud.feature.auth.authentication.mfa.provider.base
├─ studio.crud.feature.auth.authentication.mfa.provider.base.MfaProvider.class - [JAR]
studio.crud.feature.auth.jwt
├─ studio.crud.feature.auth.jwt.JwtHandler.class - [JAR]
├─ studio.crud.feature.auth.jwt.JwtHandlerImpl.class - [JAR]
studio.crud.feature.auth.authentication.rules.action.base
├─ studio.crud.feature.auth.authentication.rules.action.base.RuleActionHandler.class - [JAR]
studio.crud.feature.auth.entity
├─ studio.crud.feature.auth.entity.EntityHandler.class - [JAR]
├─ studio.crud.feature.auth.entity.EntityHandlerImpl.class - [JAR]
studio.crud.feature.auth.authentication.method.enums
├─ studio.crud.feature.auth.authentication.method.enums.AuthenticationMethodType.class - [JAR]
├─ studio.crud.feature.auth.authentication.method.enums.UsernameType.class - [JAR]
studio.crud.feature.auth.authentication.notifier.listener
├─ studio.crud.feature.auth.authentication.notifier.listener.AuthenticationListener.class - [JAR]
├─ studio.crud.feature.auth.authentication.notifier.listener.ForgotPasswordListener.class - [JAR]
├─ studio.crud.feature.auth.authentication.notifier.listener.LoginListener.class - [JAR]
├─ studio.crud.feature.auth.authentication.notifier.listener.RegistrationListener.class - [JAR]
studio.crud.feature.auth.token.metadata
├─ studio.crud.feature.auth.token.metadata.TokenMetadataHandler.class - [JAR]
├─ studio.crud.feature.auth.token.metadata.TokenMetadataHandlerImpl.class - [JAR]
studio.crud.feature.auth.authentication.rules
├─ studio.crud.feature.auth.authentication.rules.AuthenticationRule.class - [JAR]
├─ studio.crud.feature.auth.authentication.rules.AuthenticationValidator.class - [JAR]
├─ studio.crud.feature.auth.authentication.rules.AuthenticationValidatorImpl.class - [JAR]
├─ studio.crud.feature.auth.authentication.rules.DeviceAnomalyType.class - [JAR]
├─ studio.crud.feature.auth.authentication.rules.DeviceListener.class - [JAR]
├─ studio.crud.feature.auth.authentication.rules.RuleActionType.class - [JAR]
studio.crud.feature.auth.authentication.device.enums
├─ studio.crud.feature.auth.authentication.device.enums.DeviceStatus.class - [JAR]
studio.crud.feature.auth.authentication.model
├─ studio.crud.feature.auth.authentication.model.AuthenticationResultDTO.class - [JAR]
├─ studio.crud.feature.auth.authentication.model.CustomParamsDTO.class - [JAR]
├─ studio.crud.feature.auth.authentication.model.ForgotPasswordToken.class - [JAR]
├─ studio.crud.feature.auth.authentication.model.MethodRequestPayload.class - [JAR]
studio.crud.feature.auth.authentication.mfa.enums
├─ studio.crud.feature.auth.authentication.mfa.enums.MfaType.class - [JAR]
studio.crud.feature.auth.grant
├─ studio.crud.feature.auth.grant.GrantProvider.class - [JAR]
studio.crud.feature.auth.authentication.method.base
├─ studio.crud.feature.auth.authentication.method.base.AuthenticationMethodHandler.class - [JAR]
studio.crud.feature.auth.resolvers
├─ studio.crud.feature.auth.resolvers.EntityInternalIdResolver.class - [JAR]