jar

io.tech1.framework : tech1-framework-b2b-base-security-jwt

Maven & Gradle

Aug 19, 2023
Table Of Contents

Latest Version

Download io.tech1.framework : tech1-framework-b2b-base-security-jwt JAR file - Latest Versions:

All Versions

Download io.tech1.framework : tech1-framework-b2b-base-security-jwt JAR file - All Versions:

Version Vulnerabilities Size Updated
1.15
1.14

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 tech1-framework-b2b-base-security-jwt-1.15.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.tech1.framework.b2b.base.security.jwt.domain.dto.requests

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.requests.RequestNewInvitationCodeParams.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.requests.RequestUserChangePassword1.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.requests.RequestUserLogin.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.requests.RequestUserRegistration1.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.requests.RequestUserUpdate1.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.requests.RequestUserUpdate2.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.incidents.converters.impl

├─ io.tech1.framework.b2b.base.security.jwt.incidents.converters.impl.SecurityJwtIncidentConverterImpl.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.events.subscribers

├─ io.tech1.framework.b2b.base.security.jwt.events.subscribers.SecurityJwtIncidentSubscriber.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.events.subscribers.SecurityJwtSubscriber.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.domain.sessions

├─ io.tech1.framework.b2b.base.security.jwt.domain.sessions.Session.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.sessions.SessionsExpiredTable.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.constants

├─ io.tech1.framework.b2b.base.security.jwt.constants.SecurityJwtConstants.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.domain.security

├─ io.tech1.framework.b2b.base.security.jwt.domain.security.CurrentClientUser.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.assistants.current.base

├─ io.tech1.framework.b2b.base.security.jwt.assistants.current.base.BaseCurrentSessionAssistant.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.domain.identifiers

├─ io.tech1.framework.b2b.base.security.jwt.domain.identifiers.InvitationCodeId.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.identifiers.UserId.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.identifiers.UserSessionId.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.domain.db

├─ io.tech1.framework.b2b.base.security.jwt.domain.db.InvitationCode.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.db.UserSession.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.cookies

├─ io.tech1.framework.b2b.base.security.jwt.cookies.CookieProvider.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.domain.dto.responses

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.responses.ResponseInvitationCode.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.responses.ResponseInvitationCodes.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.responses.ResponseRefreshTokens.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.responses.ResponseSuperadminSessionsTable.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.responses.ResponseUserSession2.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.dto.responses.ResponseUserSessionsTable.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.filters

├─ io.tech1.framework.b2b.base.security.jwt.filters.AdvancedRequestLoggingFilter.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.filters.JwtTokensFilter.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.services.abstracts

├─ io.tech1.framework.b2b.base.security.jwt.services.abstracts.AbstractBaseInvitationCodesService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.abstracts.AbstractBaseRegistrationService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.abstracts.AbstractBaseSuperAdminService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.abstracts.AbstractBaseUsersService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.abstracts.AbstractBaseUsersSessionsService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.abstracts.AbstractTokensContextThrowerService.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.annotations

├─ io.tech1.framework.b2b.base.security.jwt.annotations.AbstractFrameworkBaseSecurityResource.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.repositories

├─ io.tech1.framework.b2b.base.security.jwt.repositories.InvitationCodesRepository.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.repositories.UsersRepository.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.repositories.UsersSessionsRepository.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.domain.events

├─ io.tech1.framework.b2b.base.security.jwt.domain.events.EventAuthenticationLogin.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.events.EventAuthenticationLoginFailure.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.events.EventAuthenticationLogout.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.events.EventRegistration1.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.events.EventRegistration1Failure.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.events.EventSessionAddUserRequestMetadata.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.events.EventSessionExpired.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.events.EventSessionRefreshed.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.comparators

├─ io.tech1.framework.b2b.base.security.jwt.comparators.SecurityJwtComparators.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.comparators.SecurityJwtSorts.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.assistants.userdetails

├─ io.tech1.framework.b2b.base.security.jwt.assistants.userdetails.AbstractJwtUserDetailsService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.assistants.userdetails.JwtUserDetailsService.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.utils.impl

├─ io.tech1.framework.b2b.base.security.jwt.utils.impl.HttpRequestUtilsImpl.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.utils.impl.SecurityJwtTokenUtilsImpl.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.utils.impl.SecurityPrincipalUtilsImpl.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.utils.impl.UserEmailUtilsImpl.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.tests.utilities

├─ io.tech1.framework.b2b.base.security.jwt.tests.utilities.BaseSecurityJwtJunitUtility.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.events.publishers.base

├─ io.tech1.framework.b2b.base.security.jwt.events.publishers.base.BaseSecurityJwtPublisher.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.configurations

├─ io.tech1.framework.b2b.base.security.jwt.configurations.AbstractApplicationSecurityJwtConfigurer.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.configurations.ApplicationBaseSecurityJwt.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.configurations.ApplicationBaseSecurityJwtMvc.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.domain.functions

├─ io.tech1.framework.b2b.base.security.jwt.domain.functions.FunctionAuthenticationLoginEmail.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.functions.FunctionSessionRefreshedEmail.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.incidents.converters

├─ io.tech1.framework.b2b.base.security.jwt.incidents.converters.SecurityJwtIncidentConverter.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.tasks

├─ io.tech1.framework.b2b.base.security.jwt.tasks.AbstractSuperAdminResetServerTask.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.events.subscribers.impl

├─ io.tech1.framework.b2b.base.security.jwt.events.subscribers.impl.SecurityJwtIncidentSubscriberImpl.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.crons

├─ io.tech1.framework.b2b.base.security.jwt.crons.SessionsCron.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.domain.enums

├─ io.tech1.framework.b2b.base.security.jwt.domain.enums.AccountAccessMethod.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.tests.random

├─ io.tech1.framework.b2b.base.security.jwt.tests.random.BaseSecurityJwtDbRandomUtility.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.tests.random.BaseSecurityJwtRandomUtility.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.resources

├─ io.tech1.framework.b2b.base.security.jwt.resources.BaseSecurityAuthenticationResource.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.resources.BaseSecurityInvitationCodesResource.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.resources.BaseSecurityRegistrationResource.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.resources.BaseSecurityUsersResource.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.resources.BaseSecurityUsersSessionsResource.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.resources.BaseSuperAdminResource.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.validators

├─ io.tech1.framework.b2b.base.security.jwt.validators.BaseAuthenticationRequestsValidator.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.validators.BaseInvitationCodesRequestsValidator.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.validators.BaseRegistrationRequestsValidator.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.validators.BaseUsersSessionsRequestsValidator.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.validators.BaseUsersValidator.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.sessions

├─ io.tech1.framework.b2b.base.security.jwt.sessions.AbstractSessionRegistry.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.sessions.SessionRegistry.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.events.publishers.impl

├─ io.tech1.framework.b2b.base.security.jwt.events.publishers.impl.SecurityJwtIncidentPublisherImpl.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.domain.jwt

├─ io.tech1.framework.b2b.base.security.jwt.domain.jwt.CookieAccessToken.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.jwt.CookieRefreshToken.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.jwt.JwtAccessToken.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.jwt.JwtRefreshToken.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.jwt.JwtTokenCreationParams.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.jwt.JwtTokenValidatedClaims.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.domain.jwt.JwtUser.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.services.impl

├─ io.tech1.framework.b2b.base.security.jwt.services.impl.TokensServiceImpl.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.impl.UsersEmailsServiceImpl.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.cookies.impl

├─ io.tech1.framework.b2b.base.security.jwt.cookies.impl.CookieProviderImpl.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.handlers.exceptions

├─ io.tech1.framework.b2b.base.security.jwt.handlers.exceptions.JwtAccessDeniedExceptionHandler.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.handlers.exceptions.JwtAuthenticationEntryPointExceptionHandler.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.handlers.exceptions.ResourceExceptionHandler.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.essense

├─ io.tech1.framework.b2b.base.security.jwt.essense.AbstractEssenceConstructor.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.essense.EssenceConstructor.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.startup

├─ io.tech1.framework.b2b.base.security.jwt.startup.BaseStartupEventListener.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.startup.DefaultStartupEventListener.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.assistants.current

├─ io.tech1.framework.b2b.base.security.jwt.assistants.current.CurrentSessionAssistant.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.utils

├─ io.tech1.framework.b2b.base.security.jwt.utils.HttpRequestUtils.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.utils.SecurityJwtTokenUtils.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.utils.SecurityPrincipalUtils.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.utils.UserEmailUtils.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.validators.abtracts

├─ io.tech1.framework.b2b.base.security.jwt.validators.abtracts.AbstractBaseInvitationCodesRequestsValidator.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.validators.abtracts.AbstractBaseRegistrationRequestsValidator.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.validators.abtracts.AbstractBaseUsersSessionsRequestsValidator.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.validators.abtracts.AbstractBaseUsersValidator.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.validators.base

├─ io.tech1.framework.b2b.base.security.jwt.validators.base.BaseBaseAuthenticationRequestsValidatorImpl.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.services

├─ io.tech1.framework.b2b.base.security.jwt.services.BaseInvitationCodesService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.BaseRegistrationService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.BaseSuperAdminService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.BaseUsersService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.BaseUsersSessionsService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.TokensContextThrowerService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.TokensService.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.services.UsersEmailsService.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.events.subscribers.base

├─ io.tech1.framework.b2b.base.security.jwt.events.subscribers.base.BaseSecurityJwtSubscriber.class - [JAR]

io.tech1.framework.b2b.base.security.jwt.events.publishers

├─ io.tech1.framework.b2b.base.security.jwt.events.publishers.SecurityJwtIncidentPublisher.class - [JAR]

├─ io.tech1.framework.b2b.base.security.jwt.events.publishers.SecurityJwtPublisher.class - [JAR]