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 ChallengeChallenge. 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 voidChallenge. 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 ChallengeOTPValidationService. resendToken(Challenge challenge, boolean alternativeMethod)Operation resendTokenChallengeOTPValidationService. selectToken(Challenge challenge)Operation selectTokenMethods in com.soffid.iam.service with parameters of type Challenge Modifier and Type Method Description ChallengeOTPValidationService. resendToken(Challenge challenge, boolean alternativeMethod)Operation resendTokenChallengeOTPValidationService. selectToken(Challenge challenge)Operation selectTokenbooleanOTPValidationService. 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 ChallengeOTPValidationService. resendToken(Challenge challenge, boolean alternativeMethod)ChallengeOTPValidationService. selectToken(Challenge challenge)Methods in com.soffid.iam.service.ejb with parameters of type Challenge Modifier and Type Method Description ChallengeOTPValidationService. resendToken(Challenge challenge, boolean alternativeMethod)ChallengeOTPValidationService. selectToken(Challenge challenge)booleanOTPValidationService. 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 ChallengeOTPHandler. resendToken(Challenge challenge, boolean alternativeMethod)ChallengeOTPHandler. selectToken(Challenge challenge)Methods in com.soffid.iam.service.impl with parameters of type Challenge Modifier and Type Method Description ChallengeOTPHandler. resendToken(Challenge challenge, boolean alternativeMethod)ChallengeOTPHandler. selectToken(Challenge challenge)booleanOTPHandler. 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 ChallengeLogonService. getChallenge(String challengeId)Operation getChallengeChallengeLogonService. 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 voidLogonService. registerChallenge(Challenge challenge)Operation registerChallengeSessionLogonService. 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 ChallengeChallenge. toChallenge(Challenge vo)Creates a Challenge value object based on a Challenge object.static voidChallenge. 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.
-