Uses of Class
org.openiam.base.request.OTPServiceRequest
-
Packages that use OTPServiceRequest Package Description org.openiam.esb.core.mq org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.am -
-
Uses of OTPServiceRequest in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq with parameters of type OTPServiceRequest Modifier and Type Method Description ResponseAuthenticationListener. processingApiRequest(AuthenticationAPI api, OTPServiceRequest request) -
Uses of OTPServiceRequest in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type OTPServiceRequest Modifier and Type Method Description voidAuthenticationServiceService. clearOTPActiveStatus(OTPServiceRequest request)voidAuthenticationServiceService. confirmOTPToken(OTPServiceRequest request)StringAuthenticationServiceService. getOTPSecretKey(OTPServiceRequest request)booleanAuthenticationServiceService. isOTPActive(OTPServiceRequest request)voidAuthenticationServiceService. sendOTPToken(OTPServiceRequest request) -
Uses of OTPServiceRequest in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type OTPServiceRequest Modifier and Type Method Description voidAuthenticationServiceImpl. clearOTPActiveStatus(OTPServiceRequest request)voidAuthenticationServiceImpl. confirmOTPToken(OTPServiceRequest request)StringAuthenticationServiceImpl. getOTPSecretKey(OTPServiceRequest request)booleanAuthenticationServiceImpl. isOTPActive(OTPServiceRequest request)voidAuthenticationServiceImpl. sendOTPToken(OTPServiceRequest request) -
Uses of OTPServiceRequest in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type OTPServiceRequest Modifier and Type Method Description ResponseAuthenticationService. clearOTPActiveStatus(OTPServiceRequest request)ResponseAuthenticationWebServiceImpl. clearOTPActiveStatus(OTPServiceRequest request)ResponseAuthenticationService. confirmOTPToken(OTPServiceRequest request)ResponseAuthenticationWebServiceImpl. confirmOTPToken(OTPServiceRequest request)booleanAuthenticationService. isOTPActive(OTPServiceRequest request)booleanAuthenticationWebServiceImpl. isOTPActive(OTPServiceRequest request)ResponseAuthenticationService. sendOTPToken(OTPServiceRequest request)ResponseAuthenticationWebServiceImpl. sendOTPToken(OTPServiceRequest request)
-