Package ch.swisscom.mid.client.config
Class DefaultConfiguration
- java.lang.Object
-
- ch.swisscom.mid.client.config.DefaultConfiguration
-
public class DefaultConfiguration extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DefaultConfiguration()
-
-
-
Field Detail
-
DEFAULT_INTERNET_BASE_URL
public static final String DEFAULT_INTERNET_BASE_URL
- See Also:
- Constant Field Values
-
REST_ENDPOINT_SUB_URL
public static final String REST_ENDPOINT_SUB_URL
- See Also:
- Constant Field Values
-
SOAP_SIGNATURE_PORT_SUB_URL
public static final String SOAP_SIGNATURE_PORT_SUB_URL
- See Also:
- Constant Field Values
-
SOAP_STATUS_QUERY_PORT_SUB_URL
public static final String SOAP_STATUS_QUERY_PORT_SUB_URL
- See Also:
- Constant Field Values
-
SOAP_RECEIPT_PORT_SUB_URL
public static final String SOAP_RECEIPT_PORT_SUB_URL
- See Also:
- Constant Field Values
-
SOAP_PROFILE_QUERY_PORT_SUB_URL
public static final String SOAP_PROFILE_QUERY_PORT_SUB_URL
- See Also:
- Constant Field Values
-
DEFAULT_MSSP_ID
public static final String DEFAULT_MSSP_ID
- See Also:
- Constant Field Values
-
ADDITIONAL_SERVICE_USER_LANG_URI
public static final String ADDITIONAL_SERVICE_USER_LANG_URI
- See Also:
- Constant Field Values
-
ADDITIONAL_SERVICE_SIGNATURE_VALIDATION_URI
public static final String ADDITIONAL_SERVICE_SIGNATURE_VALIDATION_URI
- See Also:
- Constant Field Values
-
ADDITIONAL_SERVICE_GEOFENCING
public static final String ADDITIONAL_SERVICE_GEOFENCING
- See Also:
- Constant Field Values
-
SIGNATURE_REQUEST_MAJOR_VERSION
public static final String SIGNATURE_REQUEST_MAJOR_VERSION
- See Also:
- Constant Field Values
-
SIGNATURE_REQUEST_MINOR_VERSION
public static final String SIGNATURE_REQUEST_MINOR_VERSION
- See Also:
- Constant Field Values
-
SIGNATURE_MODE_SYNC
public static final String SIGNATURE_MODE_SYNC
- See Also:
- Constant Field Values
-
SIGNATURE_MODE_ASYNC
public static final String SIGNATURE_MODE_ASYNC
- See Also:
- Constant Field Values
-
SIGNATURE_DEFAULT_TIME_OUT_IN_SECONDS
public static final int SIGNATURE_DEFAULT_TIME_OUT_IN_SECONDS
- See Also:
- Constant Field Values
-
SIGNATURE_MINIMUM_TIME_OUT_IN_SECONDS
public static final int SIGNATURE_MINIMUM_TIME_OUT_IN_SECONDS
- See Also:
- Constant Field Values
-
SIGNATURE_MAXIMUM_TIME_OUT_IN_SECONDS
public static final int SIGNATURE_MAXIMUM_TIME_OUT_IN_SECONDS
- See Also:
- Constant Field Values
-
SIGNATURE_DEFAULT_SIGNATURE_PROFILE
public static final String SIGNATURE_DEFAULT_SIGNATURE_PROFILE
- See Also:
- Constant Field Values
-
STATUS_QUERY_REQUEST_MAJOR_VERSION
public static final String STATUS_QUERY_REQUEST_MAJOR_VERSION
- See Also:
- Constant Field Values
-
STATUS_QUERY_REQUEST_MINOR_VERSION
public static final String STATUS_QUERY_REQUEST_MINOR_VERSION
- See Also:
- Constant Field Values
-
PROFILE_REQUEST_MAJOR_VERSION
public static final String PROFILE_REQUEST_MAJOR_VERSION
- See Also:
- Constant Field Values
-
PROFILE_REQUEST_MINOR_VERSION
public static final String PROFILE_REQUEST_MINOR_VERSION
- See Also:
- Constant Field Values
-
RECEIPT_REQUEST_MAJOR_VERSION
public static final String RECEIPT_REQUEST_MAJOR_VERSION
- See Also:
- Constant Field Values
-
RECEIPT_REQUEST_MINOR_VERSION
public static final String RECEIPT_REQUEST_MINOR_VERSION
- See Also:
- Constant Field Values
-
RECEIPT_PROFILE_LANGUAGE
public static final String RECEIPT_PROFILE_LANGUAGE
- See Also:
- Constant Field Values
-
RECEIPT_PROFILE_URI
public static final String RECEIPT_PROFILE_URI
- See Also:
- Constant Field Values
-
HTTP_CLIENT_MAX_TOTAL_CONNECTIONS
public static final int HTTP_CLIENT_MAX_TOTAL_CONNECTIONS
- See Also:
- Constant Field Values
-
HTTP_CLIENT_DEFAULT_CONNECTIONS_PER_ROUTE
public static final int HTTP_CLIENT_DEFAULT_CONNECTIONS_PER_ROUTE
- See Also:
- Constant Field Values
-
HTTP_CLIENT_DEFAULT_CONNECTION_TIMEOUT_IN_MS
public static final int HTTP_CLIENT_DEFAULT_CONNECTION_TIMEOUT_IN_MS
- See Also:
- Constant Field Values
-
HTTP_CLIENT_DEFAULT_SOCKET_READ_TIMEOUT_IN_MS
public static final int HTTP_CLIENT_DEFAULT_SOCKET_READ_TIMEOUT_IN_MS
- See Also:
- Constant Field Values
-
-