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 Response
AuthenticationListener. 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 void
AuthenticationServiceService. clearOTPActiveStatus(OTPServiceRequest request)
void
AuthenticationServiceService. confirmOTPToken(OTPServiceRequest request)
String
AuthenticationServiceService. getOTPSecretKey(OTPServiceRequest request)
boolean
AuthenticationServiceService. isOTPActive(OTPServiceRequest request)
void
AuthenticationServiceService. 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 void
AuthenticationServiceImpl. clearOTPActiveStatus(OTPServiceRequest request)
void
AuthenticationServiceImpl. confirmOTPToken(OTPServiceRequest request)
String
AuthenticationServiceImpl. getOTPSecretKey(OTPServiceRequest request)
boolean
AuthenticationServiceImpl. isOTPActive(OTPServiceRequest request)
void
AuthenticationServiceImpl. 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 Response
AuthenticationService. clearOTPActiveStatus(OTPServiceRequest request)
Response
AuthenticationWebServiceImpl. clearOTPActiveStatus(OTPServiceRequest request)
Response
AuthenticationService. confirmOTPToken(OTPServiceRequest request)
Response
AuthenticationWebServiceImpl. confirmOTPToken(OTPServiceRequest request)
boolean
AuthenticationService. isOTPActive(OTPServiceRequest request)
boolean
AuthenticationWebServiceImpl. isOTPActive(OTPServiceRequest request)
Response
AuthenticationService. sendOTPToken(OTPServiceRequest request)
Response
AuthenticationWebServiceImpl. sendOTPToken(OTPServiceRequest request)
-