- withAuthConfigProvider(AuthConfigProvider<C>) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.AuthConfigProviderBuilder
-
Enables authentication (i.e.
- withAuthConfigProvider(AuthConfigProvider<C>) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withConsumerTokenConfigProvider(ConsumerTokenBundle.ConsumerTokenConfigProvider<C>) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.ConsumerTokenConfigBuilder
-
Configure consumer token support based on provided configuration per instance.
- withConsumerTokenConfigProvider(ConsumerTokenBundle.ConsumerTokenConfigProvider<C>) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withCorsAdditionalAllowedHeaders(String...) - Method in interface org.sdase.commons.server.starter.builder.CorsCustomizer
-
Defines additional HTTP headers that clients may send to the application.
- withCorsAdditionalAllowedHeaders(String...) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withCorsAdditionalExposedHeaders(String...) - Method in interface org.sdase.commons.server.starter.builder.CorsCustomizer
-
Defines additional HTTP headers that can be exposed to clients.
- withCorsAdditionalExposedHeaders(String...) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withCorsAllowedMethods(String...) - Method in interface org.sdase.commons.server.starter.builder.CorsCustomizer
-
Defines the HTTP methods that are used in the application and should be allowed for cross
origin clients.
- withCorsAllowedMethods(String...) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withCorsConfigProvider(CorsConfigProvider<C>) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.CorsConfigProviderBuilder
-
- withCorsConfigProvider(CorsConfigProvider<C>) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withExcludePatternsForRequiredConsumerToken(String...) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.ConsumerTokenRequiredConfigBuilder
-
Define paths by regex patterns that do not require a consumer token from the client.
- withExcludePatternsForRequiredConsumerToken(String...) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withObjectMapperCustomization(Consumer<ObjectMapper>) - Method in interface org.sdase.commons.server.starter.builder.JacksonCustomizer
-
Allows customization of the used ObjectMapper
.
- withObjectMapperCustomization(Consumer<ObjectMapper>) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withOpaAuthorization(AuthConfigProvider<C>, OpaConfigProvider<C>) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.AuthConfigProviderBuilder
-
Enables authentication (i.e.
- withOpaAuthorization(AuthConfigProvider<C>, OpaConfigProvider<C>) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withOptionalConsumerToken() - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.ConsumerTokenConfigBuilder
-
Disable consumer token support.
- withOptionalConsumerToken() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withoutAuthentication() - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.AuthConfigProviderBuilder
-
Disable authentication entirely.
- withoutAuthentication() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withoutConsumerTokenSupport() - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.ConsumerTokenConfigBuilder
-
Disable consumer token support.
- withoutConsumerTokenSupport() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withoutCorsSupport() - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.CorsConfigProviderBuilder
-
Disable CORS support.
- withoutCorsSupport() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withoutFieldFilter() - Method in interface org.sdase.commons.server.starter.builder.JacksonCustomizer
-
Disables the field filter entirely.
- withoutFieldFilter() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withoutHalSupport() - Method in interface org.sdase.commons.server.starter.builder.JacksonCustomizer
-
Skips registration of the HAL module.
- withoutHalSupport() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withoutSwagger() - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerTitleBuilder
-
- withoutSwagger() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withRequiredConsumerToken() - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.ConsumerTokenConfigBuilder
-
Enable consumer token support.
- withRequiredConsumerToken() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withSwaggerInfoContact(String) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerDetailsBuilder
-
Sets the contact of the API.
- withSwaggerInfoContact(String, String) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerDetailsBuilder
-
Sets the contact of the API.
- withSwaggerInfoContact(String, String, String) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerDetailsBuilder
-
Sets the contact of the API.
- withSwaggerInfoContact(String, String, String) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withSwaggerInfoDescription(String) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerDetailsBuilder
-
Sets the description of the API.
- withSwaggerInfoDescription(String) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withSwaggerInfoLicense(String) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerDetailsBuilder
-
Sets the license of the API.
- withSwaggerInfoLicense(String, String) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerDetailsBuilder
-
Sets the license of the API.
- withSwaggerInfoLicense(String, String) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withSwaggerInfoTermsOfServiceUrl(String) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerDetailsBuilder
-
Sets the Terms of Service URL of the API.
- withSwaggerInfoTermsOfServiceUrl(String) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withSwaggerInfoTitle(String) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerTitleBuilder
-
Sets the title of the API in the swagger documentation.
- withSwaggerInfoTitle(String) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.
- withSwaggerInfoVersion(String) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerDetailsBuilder
-
Sets the version of the API.
- withSwaggerInfoVersion(String) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
-
Deprecated.