Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
UNAUTHENTICATED_USER |
"noauth" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMAIL |
"email" |
public static final String |
FIRST_NAME |
"firstname" |
public static final String |
LAST_NAME |
"lastname" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
AUTH_TOKEN_LISTENER |
-4 |
public static final int |
CUSTOM_LISTENER |
0 |
public static final int |
DESTINATIONS_LISTENER |
-1 |
public static final int |
TENANT_LISTENER |
-2 |
public static final int |
USER_LISTENER |
-3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INIT_PARAMETER_DISABLE_DEFAULT_LISTENERS |
"disableDefaultListeners" |
public static final String |
INIT_PARAMETER_REQUEST_CONTEXT_FACTORY |
"factory" |
public static final String |
INIT_PARAMETER_REQUEST_CONTEXT_LISTENERS |
"listeners" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_STACK_TRACE_LEVEL |
20 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
UNKNOWN_CLOUD_PLATFORM_MESSAGE |
"Make sure to specify the targeted platform by declaring a dependency to either com.sap.cloud.s4hana.cloudplatform:scp-cf for SCP Cloud Foundry or com.sap.cloud.s4hana.cloudplatform:scp-neo for SCP Neo. Within tests, make sure to declare \"private static final MockUtil mockUtil = new MockUtil();\" in your test class and invoke \"mockUtil.mockDefaults();\" before running the tests." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DATE_PATTERN |
"yyyy-MM-dd" |
public static final String |
DATE_TIME_PATTERN |
"yyyy-MM-dd HH:mm:ss" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ignoreUserId |
"ignoreUserId" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROPERTY_TENANT_ID |
"eclipselink.tenant-id" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROPERTY_USER_ID |
"userId" |
public static final String |
USER_ID |
"USER_ID" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROPERTY_USER_ID |
"userId" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DB_MIGRATE_UP_TO_CHANGESET |
"db.migrate.changeset" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_SCHEMA_PREFIX |
"TENANT_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PARAM_TENANTS |
"tenantIds" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PARAM_USERS |
"tenantSpecificUsers" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TENANT_ID |
"tenantId" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
MAX_UNCOMPRESSED_PAYLOAD_LENGTH |
1400 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_LOCALE_PROPERTY |
"sap-language" |
public static final String |
DEFAULT_LOCALE_PROPERTY_RFC |
"jco.client.lang" |
public static final String |
DEFAULT_SAP_CLIENT_PROPERTY |
"sap-client" |
public static final String |
DEFAULT_SAP_CLIENT_PROPERTY_RFC |
"jco.client.client" |
public static final String |
DESTINATION_NAME_SUFFIX_RFC |
"_RFC" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
ERP_ENDPOINT_CLOUD |
"/sap/bc/rest/sap/fi_map/" |
protected static final String |
ERP_ENDPOINT_ON_PREMISE |
"/sap/hcpint/map/bm/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ACCESS_DENIED |
"access_denied" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INVALID_PARAMETER |
"invalid_parameter" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MISSING_PARAMETER |
"missing_parameter" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NOT_IMPLEMENTED |
"not_implemented" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_PKCS1_ALGORITHM |
"SHA256withRSA" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ERP_SIGNING_ALGORITHM |
"erp-signing-algorithm" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ANNOTATION_STRATEGY |
"com.sap.cloud.sdk.s4hana.datamodel.odata.generator.annotation.DefaultAnnotationStrategy" |
public static final String |
DEFAULT_INPUT_DIRECTORY_NAME |
"input" |
public static final String |
DEFAULT_NAMING_STRATEGY |
"com.sap.cloud.sdk.s4hana.datamodel.odata.generator.DefaultNamingStrategy" |
public static final String |
DEFAULT_OUTPUT_DIRECTORY_NAME |
"target" |
public static final String |
DEFAULT_PACKAGE_NAME |
"com.sap.cloud.sdk.s4hana.datamodel.odata" |
public static final String |
DEFAULT_SERVICE_NAME_MAPPING_FILE_NAME |
"serviceNameMappings.properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PATTERN_WITH_DASHES |
"yyyy-MM-dd" |
public static final String |
PATTERN_WITHOUT_DELIMITER |
"yyyyMMdd" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PATTERN_WITH_COLONS |
"HH:mm:ss" |
public static final String |
PATTERN_WITHOUT_DELIMITER |
"HHmmss" |
Copyright © 2018 SAP SE. All rights reserved.