public enum TestRunArg extends Enum<TestRunArg>
| Enum Constant and Description |
|---|
Address
A string for the ip interface to bind the embedded web server
|
Authentication
The authentication method presented to secure clients
|
Host
A string of the domain hostname or ip address to advertise to clients
|
HTTP_EXCEPTION_HANDLING
Whether HTTP Exception Handling support will be added to the security annotations
|
HTTP_METHODS
Whether HTTP Methods will be added to the security annotations
|
HTTP_POST_CONTENT_TYPE
Whether HTTP POST Content-Type support will be added to the security annotations
|
IDP_URL
The URL for the Identity Provider SSO resource, if SAML2 authentication is enabled
|
IUT
The request(s) from the secure client, containing the headers and body,
that will be verified by the test suite.
|
JKS_Password
The password to access the Java KeyStore
|
JKS_Path
A path to a local file containing the Java KeyStore
|
Path
A string for the URL path fragment that will be the test endpoint
|
Port
An integer for the port to bind the embedded web server
|
Service_Type
A string for the type of OGC Web Service to emulate for client security
testing.
|
W3C_CORS
Whether W3C CORS support will be added to the security annotations
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TestRunArg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestRunArg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestRunArg Service_Type
public static final TestRunArg Address
public static final TestRunArg Port
public static final TestRunArg Host
public static final TestRunArg Path
public static final TestRunArg JKS_Path
public static final TestRunArg JKS_Password
public static final TestRunArg Authentication
public static final TestRunArg IDP_URL
public static final TestRunArg HTTP_METHODS
public static final TestRunArg W3C_CORS
public static final TestRunArg HTTP_EXCEPTION_HANDLING
public static final TestRunArg HTTP_POST_CONTENT_TYPE
public static final TestRunArg IUT
public static TestRunArg[] values()
for (TestRunArg c : TestRunArg.values()) System.out.println(c);
public static TestRunArg valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<TestRunArg>Copyright © 2021 Open Geospatial Consortium. All rights reserved.