Skip navigation links
A B C D G I J O P R S U W 

A

addSwaggerResourcePackage(String) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerScanningBuilder
Adds a package to the packages Swagger should scan to pick up resources.
addSwaggerResourcePackage(String) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
Deprecated.
 
addSwaggerResourcePackageClass(Class<?>) - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerScanningBuilder
Adds the package of the given class to the packages Swagger should scan to pick up resources.
alwaysWriteZonedDateTimeWithMillisInJson() - Method in interface org.sdase.commons.server.starter.builder.JacksonCustomizer
Registers a default serializer for ZonedDateTime that renders 3 digits of milliseconds.
alwaysWriteZonedDateTimeWithMillisInJson() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
Deprecated.
 
alwaysWriteZonedDateTimeWithoutMillisInJson() - Method in interface org.sdase.commons.server.starter.builder.JacksonCustomizer
Registers a default serializer for ZonedDateTime that renders no milliseconds.
alwaysWriteZonedDateTimeWithoutMillisInJson() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
Deprecated.
 

B

build() - Method in interface org.sdase.commons.server.starter.builder.PlatformBundleBuilder
Builds the configured SdaPlatformBundle which must be added to the Bootstrap in Application.initialize(Bootstrap).
build() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
Deprecated.
 
builder() - Static method in class org.sdase.commons.server.starter.SdaPlatformBundle
Deprecated.
 

C

CorsCustomizer<T extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
 
CustomConfigurationProviders - Interface in org.sdase.commons.server.starter.builder
Container for builder interfaces required for custom configuration classes.
CustomConfigurationProviders.AuthConfigProviderBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
 
CustomConfigurationProviders.ConsumerTokenConfigBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
 
CustomConfigurationProviders.ConsumerTokenRequiredConfigBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
 
CustomConfigurationProviders.CorsConfigProviderBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
 
CustomConfigurationProviders.SwaggerDetailsBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
 
CustomConfigurationProviders.SwaggerFinalBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
 
CustomConfigurationProviders.SwaggerScanningBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
 
CustomConfigurationProviders.SwaggerTitleBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
 

D

disableBufferLimitValidationSecurityFeature() - Method in interface org.sdase.commons.server.starter.builder.SecurityCustomizer
Switches from suppressing the application start to a warn logging for violated buffer limits.
disableBufferLimitValidationSecurityFeature() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
Deprecated.
 
disableSwaggerEmbedParameter() - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerDetailsBuilder
Disables automatic addition of the embed query parameter if embeddable resources are discovered.
disableSwaggerEmbedParameter() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
Deprecated.
 
disableSwaggerJsonExamples() - Method in interface org.sdase.commons.server.starter.builder.CustomConfigurationProviders.SwaggerDetailsBuilder
Disables automatic rendering of Json examples in Swagger property examples and response examples.
disableSwaggerJsonExamples() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
Deprecated.
 

G

getAuth() - Method in class org.sdase.commons.server.starter.SdaPlatformConfiguration
 
getConsumerToken() - Method in class org.sdase.commons.server.starter.SdaPlatformConfiguration
 
getCors() - Method in class org.sdase.commons.server.starter.SdaPlatformConfiguration
 

I

initialize(Bootstrap<?>) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle
Deprecated.
 
InitialPlatformBundleBuilder - Interface in org.sdase.commons.server.starter.builder
 

J

JacksonCustomizer<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
 

O

org.sdase.commons.server.starter - package org.sdase.commons.server.starter
 
org.sdase.commons.server.starter.builder - package org.sdase.commons.server.starter.builder
 

P

PlatformBundleBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
The final builder that is able to configure all the optional settings.

R

run(C, Environment) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle
Deprecated.
 

S

SdaPlatformBundle<C extends io.dropwizard.Configuration> - Class in org.sdase.commons.server.starter
Deprecated.
please migrate to sda-commons-starter's SdaPlatformBundle
SdaPlatformBundle.Builder<C extends io.dropwizard.Configuration> - Class in org.sdase.commons.server.starter
Deprecated.
 
SdaPlatformConfiguration - Class in org.sdase.commons.server.starter
Default configuration for the SdaPlatformBundle.
SdaPlatformConfiguration() - Constructor for class org.sdase.commons.server.starter.SdaPlatformConfiguration
 
SecurityCustomizer<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.starter.builder
 
setAuth(AuthConfig) - Method in class org.sdase.commons.server.starter.SdaPlatformConfiguration
 
setConsumerToken(ConsumerTokenConfig) - Method in class org.sdase.commons.server.starter.SdaPlatformConfiguration
 
setCors(CorsConfiguration) - Method in class org.sdase.commons.server.starter.SdaPlatformConfiguration
 

U

usingCustomConfig(Class<C>) - Method in interface org.sdase.commons.server.starter.builder.InitialPlatformBundleBuilder
Start an application that uses a custom configuration has to define providers for the configurations required by the SdaPlatformBundle.
usingCustomConfig(Class<T>) - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
Deprecated.
 
usingSdaPlatformConfiguration() - Method in interface org.sdase.commons.server.starter.builder.InitialPlatformBundleBuilder
Start an application that uses the SdaPlatformConfiguration as base of it's configuration file.
usingSdaPlatformConfiguration() - Method in class org.sdase.commons.server.starter.SdaPlatformBundle.Builder
Deprecated.
 

W

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
Deprecated.
If you want to use the OpenApiBundle, use the sda-commons-starter module instead. You will get dependency conflicts when importing both sda-commons-server-starter and sda-commons-server-openapi.
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.
 
A B C D G I J O P R S U W 
Skip navigation links