Uses of Interface
org.openiam.esb.am.service.URIFederationService
-
Packages that use URIFederationService Package Description org.openiam.esb.am.service.impl org.openiam.esb.core.auth.module org.openiam.esb.core.service.impl -
-
Uses of URIFederationService in org.openiam.esb.am.service.impl
Classes in org.openiam.esb.am.service.impl that implement URIFederationService Modifier and Type Class Description class
URIFederationServiceImpl
-
Uses of URIFederationService in org.openiam.esb.core.auth.module
Fields in org.openiam.esb.core.auth.module declared as URIFederationService Modifier and Type Field Description protected URIFederationService
AbstractLoginModule. uriFederationService
-
Uses of URIFederationService in org.openiam.esb.core.service.impl
Constructors in org.openiam.esb.core.service.impl with parameters of type URIFederationService 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)
-