Uses of Interface
com.fifa.connectid.sdk.core.api.Persons
-
Packages that use Persons Package Description com.fifa.connectid.sdk.core.api This package contains the classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.api.implementation This package contains the implementation classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.iddirectory -
-
Uses of Persons in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api that return Persons Modifier and Type Method Description PersonsFIFAConnectIDIDDirectoryV6. persons()Gets the Persons object to access its operations. -
Uses of Persons in com.fifa.connectid.sdk.core.api.implementation
Classes in com.fifa.connectid.sdk.core.api.implementation that implement Persons Modifier and Type Class Description classPersonsImplAn instance of this class provides access to all the operations defined in Persons.Methods in com.fifa.connectid.sdk.core.api.implementation that return Persons Modifier and Type Method Description PersonsFIFAConnectIDIDDirectoryV6Impl. persons()Gets the Persons object to access its operations. -
Uses of Persons in com.fifa.connectid.sdk.core.iddirectory
Constructors in com.fifa.connectid.sdk.core.iddirectory with parameters of type Persons Constructor Description IdDirectoryServiceClientImpl(Persons personOperations, Organisations organisationOperations, Facilitys facilityOperations, DataHolders dataHoldersOperations, com.fifa.connectservicebus.sdk.logging.Logger logger, ActorResolver actorResolver, HashedPersonProcessor hashedPersonProcessor)
-