Uses of Class
org.openiam.base.response.data.AuthenticationDetailsResponse
-
Packages that use AuthenticationDetailsResponse Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.am -
-
Uses of AuthenticationDetailsResponse in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return AuthenticationDetailsResponse Modifier and Type Method Description AuthenticationDetailsResponse
AuthenticationServiceService. getAuthenticationDetails(String userId, String itPolicyId, String contentProviderId)
Method is used to retrieve end user authentication details like answers on questisons: - does challengre response answered, - does IT policy confirmed - and etc.. -
Uses of AuthenticationDetailsResponse in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return AuthenticationDetailsResponse Modifier and Type Method Description AuthenticationDetailsResponse
AuthenticationServiceImpl. getAuthenticationDetails(String userId, String itPolicyId, String contentProviderId)
-
Uses of AuthenticationDetailsResponse in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return AuthenticationDetailsResponse Modifier and Type Method Description AuthenticationDetailsResponse
AuthenticationService. getAuthenticationDetails(IdServiceRequest request)
AuthenticationDetailsResponse
AuthenticationWebServiceImpl. getAuthenticationDetails(IdServiceRequest request)
-