public class TrustTokenParams extends Object
| Constructor and Description |
|---|
TrustTokenParams() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIssuers()
Origins of issuers from whom to request tokens or redemption records.
|
TrustTokenParamsRefreshPolicy |
getRefreshPolicy()
Only set for "token-redemption" type and determine whether to request a fresh SRR or use a
still valid cached SRR.
|
TrustTokenOperationType |
getType() |
void |
setIssuers(List<String> issuers)
Origins of issuers from whom to request tokens or redemption records.
|
void |
setRefreshPolicy(TrustTokenParamsRefreshPolicy refreshPolicy)
Only set for "token-redemption" type and determine whether to request a fresh SRR or use a
still valid cached SRR.
|
void |
setType(TrustTokenOperationType type) |
public TrustTokenOperationType getType()
public void setType(TrustTokenOperationType type)
public TrustTokenParamsRefreshPolicy getRefreshPolicy()
public void setRefreshPolicy(TrustTokenParamsRefreshPolicy refreshPolicy)
public List<String> getIssuers()
Copyright © 2021 Kenan Klisura. All rights reserved.