Uses of Class
com.soffid.iam.api.OtpChallengeProxy
-
Packages that use OtpChallengeProxy Package Description com.soffid.iam.api com.soffid.iam.sync.service -
-
Uses of OtpChallengeProxy in com.soffid.iam.api
Constructors in com.soffid.iam.api with parameters of type OtpChallengeProxy Constructor Description OtpChallengeProxy(OtpChallengeProxy otherBean)
-
Uses of OtpChallengeProxy in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return OtpChallengeProxy Modifier and Type Method Description OtpChallengeProxy
PamProxySessionService. generateOtp(String user)
Operation generateOtpMethods in com.soffid.iam.sync.service with parameters of type OtpChallengeProxy Modifier and Type Method Description boolean
PamProxySessionService. validatePin(OtpChallengeProxy challenge, String value)
Operation validatePin
-