Uses of Interface
org.openiam.esb.repository.OTPProviderRepository
-
Packages that use OTPProviderRepository Package Description org.openiam.esb.core.otp.service.imp org.openiam.esb.core.service.impl -
-
Uses of OTPProviderRepository in org.openiam.esb.core.otp.service.imp
Constructors in org.openiam.esb.core.otp.service.imp with parameters of type OTPProviderRepository Constructor Description OTPProviderServiceImpl(OTPProviderRepository dbRepository, OtpProviderDozerConverter converter, OtpProviderAttributeDozerConverter attributeDozerConverter, org.springframework.vault.core.VaultTemplate vaultTemplate)
-
Uses of OTPProviderRepository in org.openiam.esb.core.service.impl
Constructors in org.openiam.esb.core.service.impl with parameters of type OTPProviderRepository Constructor Description AuthenticationServiceImpl(AuthStateRepository authStateRepository, LanguageMQService languageMQService, URIFederationService uriFederationService, AuthStateAuthParamXrefRepository authStateAuthParamXrefRepository, PolicyService policyService, AuditLogHelper auditLogHelper, DeviceDataService deviceService, URIPatternRepository uriPatternRepository, OTPProviderRepository otpProviderRepository, ContentProviderRepository contentProviderRepository, DefaultChallengeResponseValidator challengeResponseValidator, ManagedSystemCache managedSystemCache, GeoLocationIpService geoLocationIpService, MailRabbitMQService mailMQService, AuthProviderCache authProviderCache, LoginDataService loginManager, UserDataService userManager, AuthProviderRepository authProviderRepository, PhoneDozerConverter phoneDozerConverter, AuditLogService auditLogService, EmailAddressDozerConverter emailAddressDozerConverter, SSOTokenModule defaultSSOToken, ScriptIntegration scriptRunner, UserAuthParamRepository userAuthParamRepository, PolicyCache policyCache, KeyManagementService keyManagementService, LoginRepository loginRepository, PropertyValueCache propertyValueCache, CustomJacksonMapper jacksonMapper, SysConfiguration sysConfiguration, OTPModuleFactory otpModuleFactory)
-