Uses of Class
org.openiam.common.beans.cache.PolicyCache
-
Packages that use PolicyCache Package Description org.openiam.esb.core.auth.module org.openiam.esb.core.pswd.service.impl org.openiam.esb.core.service.impl -
-
Uses of PolicyCache in org.openiam.esb.core.auth.module
Fields in org.openiam.esb.core.auth.module declared as PolicyCache Modifier and Type Field Description protected PolicyCache
AbstractLoginModule. policyCache
-
Uses of PolicyCache in org.openiam.esb.core.pswd.service.impl
Constructors in org.openiam.esb.core.pswd.service.impl with parameters of type PolicyCache 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 PolicyCache in org.openiam.esb.core.service.impl
Constructors in org.openiam.esb.core.service.impl with parameters of type PolicyCache 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)
-