public final class AdyenConfigParameters
extends java.lang.Object
ConfigParameters out of given directory server information.
Created by timon on 10/09/2018.
| Modifier and Type | Class and Description |
|---|---|
static class |
AdyenConfigParameters.Builder
This class is an helper class to build
AdyenConfigParameters. |
| Modifier and Type | Field and Description |
|---|---|
static com.adyen.threeds2.util.AdyenConfigParameters.Parameter |
DEVICE_PARAMETER_BLOCK_LIST |
static com.adyen.threeds2.util.AdyenConfigParameters.Parameter |
DIRECTORY_SERVER_ID |
static com.adyen.threeds2.util.AdyenConfigParameters.Parameter |
DIRECTORY_SERVER_PUBLIC_KEY |
static com.adyen.threeds2.util.AdyenConfigParameters.Parameter |
DIRECTORY_SERVER_ROOT_CERTIFICATES |
static com.adyen.threeds2.util.AdyenConfigParameters.Parameter |
SECURITY_APP_SIGNATURE |
static com.adyen.threeds2.util.AdyenConfigParameters.Parameter |
SECURITY_MALICIOUS_APPS |
static com.adyen.threeds2.util.AdyenConfigParameters.Parameter |
SECURITY_TRUSTED_APP_STORES |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getParamValue(ConfigParameters configParameters,
com.adyen.threeds2.util.AdyenConfigParameters.Parameter parameter)
Returns a given parameter's value.
|
static java.util.Collection<java.lang.String> |
getParamValues(ConfigParameters configParameters,
com.adyen.threeds2.util.AdyenConfigParameters.Parameter parameter)
Returns a given parameter's values.
|
public static final com.adyen.threeds2.util.AdyenConfigParameters.Parameter DIRECTORY_SERVER_ID
public static final com.adyen.threeds2.util.AdyenConfigParameters.Parameter DIRECTORY_SERVER_PUBLIC_KEY
public static final com.adyen.threeds2.util.AdyenConfigParameters.Parameter DIRECTORY_SERVER_ROOT_CERTIFICATES
public static final com.adyen.threeds2.util.AdyenConfigParameters.Parameter SECURITY_APP_SIGNATURE
public static final com.adyen.threeds2.util.AdyenConfigParameters.Parameter SECURITY_TRUSTED_APP_STORES
public static final com.adyen.threeds2.util.AdyenConfigParameters.Parameter SECURITY_MALICIOUS_APPS
public static final com.adyen.threeds2.util.AdyenConfigParameters.Parameter DEVICE_PARAMETER_BLOCK_LIST
public static java.util.Collection<java.lang.String> getParamValues(ConfigParameters configParameters, com.adyen.threeds2.util.AdyenConfigParameters.Parameter parameter) throws InvalidInputException
configParameters - A ConfigParameters represents the config parameters from which the parameter's value needed to be retrieved.parameter - A Parameter represents a given parameter which it's value needed to be retrieved.Collection represents the Parameter's values.InvalidInputException - This exception shall be thrown if an input parameter is invalid.configParameters parameter is null.public static java.lang.String getParamValue(ConfigParameters configParameters, com.adyen.threeds2.util.AdyenConfigParameters.Parameter parameter) throws InvalidInputException
configParameters - A ConfigParameters represents the config parameters from which the parameter's value needed to be retrieved.parameter - A Parameter represents a given parameter which it's value needed to be retrieved.String represents the Parameter's value.InvalidInputException - This exception shall be thrown if an input parameter is invalid.configParameters parameter is null.