Uses of Class
dev.vality.fistful.identity.ChallengeFailed
| Package | Description |
|---|---|
| dev.vality.fistful.identity |
-
Uses of ChallengeFailed in dev.vality.fistful.identity
Methods in dev.vality.fistful.identity that return ChallengeFailed Modifier and Type Method Description ChallengeFailedChallengeFailed. deepCopy()ChallengeFailedChallengeStatus. getFailed()Methods in dev.vality.fistful.identity with parameters of type ChallengeFailed Modifier and Type Method Description intChallengeFailed. compareTo(ChallengeFailed other)booleanChallengeFailed. equals(ChallengeFailed that)static ChallengeStatusChallengeStatus. failed(ChallengeFailed value)voidChallengeStatus. setFailed(ChallengeFailed value)Constructors in dev.vality.fistful.identity with parameters of type ChallengeFailed Constructor Description ChallengeFailed(ChallengeFailed other)Performs a deep copy on other.