Uses of Class
com.fifa.connectid.sdk.PersonDetails
-
Packages that use PersonDetails Package Description com.fifa.connectid.sdk com.fifa.connectid.sdk.messageHandlers -
-
Uses of PersonDetails in com.fifa.connectid.sdk
Methods in com.fifa.connectid.sdk that return PersonDetails Modifier and Type Method Description PersonDetailsPersonDetailsCache. getByCorrelationId(String correlationId)Get person details with given correlation id from storage mechanism.PersonDetailsPersonDetailsMemoryCache. getByCorrelationId(String correlationId)PersonDetailsPersonDuplicateWithDetails. getPersonDetails()Methods in com.fifa.connectid.sdk with parameters of type PersonDetails Modifier and Type Method Description voidDefaultPersonDetailsReceivedHandler. handle(PersonDetails personDetails)voidPersonDetailsCache. put(PersonDetails personDetails)Puts person details into storage mechanism.voidPersonDetailsMemoryCache. put(PersonDetails personDetails)voidPersonDuplicateWithDetails. setPersonDetails(PersonDetails personDetails) -
Uses of PersonDetails in com.fifa.connectid.sdk.messageHandlers
Constructor parameters in com.fifa.connectid.sdk.messageHandlers with type arguments of type PersonDetails Constructor Description PersonDetailsHandler(EventHandler<PersonDetails> personDetailsHandler)
-