Package com.thalesgroup.gemalto.d1.card
Class TokenRequestor
java.lang.Object
com.thalesgroup.gemalto.d1.card.TokenRequestor
Deprecated.
Information about the token requestor.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionTokenRequestor(String id, String name, List<AssetContent> assets, List<ProvisioningMethod> provisioningMethods) Deprecated.Public Constructor -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.PleaseTokenRequestor.getAssets()getID()Deprecated.PleaseTokenRequestor.getID()getName()Deprecated.PleaseTokenRequestor.getName()Deprecated.
-
Constructor Details
-
TokenRequestor
public TokenRequestor(@NonNull String id, @NonNull String name, @Nullable List<AssetContent> assets, @NonNull List<ProvisioningMethod> provisioningMethods) Deprecated.Public Constructor
-
-
Method Details
-
getID
Deprecated.PleaseTokenRequestor.getID()Gets the ID of the token requestor.- Returns:
- The ID of the token requestor.
-
getName
Deprecated.PleaseTokenRequestor.getName()Gets the name of the token requestor.- Returns:
- The name of the token requestor.
-
getAssets
Deprecated.PleaseTokenRequestor.getAssets()Get the assets (image) of the token requestor.- Returns:
- The assets of the token requestor.
-
getProvisioningMethods
Deprecated.Gets the provisioning methods used by the token requestor.- Returns:
- The provisioning methods used by the token requestor.
-
TokenRequestor