Uses of Interface
org.qubership.atp.environments.service.direct.EncryptorService
Packages that use EncryptorService
Package
Description
-
Uses of EncryptorService in org.qubership.atp.environments.db.changes.v1.encrypting
Constructors in org.qubership.atp.environments.db.changes.v1.encrypting with parameters of type EncryptorServiceModifierConstructorDescriptionEncryptingCustomTask(EncryptorService encryptor, ConnectionRepositoryImpl connectionRepository) -
Uses of EncryptorService in org.qubership.atp.environments.db.changes.v3
Constructors in org.qubership.atp.environments.db.changes.v3 with parameters of type EncryptorServiceModifierConstructorDescriptionEncryptingSshKeyCustomTask(EncryptorService encryptor, ConnectionRepositoryImpl connectionRepository) -
Uses of EncryptorService in org.qubership.atp.environments.repo.impl
Constructors in org.qubership.atp.environments.repo.impl with parameters of type EncryptorServiceModifierConstructorDescriptionConnectionRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<ConnectionRepositoryImpl> connectionRepo, EncryptorService encryptorService, javax.inject.Provider<SystemRepositoryImpl> systemRepo, CommitEntityService<System> commitEntityService, KafkaService kafkaService) Constructor of Connection Repository. -
Uses of EncryptorService in org.qubership.atp.environments.service.direct.impl
Classes in org.qubership.atp.environments.service.direct.impl that implement EncryptorServiceConstructors in org.qubership.atp.environments.service.direct.impl with parameters of type EncryptorServiceModifierConstructorDescriptionSystemServiceImpl(SystemRepositoryImpl systemRepository, ConnectionRepositoryImpl connectionRepository, ConnectionService connectionService, SystemCategoriesService systemCategoriesService, DateTimeUtil dateTimeUtil, EnvironmentRepositoryImpl environmentRepository, EncryptorService encryptorService, DecryptorService decryptorService, org.qubership.atp.auth.springbootstarter.ssl.Provider<org.qubership.atp.auth.springbootstarter.entities.UserInfo> userInfoProvider, KafkaService kafkaService, RegexpHandler regexpHandler, JsonPathHandler jsonPathHandler, VersionCheckerFactory versionCheckerFactory, MetricService metricService) TODO Make javadoc documentation for this method.