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