Package com.thalesgroup.gemalto.d1.card
Class TokenRequestor
- java.lang.Object
-
- com.thalesgroup.gemalto.d1.card.TokenRequestor
-
public final class TokenRequestor extends Object
The token requestor information.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description TokenRequestor(String id, String name, List<AssetContent> assets, List<ProvisioningMethod> provisioningMethods)
Public Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AssetContent>
getAssets()
Get the token requestor assetsString
getID()
Get the token requestor IDString
getName()
Get the token requestor nameList<ProvisioningMethod>
getProvisioningMethods()
Get the token requestor provisioning methods
-
-
-
Constructor Detail
-
TokenRequestor
public TokenRequestor(@NonNull String id, @NonNull String name, @Nullable List<AssetContent> assets, @NonNull List<ProvisioningMethod> provisioningMethods)
Public Constructor
-
-
Method Detail
-
getName
@NonNull public String getName()
Get the token requestor name- Returns:
- The token requestor name
-
getAssets
@Nullable public List<AssetContent> getAssets()
Get the token requestor assets- Returns:
- The token requestor assets
-
getProvisioningMethods
@NonNull public List<ProvisioningMethod> getProvisioningMethods()
Get the token requestor provisioning methods- Returns:
- The token requestor provisioning methods
-
-