Uses of Interface
org.openiam.esb.repository.LoginRepository
-
-
Uses of LoginRepository in org.openiam.esb.core.auth.module
Fields in org.openiam.esb.core.auth.module declared as LoginRepository Modifier and Type Field Description protected LoginRepository
AbstractLoginModule. loginRepository
-
Uses of LoginRepository in org.openiam.esb.core.pswd.rule
Fields in org.openiam.esb.core.pswd.rule declared as LoginRepository Modifier and Type Field Description protected LoginRepository
PasswordValidatorImpl. loginDao
-
Uses of LoginRepository in org.openiam.esb.core.pswd.service.impl
Constructors in org.openiam.esb.core.pswd.service.impl with parameters of type LoginRepository Constructor Description PasswordPolicyProviderImpl(ContentProviderRepository contentProviderDAO, PolicyRepository policyDAO, SysConfiguration sysConfiguration, PolicyDozerConverter policyDozerConverter, URIPatternRepository uriPatternDAO, AuthManagerMQService authManager, RoleRepository roleRepository, GroupRepository groupRepository, OrganizationRepository organizationRepository, DefaultPasswordPolicyResolver policyResolver, LoginRepository loginDAO, ManagedSysRepository managedSysDAO, AuthProviderCache authProviderCache, PolicyCache policyCache)
-
Uses of LoginRepository in org.openiam.esb.core.service.impl
Fields in org.openiam.esb.core.service.impl declared as LoginRepository Modifier and Type Field Description protected LoginRepository
LoginDataServiceImpl. loginRepository
Constructors in org.openiam.esb.core.service.impl with parameters of type LoginRepository 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)
FidoAuthenticatorDataServiceImpl(FidoAuthenticatorRepository fidoAuthenticatorRepository, FidoAuthenticatorDozerConverter fidoAuthenticatorDozerConverter, LoginRepository loginRepository, PropertyValueCache propertyValueService)
-
Uses of LoginRepository in org.openiam.esb.core.user.service.impl
Constructors in org.openiam.esb.core.user.service.impl with parameters of type LoginRepository Constructor Description OrphanServiceImpl(ManagedSysRepository managedSysRepository, OrphanElasticSearchRepository orphanRepo, UserMgr userService, ProvisionQueue provisionQueue, RabbitMQSender rabbitMQSender, UserRabbitMQService userRabbitMQService, OrphanDocumentToEntityConverter converter, PropertyValueCache propertyValueService, LoginRepository loginDao, AuditLogHelper auditLogHelper, UserSaveQueue userSaveQueue)
-