Uses of Class
com.fifa.connectid.sdk.core.ConnectIdEnvironment
-
Packages that use ConnectIdEnvironment Package Description com.fifa.connectid.sdk com.fifa.connectid.sdk.core com.fifa.connectid.sdk.core.hashing com.fifa.connectid.sdk.core.iddirectory -
-
Uses of ConnectIdEnvironment in com.fifa.connectid.sdk
Constructors in com.fifa.connectid.sdk with parameters of type ConnectIdEnvironment Constructor Description RegistrationFacade(ConnectIdEnvironment connectIdEnvironment, com.fifa.connectservicebus.sdk.authentication.ClientCredentials clientCredentials, com.fifa.connectservicebus.sdk.encryption.PrivateKeyStorage privateKeyStorage, RegistrationFacadeSettings settings, com.fifa.connectservicebus.sdk.logging.Logger logger)RegistrationFacade(ConnectIdEnvironment connectIdEnvironment, com.fifa.connectservicebus.sdk.authentication.ClientCredentials clientCredentials, com.fifa.connectservicebus.sdk.encryption.PrivateKeyStorage privateKeyStorage, RegistrationFacadeSettings settings, com.fifa.connectservicebus.sdk.logging.Logger logger, boolean useEncryption)RegistrationFacade(ConnectIdEnvironment connectIdEnvironment, com.fifa.connectservicebus.sdk.authentication.ClientCredentials clientCredentials, com.fifa.connectservicebus.sdk.encryption.PrivateKeyStorage privateKeyStorage, com.fifa.connectservicebus.sdk.logging.Logger logger) -
Uses of ConnectIdEnvironment in com.fifa.connectid.sdk.core
Fields in com.fifa.connectid.sdk.core declared as ConnectIdEnvironment Modifier and Type Field Description static ConnectIdEnvironmentConnectIdEnvironment. betastatic ConnectIdEnvironmentConnectIdEnvironment. hotfixstatic ConnectIdEnvironmentConnectIdEnvironment. integrationstatic ConnectIdEnvironmentConnectIdEnvironment. preProductionstatic ConnectIdEnvironmentConnectIdEnvironment. productionMethods in com.fifa.connectid.sdk.core that return ConnectIdEnvironment Modifier and Type Method Description static ConnectIdEnvironmentConnectIdEnvironment. create(String environmentCode)Constructors in com.fifa.connectid.sdk.core with parameters of type ConnectIdEnvironment Constructor Description FifaConnectIdClientImpl(ConnectIdEnvironment connectIdEnvironment, com.fifa.connectservicebus.sdk.authentication.ClientCredentials clientCredentials, com.fifa.connectservicebus.sdk.logging.Logger logger)FifaConnectIdClientImpl(ConnectIdEnvironment connectIdEnvironment, com.fifa.connectservicebus.sdk.authentication.ClientCredentials clientCredentials, com.fifa.connectservicebus.sdk.logging.Logger logger, ActorResolver actorResolver)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)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)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 ConnectIdEnvironment in com.fifa.connectid.sdk.core.hashing
Methods in com.fifa.connectid.sdk.core.hashing with parameters of type ConnectIdEnvironment Modifier and Type Method Description static HashingServiceClientImplHashingServiceClientImpl. CreateSyncClient(ConnectIdEnvironment connectIdEnvironment, com.fifa.connectservicebus.sdk.authentication.AuthenticationService authenticationService, com.fifa.connectservicebus.sdk.logging.Logger logger, com.fifa.connectservicebus.sdk.ProxySettings proxySettings) -
Uses of ConnectIdEnvironment in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory with parameters of type ConnectIdEnvironment 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)
-