Package org.openiam.srvc.risk
Class AbstractIPRisk
- java.lang.Object
-
- org.openiam.srvc.risk.AbstractAdaptiveRisk
-
- org.openiam.srvc.risk.AbstractIPRisk
-
- All Implemented Interfaces:
AdaptiveRiskInterface
- Direct Known Subclasses:
CustomAdaptiveRisk
,NewCityRisk
,NewCountryRisk
,NewIPRisk
public abstract class AbstractIPRisk extends AbstractAdaptiveRisk
-
-
Field Summary
-
Fields inherited from class org.openiam.srvc.risk.AbstractAdaptiveRisk
authenticationRuleQueue, geoLocationIpService, groupMQService, log, mapper, roleRabbitMQService, sender, userAuthParamQueue, userAuthParamService
-
-
Constructor Summary
Constructors Constructor Description AbstractIPRisk()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fillAndCheckData(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData, UserAuthParamType authParamType)
-
Methods inherited from class org.openiam.srvc.risk.AbstractAdaptiveRisk
getUserId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.risk.AdaptiveRiskInterface
isTrust
-
-
-
-
Method Detail
-
fillAndCheckData
public void fillAndCheckData(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData, UserAuthParamType authParamType) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
-