All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download auth-infrastructure-database-mongo JAR 4.0.4 with all dependencies


Auth lib for FTL projects

Files of the artifact auth-infrastructure-database-mongo version 4.0.4 from the group io.foodtechlab.

Test

Artifact auth-infrastructure-database-mongo
Group io.foodtechlab
Version 4.0.4
Last update 14. February 2024
Tags: projects auth
Organization not specified
URL https://foodtechlab.io/auth-infrastructure-database-mongo
License MIT License
Dependencies amount 6
Dependencies rcore-database-mongo-commons, auth-domain, common-entities-mongo, rcore-commons, lombok, mapstruct,
There are maybe transitive dependencies!
There is a newer version: 4.1.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of auth-infrastructure-database-mongo Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of auth-infrastructure-database-mongo version 4.0.4

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.io.foodtechlab.auth-infrastructure-database-mongo
META-INF.maven.io.foodtechlab.auth-infrastructure-database-mongo.META-INF.maven.io.foodtechlab.auth-infrastructure-database-mongo.pom.properties
META-INF.maven.io.foodtechlab.auth-infrastructure-database-mongo.META-INF.maven.io.foodtechlab.auth-infrastructure-database-mongo.pom.xml
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.ObjectIdMapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.mapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.mapper.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.mapper.AuthorizationSessionDocMapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.model
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.model.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.model.AuthSessionDoc
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.port
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.port.MongoAuthorizationSessionIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.port.MongoAuthorizationSessionRepository
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.FindByClientInfoInDayQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.FindByDeviceIdAndTypeInDayQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.FindByIpAndTypeInDayQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.FindByLoginDetailsAndTypeInDayQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.FindByLoginDetailsInDayQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.FindPendingConfirmationByLoginDetailsQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.query.FindWithFiltersQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.mapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.mapper.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.mapper.ConfirmationCodeDocMapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.model
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.model.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.model.ConfirmationCodeDoc
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.port
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.port.MongoConfirmationCodeIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.port.MongoConfirmationCodeRepository
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.query
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.query.FindByLoginTypeQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.query.FindCodeBySessionQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.query.FindLastNotConfirmedForCredentialQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.query.FindWithFiltersQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.mapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.mapper.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.mapper.ConfirmationCodeSendingTaskDocMapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.model
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.model.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.model.ConfirmationCodeSendingTaskDoc
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.port
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.port.MongoConfirmationCodeSendingTaskIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.port.MongoConfirmationCodeSendingTaskRepository
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.query
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCodeSendingTask.query.FindPendingQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.mapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.mapper.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.mapper.CredentialDocMapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.model
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.model.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.model.CredentialDoc
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.port
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.port.MongoCredentialIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.port.MongoCredentialRepository
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.FindByEmailQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.FindByLoginDetailsQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.FindByPhoneQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.FindByUsernameQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.FindCredentialWithFiltersQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.FindWithFiltersQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.query.FindWithFiltersRoleQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.documents
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.documents.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.documents.MigrationDoc
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.base
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.base.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.base.IMigrateToVersion
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.from
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.from.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.from.CredentialDocFromV3_1_7
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.from.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.from.RoleDocFromV3_1_7
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.migration
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.migration.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.migration.MigrateToV3_1_7
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.to
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.to.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.to.CredentialDocToV3_1_7
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.to.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.manualMigrations.v3_1_7.to.RoleDocToV3_1_7
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.mapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.mapper.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.mapper.MigrationMapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.port
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.port.MongoMigrationIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.port.MongoMigrationRepository
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.query
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.migration.query.FindWithFiltersQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.preference.mapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.preference.mapper.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.preference.mapper.ServicePreferenceDocMapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.preference.model
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.preference.model.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.preference.model.ServicePreferenceDoc
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.preference.port
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.preference.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.preference.port.MongoServicePreferenceIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.preference.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.preference.port.MongoServicePreferenceRepository
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.mapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.mapper.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.mapper.RoleDocMapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.model
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.model.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.model.RoleDoc
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.port
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.port.MongoRoleIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.port.MongoRoleRepository
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.query
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.query.DeleteAccessFromRolesQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.query.FindByCodeQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.query.FindRoleWithFiltersQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.mapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.mapper.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.mapper.RoleAccessDocMapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.model
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.model.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.model.RoleAccessDoc
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.port
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.port.MongoRoleAccessIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.port.MongoRoleAccessRepository
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.query
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.query.FindAccessesByRoleIdsQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.query.FindGodModeAccessQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.roleAccess.query.FindRoleAccessWithFiltersQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.mapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.mapper.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.mapper.AccessTokenDocMapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.mapper.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.mapper.RefreshTokenDocMapper
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.model
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.model.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.model.AccessTokenDoc
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.model.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.model.RefreshTokenDoc
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.port
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.port.MongoAccessTokenIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.port.MongoAccessTokenRepository
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.port.MongoRefreshTokenIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.port.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.port.MongoRefreshTokenRepository
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.DeactivateAllAccessTokenByRefreshTokenIdQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.DeactivateAllTokensByCredentialQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ExpireAccessTokenByRefreshTokenQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ExpireAccessTokenQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ExpireRefreshTokenQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.FindAccessTokensByRefreshTokenQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.FindAccessTokensQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.FindAllActiveByUserIdQuery
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.query.FindRefreshTokensQuery




© 2015 - 2025 Weber Informatics LLC | Privacy Policy