Package com.thalesgroup.gemalto.d1.card
Class ProvisioningMethod
java.lang.Object
com.thalesgroup.gemalto.d1.card.ProvisioningMethod
Deprecated.
Information about the provisioning method used by the token requestor.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionProvisioningMethod(String pushHandler, String platformType) Deprecated.Public Constructor -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Please useProvisioningMethod.getPlatformType().Deprecated.Please useProvisioningMethod.getPushHandler().
-
Constructor Details
-
ProvisioningMethod
Deprecated.Public Constructor
-
-
Method Details
-
getPushHandler
Deprecated.Please useProvisioningMethod.getPushHandler().Gets the push handler of the token requestor.- Returns:
- The push handler.
-
getPlatformType
Deprecated.Please useProvisioningMethod.getPlatformType().Gets the platform type of the token requestor.- Returns:
- The platform supported type—ANDROID, IOS, or WEB.
-
ProvisioningMethod