Uses of Interface
com.fifa.connectid.sdk.core.HashedPersonProcessor
-
Packages that use HashedPersonProcessor Package Description com.fifa.connectid.sdk com.fifa.connectid.sdk.core com.fifa.connectid.sdk.core.iddirectory -
-
Uses of HashedPersonProcessor in com.fifa.connectid.sdk
Classes in com.fifa.connectid.sdk that implement HashedPersonProcessor Modifier and Type Class Description classHashedPersonTypeHashingProcessorImplFields in com.fifa.connectid.sdk declared as HashedPersonProcessor Modifier and Type Field Description HashedPersonProcessorRegistrationFacadeSettings. hashedPersonProcessor -
Uses of HashedPersonProcessor in com.fifa.connectid.sdk.core
Constructors in com.fifa.connectid.sdk.core with parameters of type HashedPersonProcessor Constructor Description FifaConnectIdClientImpl(ConnectIdEnvironment connectIdEnvironment, com.fifa.connectservicebus.sdk.authentication.ClientCredentials clientCredentials, com.fifa.connectservicebus.sdk.logging.Logger logger, ActorResolver actorResolver, com.fifa.connectservicebus.sdk.ProxySettings proxySettings, ExecutorService executorService, HashedPersonProcessor hashedPersonProcessor) -
Uses of HashedPersonProcessor in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory with parameters of type HashedPersonProcessor Modifier and Type Method Description static IdDirectoryServiceClientImplIdDirectoryServiceClientImpl. CreateSyncClient(ConnectIdEnvironment connectIdEnvironment, com.fifa.connectservicebus.sdk.authentication.AuthenticationService authenticationService, com.fifa.connectservicebus.sdk.logging.Logger logger, ActorResolver actorResolver, com.fifa.connectservicebus.sdk.ProxySettings proxySettings, HashedPersonProcessor hashedPersonProcessor)Constructors in com.fifa.connectid.sdk.core.iddirectory with parameters of type HashedPersonProcessor Constructor Description IdDirectoryServiceClientImpl(Persons personOperations, Organisations organisationOperations, Facilitys facilityOperations, DataHolders dataHoldersOperations, com.fifa.connectservicebus.sdk.logging.Logger logger, ActorResolver actorResolver, HashedPersonProcessor hashedPersonProcessor)
-