Uses of Class
org.openiam.base.request.AdaptiveAuthenticationExtraDataRequest
-
-
Uses of AdaptiveAuthenticationExtraDataRequest in org.openiam.am.srvc.groovy
Methods in org.openiam.am.srvc.groovy with parameters of type AdaptiveAuthenticationExtraDataRequest Modifier and Type Method Description abstract String
URIFederationGroovyProcessor. getValue(String userId, ContentProvider contentProvider, URIPattern pattern, AbstractPatternMetaValue metaValue, URI uri, AdaptiveAuthenticationExtraDataRequest params)
-
Uses of AdaptiveAuthenticationExtraDataRequest in org.openiam.esb.am.mq
Methods in org.openiam.esb.am.mq with parameters of type AdaptiveAuthenticationExtraDataRequest Modifier and Type Method Description Response
AuthenticationRuleListener. processingApiRequest(AuthenticationRuleAPI api, AdaptiveAuthenticationExtraDataRequest request)
-
Uses of AdaptiveAuthenticationExtraDataRequest in org.openiam.esb.am.rule
Methods in org.openiam.esb.am.rule with parameters of type AdaptiveAuthenticationExtraDataRequest Modifier and Type Method Description URIPatternRuleToken
AbstractURIPatternRule. process(String userId, URI uri, URIPatternMetaType metaType, Set<AbstractPatternMetaValue> valueSet, URIPattern pattern, URIPatternMethod method, ContentProvider contentProvider, AbstractMeta meta, AdaptiveAuthenticationExtraDataRequest params)
URIPatternRuleToken
URIPatternRule. process(String userId, URI uri, URIPatternMetaType metaType, Set<AbstractPatternMetaValue> valueSet, URIPattern pattern, URIPatternMethod method, ContentProvider contentProvider, AbstractMeta meta, AdaptiveAuthenticationExtraDataRequest params)
-
Uses of AdaptiveAuthenticationExtraDataRequest in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service with parameters of type AdaptiveAuthenticationExtraDataRequest Modifier and Type Method Description URIFederationResponse
URIFederationService. federateProxyURI(String userId, String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)
List<AuthLevelGrouping>
AuthenticationRuleService. getCurrentAuthLevelGroupingList(List<String> ruleIds, AdaptiveAuthenticationExtraDataRequest params)
Map<String,Set<AuthLevelGrouping>>
AuthenticationRuleService. getCurrentAuthLevelGroupingMapByRuleId(List<String> ruleIds, AdaptiveAuthenticationExtraDataRequest params)
URIFederationResponse
URIFederationService. getMetadata(String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)
boolean
AuthenticationRuleService. isAuthLevelGroupingRequire(String authLevelGroupingId, AdaptiveAuthenticationExtraDataRequest params)
-
Uses of AdaptiveAuthenticationExtraDataRequest in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl with parameters of type AdaptiveAuthenticationExtraDataRequest Modifier and Type Method Description URIFederationResponse
URIFederationServiceImpl. federateProxyURI(String userId, String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)
List<AuthLevelGrouping>
AuthenticationRuleServiceImpl. getCurrentAuthLevelGroupingList(List<String> ruleIds, AdaptiveAuthenticationExtraDataRequest extData)
Map<String,Set<AuthLevelGrouping>>
AuthenticationRuleServiceImpl. getCurrentAuthLevelGroupingMapByRuleId(List<String> ruleIds, AdaptiveAuthenticationExtraDataRequest extData)
URIFederationResponse
URIFederationServiceImpl. getMetadata(String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)
boolean
AuthenticationRuleServiceImpl. isAuthLevelGroupingRequire(String authLevelGroupingId, AdaptiveAuthenticationExtraDataRequest extData)
-
Uses of AdaptiveAuthenticationExtraDataRequest in org.openiam.risk
Methods in org.openiam.risk with parameters of type AdaptiveAuthenticationExtraDataRequest Modifier and Type Method Description boolean
AdaptiveRiskInterface. isTrust(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData)
-
Uses of AdaptiveAuthenticationExtraDataRequest in org.openiam.script
Methods in org.openiam.script with parameters of type AdaptiveAuthenticationExtraDataRequest Modifier and Type Method Description abstract boolean
AbstractCustomAdaptiveRisk. isTrust(String userId, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
-
Uses of AdaptiveAuthenticationExtraDataRequest in org.openiam.srvc.am
-
Uses of AdaptiveAuthenticationExtraDataRequest in org.openiam.srvc.risk
Methods in org.openiam.srvc.risk with parameters of type AdaptiveAuthenticationExtraDataRequest Modifier and Type Method Description void
AbstractIPRisk. fillAndCheckData(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData, UserAuthParamType authParamType)
protected String
AbstractAdaptiveRisk. getUserId(AdaptiveAuthenticationExtraDataRequest extraDataRequest)
boolean
ApprovedAuthTypeRisk. isTrust(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData)
boolean
CustomAdaptiveRisk. isTrust(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData)
Adaptive risk with custom logic.boolean
ForgotPhone. isTrust(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData)
boolean
MemberOfGroupsRisk. isTrust(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData)
boolean
MemberOfRolesRisk. isTrust(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData)
boolean
NewCityRisk. isTrust(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData)
Return true if current city does not use on prevous user logins.boolean
NewCountryRisk. isTrust(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData)
Return true if current country does not use on prevous user logins.boolean
NewDeviceRisk. isTrust(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData)
boolean
NewIPRisk. isTrust(AdaptiveRisk adaptiveRisk, AdaptiveAuthenticationExtraDataRequest extData)
-