Class TokenRequestor

java.lang.Object
com.thalesgroup.gemalto.d1.card.TokenRequestor

public final class TokenRequestor extends Object
Information about the token requestor.
Since:
1.0.0
  • Constructor Details

  • Method Details

    • getID

      @NonNull public String getID()
      Gets the ID of the token requestor.
      Returns:
      The ID of the token requestor.
    • getName

      @NonNull public String getName()
      Gets the name of the token requestor.
      Returns:
      The name of the token requestor.
    • getAssets

      @Nullable public List<AssetContent> getAssets()
      Get the assets (image) of the token requestor.
      Returns:
      The assets of the token requestor.
    • getProvisioningMethods

      @NonNull public List<ProvisioningMethod> getProvisioningMethods()
      Gets the provisioning methods used by the token requestor.
      Returns:
      The provisioning methods used by the token requestor.