Uses of Class
org.qubership.atp.itf.lite.backend.service.EncryptionService
Packages that use EncryptionService
-
Uses of EncryptionService in org.qubership.atp.itf.lite.backend.components.auth
Fields in org.qubership.atp.itf.lite.backend.components.auth declared as EncryptionServiceModifier and TypeFieldDescriptionprotected final EncryptionServiceAbstractAuthorizationStrategy.encryptionServiceConstructors in org.qubership.atp.itf.lite.backend.components.auth with parameters of type EncryptionServiceModifierConstructorDescriptionBasicRequestAuthorizationStrategy(EncryptionService encryptionService) BearerAuthorizationStrategy(EncryptionService encryptionService) InheritFromParentAuthorizationStrategy(EncryptionService encryptionService) OAuth1RequestAuthorizationStrategy(EncryptionService encryptionService, org.modelmapper.ModelMapper modelMapper) OAuth2RequestAuthorizationStrategy(RestTemplateService restTemplateService, EncryptionService encryptionService, org.modelmapper.ModelMapper modelMapper) Constructor for OAuth2RequestAuthorizationStrategy.