Uses of Interface
org.openiam.esb.repository.UserAuthParamRepository
-
Packages that use UserAuthParamRepository Package Description org.openiam.esb.core.auth.module org.openiam.esb.core.service.impl -
-
Uses of UserAuthParamRepository in org.openiam.esb.core.auth.module
Fields in org.openiam.esb.core.auth.module declared as UserAuthParamRepository Modifier and Type Field Description protected UserAuthParamRepository
AbstractLoginModule. userAuthParamRepository
-
Uses of UserAuthParamRepository in org.openiam.esb.core.service.impl
Fields in org.openiam.esb.core.service.impl declared as UserAuthParamRepository Modifier and Type Field Description protected UserAuthParamRepository
AuthenticationServiceImpl. userAuthParamRepository
protected UserAuthParamRepository
LoginDataServiceImpl. userAuthParamRepository
Constructors in org.openiam.esb.core.service.impl with parameters of type UserAuthParamRepository 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)
-