Uses of Class
es.caib.seycon.ng.comu.Challenge
-
Packages that use Challenge Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.sync.servei -
-
Uses of Challenge in com.soffid.iam.api
Methods in com.soffid.iam.api 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 com.soffid.iam.api 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. -
Uses of Challenge in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu with parameters of type Challenge Constructor Description Challenge(Challenge otherBean)
-
Uses of Challenge in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei 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 es.caib.seycon.ng.sync.servei with parameters of type Challenge Modifier and Type Method Description void
LogonService. registerChallenge(Challenge challenge)
Operation registerChallengeSessio
LogonService. responseChallenge(Challenge result)
Operation responseChallenge
-