Uses of Class
com.soffid.iam.api.Challenge
-
Packages that use Challenge Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.service.impl com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of Challenge in com.soffid.iam.api
Methods in com.soffid.iam.api that return Challenge Modifier and Type Method Description static Challenge
Challenge. toChallenge(Challenge vo)
Creates a Challenge value object based on a Challenge object.static Challenge[]
Challenge. toChallengeArray(Challenge[] source)
Creates a Challenge array on a Challenge array.Methods in com.soffid.iam.api that return types with arguments of type Challenge Modifier and Type Method Description static AsyncList<Challenge>
Challenge. toChallengeAsyncList(AsyncList<Challenge> source)
Creates a Challenge asynclist on a Challenge collection.static PagedResult<Challenge>
Challenge. toChallengeList(PagedResult<Challenge> source)
Creates a Challenge pagedResult on a Challenge collection.static List<Challenge>
Challenge. toChallengeList(Collection<Challenge> source)
Creates a Challenge list on a Challenge collection.Methods in com.soffid.iam.api with parameters of type Challenge Modifier and Type Method Description static void
Challenge. toChallenge(Challenge source, Challenge target)
Updates a Challenge value object based on a Challenge object.Constructors in com.soffid.iam.api with parameters of type Challenge Constructor Description Challenge(Challenge otherBean)
-
Uses of Challenge in com.soffid.iam.service
Methods in com.soffid.iam.service that return Challenge Modifier and Type Method Description Challenge
OTPValidationService. resendToken(Challenge challenge, boolean alternativeMethod)
Operation resendTokenChallenge
OTPValidationService. selectToken(Challenge challenge)
Operation selectTokenMethods in com.soffid.iam.service with parameters of type Challenge Modifier and Type Method Description Challenge
OTPValidationService. resendToken(Challenge challenge, boolean alternativeMethod)
Operation resendTokenChallenge
OTPValidationService. selectToken(Challenge challenge)
Operation selectTokenboolean
OTPValidationService. validatePin(Challenge challenge, String pin)
Operation validatePin -
Uses of Challenge in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return Challenge Modifier and Type Method Description Challenge
OTPValidationService. resendToken(Challenge challenge, boolean alternativeMethod)
Challenge
OTPValidationService. selectToken(Challenge challenge)
Methods in com.soffid.iam.service.ejb with parameters of type Challenge Modifier and Type Method Description Challenge
OTPValidationService. resendToken(Challenge challenge, boolean alternativeMethod)
Challenge
OTPValidationService. selectToken(Challenge challenge)
boolean
OTPValidationService. validatePin(Challenge challenge, String pin)
-
Uses of Challenge in com.soffid.iam.service.impl
Methods in com.soffid.iam.service.impl that return Challenge Modifier and Type Method Description Challenge
OTPHandler. resendToken(Challenge challenge, boolean alternativeMethod)
Challenge
OTPHandler. selectToken(Challenge challenge)
Methods in com.soffid.iam.service.impl with parameters of type Challenge Modifier and Type Method Description Challenge
OTPHandler. resendToken(Challenge challenge, boolean alternativeMethod)
Challenge
OTPHandler. selectToken(Challenge challenge)
boolean
OTPHandler. validatePin(Challenge challenge, String pin)
-
Uses of Challenge in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return Challenge Modifier and Type Method Description Challenge
LogonService. getChallenge(String challengeId)
Operation getChallengeChallenge
LogonService. requestChallenge(int type, String user, String domain, String host, String clientHost, int cardSupport)
Operation requestChallengeMethods in com.soffid.iam.sync.service with parameters of type Challenge Modifier and Type Method Description void
LogonService. registerChallenge(Challenge challenge)
Operation registerChallengeSession
LogonService. responseChallenge(Challenge result)
Operation responseChallenge -
Uses of Challenge in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type Challenge Modifier and Type Method Description static Challenge
Challenge. toChallenge(Challenge vo)
Creates a Challenge value object based on a Challenge object.static void
Challenge. toChallenge(Challenge source, Challenge target)
Updates a Challenge value object based on a Challenge object.static Challenge[]
Challenge. toChallengeArray(Challenge[] source)
Creates a Challenge array on a Challenge array.Method parameters in es.caib.seycon.ng.comu with type arguments of type Challenge Modifier and Type Method Description static AsyncList<Challenge>
Challenge. toChallengeAsyncList(AsyncList<Challenge> source)
Creates a Challenge asynclist on a Challenge collection.static PagedResult<Challenge>
Challenge. toChallengeList(PagedResult<Challenge> source)
Creates a Challenge pagedResult on a Challenge collection.static List<Challenge>
Challenge. toChallengeList(Collection<Challenge> source)
Creates a Challenge list on a Challenge collection.
-