Class HashingServiceClientImpl
- java.lang.Object
-
- com.fifa.connectid.sdk.core.hashing.HashingServiceClientImpl
-
- All Implemented Interfaces:
HashingServiceClient
public class HashingServiceClientImpl extends Object implements HashingServiceClient
-
-
Constructor Summary
Constructors Constructor Description HashingServiceClientImpl(Hashs hashOperations, com.fifa.connectservicebus.sdk.logging.Logger logger)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HashedNameType>computeHashes(List<PersonName> personNames, boolean readOnly)static HashingServiceClientImplCreateSyncClient(ConnectIdEnvironment connectIdEnvironment, com.fifa.connectservicebus.sdk.authentication.AuthenticationService authenticationService, com.fifa.connectservicebus.sdk.logging.Logger logger, com.fifa.connectservicebus.sdk.ProxySettings proxySettings)
-
-
-
Constructor Detail
-
HashingServiceClientImpl
public HashingServiceClientImpl(Hashs hashOperations, com.fifa.connectservicebus.sdk.logging.Logger logger)
-
-
Method Detail
-
CreateSyncClient
public static HashingServiceClientImpl CreateSyncClient(ConnectIdEnvironment connectIdEnvironment, com.fifa.connectservicebus.sdk.authentication.AuthenticationService authenticationService, com.fifa.connectservicebus.sdk.logging.Logger logger, com.fifa.connectservicebus.sdk.ProxySettings proxySettings)
-
computeHashes
public List<HashedNameType> computeHashes(List<PersonName> personNames, boolean readOnly) throws FifaConnectIdException, com.fifa.connectservicebus.sdk.AuthenticationException, ValidationException
- Specified by:
computeHashesin interfaceHashingServiceClient- Throws:
FifaConnectIdExceptioncom.fifa.connectservicebus.sdk.AuthenticationExceptionValidationException
-
-