Class ApiClientConfig
java.lang.Object
de.xima.fc.api.rest.pub.client.user.ApiClientConfig
-
Method Summary
Modifier and TypeMethodDescriptionGet the interceptor for reacting to and modifying call to an API endpoint.authentication(String authName) Get authentication for the given name.Get authentications (key: authentication name, value: authentication).basePath()Get the date format used to parse/format date parameters.Get the date format used to parse/format date parameters.Get the map with the default cookies that are applied to each request.Get the map with the default headers that are applied to each request.Get the map with the default properties that are applied to each request.Get the adapter that integrates with an existing JaxRS implementation.
-
Method Details
-
basePath
- Returns:
- The base path URL to the API endpoints.
-
authentications
Get authentications (key: authentication name, value: authentication).- Returns:
- the authentications
-
authentication
Get authentication for the given name.- Parameters:
authName- The authentication name- Returns:
- The authentication, null if not found
-
dateFormat
Get the date format used to parse/format date parameters.- Returns:
- the date format used to parse/format date parameters
-
dateTimeFormatter
Get the date format used to parse/format date parameters.- Returns:
- the date format used to parse/format date parameters
-
jaxRsAdapter
Get the adapter that integrates with an existing JaxRS implementation.- Returns:
- The adapter with the JaxRS implementation.
-
defaultHeaderMap
-
defaultCookieMap
-
apiCallInterceptor
Get the interceptor for reacting to and modifying call to an API endpoint.- Returns:
- The interceptor for API calls.
-
defaultPropertyMap
-