public enum SuiteAttribute extends Enum<SuiteAttribute>
| Enum Constant and Description |
|---|
CLIENT
A client component for interacting with HTTP endpoints.
|
TEST_ADDRESS
A String for the ip address to bind the embedded server.
|
TEST_AUTHENTICATION
A String specifying which authentication method to present in the capabilities.
|
TEST_HOST
A String for the host address to advertise to secure clients.
|
TEST_HTTP_EXCEPTION_HANDLING
A Boolean for whether Requirement Class "HTTP Exception Handling" is enabled.
|
TEST_HTTP_METHODS
A Boolean for whether Requirement Class "HTTP Methods" is enabled.
|
TEST_HTTP_POST_CONTENT_TYPE
A Boolean for whether Requirement Class "HTTP POST Content-Type" is enabled.
|
TEST_IDP_URL
A String for the Identity Provider SSO resource URL, if SAML2 is enabled.
|
TEST_IUT
A String for the filesystem path of the serialized client requests document.
|
TEST_JKS_PASSWORD
A String to unlock the Java KeyStore file.
|
TEST_JKS_PATH
A String for the filesystem path to the Java KeyStore file.
|
TEST_PATH
A String for the path fragment for test server endpoints.
|
TEST_PORT
An Integer for the port to bind the embedded server.
|
TEST_SERVICE_TYPE
A String that identifies the type of OGC Web Service that will be emulated.
|
TEST_W3C_CORS
A Boolean for whether Requirement Class "HTTP Methods" is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class |
getType() |
String |
toString() |
static SuiteAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuiteAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuiteAttribute CLIENT
public static final SuiteAttribute TEST_SERVICE_TYPE
public static final SuiteAttribute TEST_ADDRESS
public static final SuiteAttribute TEST_PORT
public static final SuiteAttribute TEST_HOST
public static final SuiteAttribute TEST_PATH
public static final SuiteAttribute TEST_JKS_PATH
public static final SuiteAttribute TEST_JKS_PASSWORD
public static final SuiteAttribute TEST_AUTHENTICATION
public static final SuiteAttribute TEST_IDP_URL
public static final SuiteAttribute TEST_HTTP_METHODS
public static final SuiteAttribute TEST_W3C_CORS
public static final SuiteAttribute TEST_HTTP_EXCEPTION_HANDLING
public static final SuiteAttribute TEST_HTTP_POST_CONTENT_TYPE
public static final SuiteAttribute TEST_IUT
public static SuiteAttribute[] values()
for (SuiteAttribute c : SuiteAttribute.values()) System.out.println(c);
public static SuiteAttribute 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 Class getType()
public String getName()
public String toString()
toString in class Enum<SuiteAttribute>Copyright © 2021 Open Geospatial Consortium. All rights reserved.