Uses of Interface
org.openiam.esb.repository.AuthStateRepository
-
Packages that use AuthStateRepository Package Description org.openiam.esb.core.batch.tasks org.openiam.esb.core.service.impl org.openiam.srvc.user -
-
Uses of AuthStateRepository in org.openiam.esb.core.batch.tasks
Fields in org.openiam.esb.core.batch.tasks declared as AuthStateRepository Modifier and Type Field Description protected AuthStateRepository
AbstractInitializer. authStateRepository
-
Uses of AuthStateRepository in org.openiam.esb.core.service.impl
Constructors in org.openiam.esb.core.service.impl with parameters of type AuthStateRepository 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)
-
Uses of AuthStateRepository in org.openiam.srvc.user
Constructors in org.openiam.srvc.user with parameters of type AuthStateRepository Constructor Description UserDataWebServiceImpl(UserServiceQueue queue, UserAuthParamQueue userAuthParamQueue, UserServiceQueue userServiceQueue, UserFindBeansQueue userFindBeansQueue, UserSaveQueue userSaveQueue, OrphanQueue orphanQueue, GetUserWithDependenciesQueue getUserWithDependenciesQueue, UserSuggestQueue suggestQueue, AccessCertificationQueue accessCertificationQueue, AuthStateRepository authStateRepository, AuthStateAuthParamXrefRepository authStateAuthParamXrefRepository, KeyManagementService keyManagementService)
-