Uses of Class
com.adyen.enums.Environment
-
Packages that use Environment Package Description com.adyen com.adyen.enums com.adyen.httpclient com.adyen.terminal.security -
-
Uses of Environment in com.adyen
Fields in com.adyen declared as Environment Modifier and Type Field Description protected EnvironmentConfig. environmentMethods in com.adyen that return Environment Modifier and Type Method Description EnvironmentConfig. getEnvironment()Methods in com.adyen with parameters of type Environment Modifier and Type Method Description ConfigConfig. environment(Environment environment)StringClient. retrieveCloudEndpoint(Region region, Environment environment)Retrieve the Terminal Cloud endpoint based on Region and EnvironmentvoidClient. setEnvironment(Environment environment, String liveEndpointUrlPrefix)Set Environment, together with the live endpoint url prefix.voidConfig. setEnvironment(Environment environment)Constructors in com.adyen with parameters of type Environment Constructor Description Client(String apiKey, Environment environment)Create Client instanceClient(String apiKey, Environment environment, String liveEndpointUrlPrefix)Create Client instanceClient(String username, String password, Environment environment, String liveEndpointUrlPrefix)Create Client instanceClient(String username, String password, Environment environment, String liveEndpointUrlPrefix, String applicationName)Create Client instance -
Uses of Environment in com.adyen.enums
Methods in com.adyen.enums that return Environment Modifier and Type Method Description static EnvironmentEnvironment. valueOf(String name)Returns the enum constant of this type with the specified name.static Environment[]Environment. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Environment in com.adyen.httpclient
Constructors in com.adyen.httpclient with parameters of type Environment Constructor Description TerminalLocalAPIHostnameVerifier(Environment environment)Constructs a newTerminalLocalAPIHostnameVerifierwith the specified environment. -
Uses of Environment in com.adyen.terminal.security
Methods in com.adyen.terminal.security with parameters of type Environment Modifier and Type Method Description static booleanTerminalCommonNameValidator. validateCertificate(X509Certificate certificate, Environment environment)Validates the Common Name of the givenX509Certificatefor the givenEnvironment.
-